Skip to content

Commit

Permalink
Prepare v2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dthonon committed Nov 14, 2023
1 parent 95e7c60 commit 72b13f1
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 11 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
Client-API-VN v2.12.0 (2023-11-14)
==================================

Features
--------

- When storing in Postgresql JSON database, forms are now created
before dependant sightings. (`#294 <https://github.com/dthonon/Client_API_VN/issues/294>`_)
- Python 3.10 is supported (`#296 <https://github.com/dthonon/Client_API_VN/issues/296>`_)
- Ajout du champ sempach_id_family dans la table observations. (`#320 <https://github.com/dthonon/Client_API_VN/issues/320>`_)


Bugfixes
--------

- Solved several minor issues in code format and documentation. (`#306 <https://github.com/dthonon/Client_API_VN/issues/306>`_)
- Unwanted additional downloads have been removed. (`#314 <https://github.com/dthonon/Client_API_VN/issues/314>`_)


Improved Documentation
----------------------

- User guides are available for the scripts. (`#180 <https://github.com/dthonon/Client_API_VN/issues/180>`_)
- Added a comment in YAML template :
use the territory short_name, not the territory id (`#289 <https://github.com/dthonon/Client_API_VN/issues/289>`_)
- JSON schemas updated with current export format. (`#322 <https://github.com/dthonon/Client_API_VN/issues/322>`_)


Deprecations and Removals
-------------------------

- update_uuid script is removed, as it was not fully tested. (`#303 <https://github.com/dthonon/Client_API_VN/issues/303>`_)


Client-API-VN v2.11.1 (2022-12-05)
==================================

Expand Down
1 change: 0 additions & 1 deletion src/newsfragments/180.doc

This file was deleted.

2 changes: 0 additions & 2 deletions src/newsfragments/289.doc

This file was deleted.

2 changes: 0 additions & 2 deletions src/newsfragments/294.feature

This file was deleted.

1 change: 0 additions & 1 deletion src/newsfragments/296.feature

This file was deleted.

1 change: 0 additions & 1 deletion src/newsfragments/303.removal

This file was deleted.

1 change: 0 additions & 1 deletion src/newsfragments/306.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion src/newsfragments/314.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion src/newsfragments/320.feature

This file was deleted.

1 change: 0 additions & 1 deletion src/newsfragments/322.doc

This file was deleted.

0 comments on commit 72b13f1

Please sign in to comment.