Skip to content

Releases: sigrennesmetropole/geor_photos_obliques_backend

v1.1.1

24 Sep 13:19
Compare
Choose a tag to compare

Release Notes

Photos Obliques - Version 1.1.1
Release Date: 24 September, 2024

Overview

This version includes a modification on the definition of entities that no longer require a specific database schema.
In return, it is necessary to specify for the database users used by the application the search_path with the name of the schema.

The documentation has been updated with information about this new behavior.

V1.1.0

04 Sep 13:15
Compare
Choose a tag to compare

Release Notes

Photos Obliques - Version 1.1.0
Release Date: 4 September, 2024
Overview

This minor release is dedicated to database improvements, documentation enhancements and minor changes.

The new readme documentation specifies recommendations:

  • using a role named “georchestra” for sql tables and how to create it
  • script updates and access to sql tables in response to the separation of backend_stats schema and code

For databases: the photooblique_emprise table will no longer be used by the backend. Instead, the more flexible v_photooblique_emprise view will be used. The creation and populating scripts have been updated, and a few lines modified.

Docker configuration will no longer need the “/config” folder.

Tag displays in Swagger have been corrected. The date of getPhotos in its Swagger description has been clarified.

Finally, authentication has been corrected. From now on, an anonymous user will only be able to request the backend with the “healthcheck” and “configuration” entry points. In addition, the statistics_photos_obliques table, which records the history of queries made, will no longer record queries from these two entry points, to avoid overloading the history.

v1.0.1

13 Jun 12:40
Compare
Choose a tag to compare

Release Notes

Photos Obliques - Version 1.0.1
Release Date: 13 June, 2024

Overview

This minor release is dedicated to improving the documentation.
The documentation is both constructed to address generic installation/configuration and specialized installation for RM

v1.0.0

23 May 14:09
Compare
Choose a tag to compare

Release Notes

Photos Obliques - Version 1.0.0
Release Date: May 23, 2024

Overview

This initial version provides the backend functionality for managing and searching photos. Version 1.0.0 includes essential features for efficient photo management, including filtering, sorting and downloading capabilities. This release aims to provide a stable backend to support future application development.

Technical Details

Java Version: 17
Framework: Spring 3.2.5