CHANGELOG#
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.8.0 - 2025-02-05#
Fixed#
IGNGPF-4398 up pyroger to 1.8.0 to improve consistency
1.7.0 - 2024-09-26#
Changed#
IGNGPF-3219 metadata link for each Entry
1.6.0 - 2024-08-05#
Changed#
IGNGPF-3698 improve consistency checking
1.5.0 - 2024-06-12#
Added#
IGNGPF-3717: Rewrite SRS term for EPSG and IGNF standards
1.4.0 - 2024-05-15#
Added#
IGNGPF-3652: Use extent from used_data
1.3.0 - 2024-05-06#
Added#
Implementation for download v3
IGNGPF-3502 : Refine synchronisation process
IGNGPF-3250: Use GetAllSubResources without pageable
1.2.0 - 2024-03-26#
Changed#
upgrade pyroger to 1.6.0 (refactor log to avoid whole publication message)
1.1.0 - 2024-03-06#
Added#
IGNGPF-3252 : add consistency checking and up to pyroger 1.5.0
Local docker-compose configuration for full stack tests
Changed#
Upgrade pyroger to 1.5.0 (with new publish/unpublish/synchronize abstract methods)
1.0.1 - 2023-10-25#
Upgrade pyroger to 1.3.*
1.0.0 - 2023-10-11#
bump pyroger to 1.1.1 for temporary queue auto delete
bump toolbelt to 1.5.0
fix initialization of agent (service_url was not defined soon enough)
0.4.0 - 2023-08-09#
add use of GPF_HEALTH_FILE
0.3.3 - 2023-06-22#
fix definition of summary for layer publish
return ERROR if one layer return error when publishing
0.3.2 - 2023-06-16#
fix test of optional values for layer publish
update test to use only mandatory values for publish
0.3.1 - 2023-06-15#
fix POST API for layer publish (some values are optional)
0.3.0 - 2023-06-09#
use GEOSERVICE_URL_HEALTHCHECK variable for service health check
return warning if resource already available when publishing
return warning if resource not available when unpublishing
return warning if resource not available when synchronising
fix title and summary definition in POST API
fix zone, crs, format in POST API (use array)
fix expected return code for GET/POST/DELETE API
remove log of json return for POST and DELETE API (no return in API)
remove log of json return for GET API (no json available)
fix path for GET API
add admin for all admin route to be able to use GET API
0.2.2 - 2023-06-08#
fix route to check service health
0.2.1 - 2023-06-07#
Add application/json in requests content type
Wait for download service before processing messages
0.2.0 - 2023-05-26#
Update API POST requests
0.1.0 - 2023-04-13#
Add publication / unpublication / synchronization for a DOWNLOAD configuration
Initialization with Gpf Cli Templater