geoportal-data-common/CHANGELOG.md

87 lines
2.4 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.3.0-SNAPSHOT]
- Read countByPhase from configuration [#25598]
2023-09-05 15:24:07 +02:00
## [v2.2.1]
- Reduced/Optimized some LOGs [#25539]
2023-06-09 11:08:21 +02:00
## [v2.2.0]
- Integrated the cross-filtering configuration [#25074]
2023-06-05 14:28:53 +02:00
- Integrated the overlay layers configuration [#25110]
2023-05-11 16:14:25 +02:00
## [v2.1.0] - 2023-05-11
2023-05-11 15:49:06 +02:00
- Integrated the deleteFileset method [#24977]
- Integrated with the Geoportal_Resolver service [#25031]
## [v2.0.3] - 2023-02-09
#### Enhancements
- [#24569] Added the phase DRAFT in the enum (also required for #24571)
2023-02-03 14:45:03 +01:00
## [v2.0.2] - 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