CHANGELOG

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

2.11.1 - 2025-02-06

Fixed

  • IGNGPF-4536: fix error message when wrong statement

2.11.0 - 2024-10-08

Changed

  • IGNGPF-3654 up toolbelt to 1.12.0

2.10.0 - 2024-05-28

Changed

  • IGNGPF-3699 up toolbelt to 1.10.0

2.9.0 - 2024-05-15

Changed

  • IGNGPF-3103 up toolbelt to 1.9.0 : remove global_variables. Get database user/pass from environment variables

2.8.3 - 2024-03-21

  • IGNGPF-3519 : Check layer extent consistency

2.8.2 - 2024-02-21

Changed

  • IGNGPF-3402 : Fix log problem when no vector file to check

2.8.1 - 2024-02-14

Changed

  • Use Toolbelt 1.8.2

2.8.0 - 2024-01-19

Changed

  • Use Toolbelt 1.8.1 using directly uploads on FILESYSTEM

  • Specific working to deal with both S3 and FILESYSTEM uploads

  • Adapt some logs (french + user/admin)

2.7.0 - 2023-01-04

Added

  • Output computed global extent

Changed

  • Refactor read vector file and get extent into dedicated functions

2.6.0 - 2023-12-18

Added

  • Use Toolbelt 1.7.1 for filesystem storage

2.5.3 - 2023-12-14

Added

  • Some more user logs

Changed

  • Update dependencies

2.5.2 - 2023-12-07

Changed

  • Change check_sql function to pass allowed statements in params

  • fix bug in check_sql function

  • refactor code to avoid unecessary depedencies

2.5.1 - 2023-07-25

Changed

  • Use GPF Entrepot Toolbelt 1.4.1 to get latest S3 client improvments

2.5.0 - 2023-07-20

Added

  • Handle IGNF and EPSG equivalence when checking SRS parameter with GDAL version 3.4 to 3.7

Changed

  • Improve user logs

  • Use GPF Entrepot Toolbelt’s generic functions (file extension checking, argument type checking)

Removed

  • Remaining V1 test data inputs and function useless outputs

2.4.0 - 2023-07-06

  • Use user logs instead of logs

  • Use Docker v5 template and modernize tooling

2.3.0 - 2023-05-04

Changed

  • Output files are named by CI_COMMIT_BRANCH value

2.2.0 - 2023-04-19

Added

  • Unit tests for S3 download when running CLI command

2.1.0 - 2023-04-13

Added

  • File download using S3

2.0.0 - 2023-03-29

Changed

  • Use V2 parameter model

1.0.1 - 2023-03-20

  • fix log USER

1.0.0 - 2023-03-20

  • Check data SRS VS defined SRS

0.2.4 - 2023-03-03

  • Fix log USER for SRS invalid

0.2.3 - 2023-03-03

  • Fix return exception

0.2.2 - 2023-03-02

  • Fix SRS format

0.2.1 - 2022-12-23

  • Bugfix parse upload_dir instead of work_dir

0.2.0 - 2022-12-21

  • Use generic CLI structure

  • Use gpf-entrepot-toolbelt as main dependency

  • Add unit tests

  • Complete CI/CD workflow with GDAL included

  • Complete documentation with full development setup

0.1.0 - 2022-11-10

  • First functional version