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).
|
|
|
|
|
2024-03-26 16:58:47 +01:00
|
|
|
## [v2.4.0-SNAPSHOT]
|
|
|
|
|
|
|
|
- Search Filter for profileId and projectID [#27120]
|
2024-04-05 10:50:21 +02:00
|
|
|
- Integrated new Uri-Resolver-Manager [#27160]
|
|
|
|
- Added new operation "Share project"
|
2024-04-08 17:18:54 +02:00
|
|
|
- Added optional message when performing lifecycle step [#27192]
|
2024-03-26 16:58:47 +01:00
|
|
|
|
2023-09-11 14:20:07 +02:00
|
|
|
## [v2.3.0]
|
2023-09-08 12:27:07 +02:00
|
|
|
|
|
|
|
- Read countByPhase from configuration [#25598]
|
2023-08-31 15:24:06 +02:00
|
|
|
- Reduced/Optimized some LOGs [#25539]
|
|
|
|
|
2023-06-09 11:08:21 +02:00
|
|
|
## [v2.2.0]
|
2023-05-15 15:49:36 +02:00
|
|
|
|
|
|
|
- Integrated the cross-filtering configuration [#25074]
|
2023-06-05 14:28:53 +02:00
|
|
|
- Integrated the overlay layers configuration [#25110]
|
2023-05-15 15:49:36 +02:00
|
|
|
|
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
|
2023-02-09 12:37:29 +01:00
|
|
|
|
|
|
|
#### 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
|
2023-02-02 16:56:21 +01:00
|
|
|
|
|
|
|
#### Enhancements
|
|
|
|
|
|
|
|
- [#24432] Reverted serialization from Sting to Object values returning the Document as Map
|
2023-02-03 11:40:56 +01:00
|
|
|
- [#24475] Propagated the Access Policy in the fileset
|
2023-02-02 16:56:21 +01:00
|
|
|
|
2023-01-19 14:49:28 +01:00
|
|
|
## [v2.0.1] - 2022-01-19
|
2022-12-13 14:23:04 +01:00
|
|
|
|
2023-01-17 16:51:01 +01:00
|
|
|
#### Bug fixes
|
|
|
|
|
2022-12-13 14:23:04 +01:00
|
|
|
- [#24263] Fixing JSON library v20090211
|
2023-01-19 11:31:48 +01:00
|
|
|
- [#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)
|
2021-07-30 11:26:29 +02:00
|
|
|
|
2022-11-28 09:48:47 +01:00
|
|
|
## [v2.0.0] - 2022-11-17
|
2022-03-01 12:19:37 +01:00
|
|
|
|
|
|
|
#### Enhancements
|
2022-06-21 17:13:39 +02:00
|
|
|
|
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
|
2022-09-13 13:51:58 +02:00
|
|
|
- [#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
|
2022-10-03 16:49:05 +02:00
|
|
|
- [#23927] Integrated with Relationship definition in UCD
|
2022-10-05 14:43:16 +02:00
|
|
|
- [#23834] Integrated with the create/view/delete Relationship facility
|
2022-11-16 16:40:27 +01:00
|
|
|
- [#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
|
|
|
|
2022-06-21 17:13:39 +02: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
|
2021-12-06 16:07:03 +01:00
|
|
|
|
|
|
|
#### 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-12-06 16:07:03 +01:00
|
|
|
|
2021-10-08 15:17:59 +02:00
|
|
|
## [v1.2.0] - 2021-09-29
|
2021-07-30 11:26:29 +02:00
|
|
|
|
|
|
|
#### 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
|
2021-07-30 11:26:29 +02:00
|
|
|
|
|
|
|
|
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
|