geoportal-data-common/CHANGELOG.md

63 lines
1.9 KiB
Markdown
Raw Permalink Normal View History

2020-12-01 15:53:44 +01:00
# Changelog
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v2.0.2-SNAPSHOT] - 2022-02-03
#### Enhancements
- [#24432] Reverted serialization from Sting to Object values returning the Document as Map
- [#24475] Propagated the Access Policy in the fileset
2023-01-19 14:49:28 +01:00
## [v2.0.1] - 2022-01-19
#### Bug fixes
- [#24263] Fixing JSON library v20090211
- [#24432] Fixing serialization issue using LinkedHashMap<String, String> instead of LinkedHashMap<String, Object>.
- [#24432] Added a trim for returning value to solve a space as suffix into returned date (fixing the data displayed in the Timeline Widget)
2022-11-28 09:48:47 +01:00
## [v2.0.0] - 2022-11-17
2022-03-01 12:19:37 +01:00
#### Enhancements
2022-08-31 17:22:15 +02:00
- [#22883] Integrated the configurations exposed by (the new) geoportal-client (>= 1.1.0-SNAPSHOT)
- Passed to UCD/Projects geoportal client/service
- [#23835] Integrated with WORKFLOW_ACTION_LIST_GUI configuration
2022-09-28 14:13:11 +02:00
- [#23909] Declared lombok required for JDK_11
2022-09-26 16:16:26 +02:00
- [#23913] Integrated with GUI presentation configurations read from IS
- [#23927] Integrated with Relationship definition in UCD
- [#23834] Integrated with the create/view/delete Relationship facility
- [#24136] Integrated the temporal dimension on the front-end side
2023-01-19 14:45:30 +01:00
- [#24458] Published projects cannot be edited/updated
2022-03-01 12:19:37 +01:00
## [v1.4.0] - 2022-06-08
#### Enhancements
- [#23392] Implemented the "Clone Project" facility
- [#23457] Implemented the "Publish/UnPublish Project" facility
2022-03-01 12:19:37 +01:00
2022-01-13 17:00:16 +01:00
## [v1.3.0] - 2021-12-03
#### Enhancements
2022-01-13 16:50:18 +01:00
- [#22506] Added classes to read configurations and common classes from the GNA components: DataEntry and DataViewer
2021-10-08 15:17:59 +02:00
## [v1.2.0] - 2021-09-29
#### Enhancements
2021-10-07 15:24:17 +02:00
- [#20595] Porting common model
- [#21890] Passed to mongoID
- [#22002] Integrated with ValidationReport bean
- [#22040] Revisited the "Abstract Relazione di Scavo"
- Passed to gcube-bom 2.0.1
2020-12-03 14:36:23 +01:00
## [v1.0.0] - 2020-12-01
2020-12-01 15:53:44 +01:00
2021-10-07 15:24:17 +02:00
- First release