Skip to content

Latest commit

 

History

History
108 lines (71 loc) · 3.04 KB

CHANGELOG.rst

File metadata and controls

108 lines (71 loc) · 3.04 KB

CHANGELOG

version 1.4.0

  • Optimization and code factorization (#27 / #29)
  • Add automatic tests (#29)
  • Improve performances with parallelization of API calls with multithreading (#27 / #30)
  • Fix missing custom query strings on updates
  • Update base image version in Docker
  • Update dependencies

With the financial support of Office français de la biodiversité.

version 1.3.0

  • Add optional query strings on API calls, almost required to order export API using key orderby

version 1.2.0

  • Update dependencies
  • Removal of requests to assign an owner to functions, cause of errors
  • Set gn2pg_import as default schema name in config template
  • Fix custom-script command on default to_gnsynthese.sql script due to % character
  • Improve t_roles populate on a GeoNature database using json objects with first and last name
  • Fix missing validation status on exports samples

version 1.1.2

  • Fix null value in gn_synthese.synthese.the_geom_local caused by null SRID value while getting SRID from first data in gn_synthese.synthese.

version 1.1.1

  • Fix delete trigger on synthese standard data (synthese_with_metadata type missing).

version 1.1.0

  • New SQL scripts for geonature 2 geonature imports which provide triggers to insert data in synthese and populate most of the metadata data (acquisition frameworks, datasets, actors such as organisms and roles, territories, etc.). Source query sample is provided in file geonature_export_sinp_with_metadata.sql

version 1.0.1

  • Fix custom-script error due to % character in sql script (RAISE INFO command).
  • Update dependencies

version 1.0.0

  • First official release
  • Add forgotten delete trigger on gn_synthese.synthese

version 0.1.2-dev

version 0.1.1-dev

version 0.1.0-dev

  • new feature: incremental update

version 0.0.5-dev

  • Refactor app name to GN2PG
  • fix custom-script that start anytime after --init commands.
  • update logos

version 0.0.4-dev

  • Log dowload error in db table
  • Add sql custom scripts option to auto populate GeoNature db (provided by default) or anything else.

version 0.0.3-dev

  • Dockerize app
  • Cleanup code
  • Refactor submodules names
  • Improve docs

version 0.0.2-dev

  • Download and store data by offset pages.
  • Code cleanup.

version 0.0.1-dev

First pre-release with full download implemented. This release download all data from API then store in database