-
1.23 Stable
released this
2026-07-16 10:39:36 +02:00 | 29 commits to master since this release- introduces new command for mass deleting entries based on specific pattern in identifier
- command guides user through parameter collecting process
Downloads
- introduces new command for mass deleting entries based on specific pattern in identifier
-
1.22.1 Stable
released this
2026-07-10 19:03:06 +02:00 | 31 commits to master since this release- adds special error message treatment for non-EPSG:4326 geometries
Downloads
-
1.22 Stable
released this
2026-07-10 14:02:34 +02:00 | 33 commits to master since this release- improves error processing and response on PUT endpoint
- consolidates improved error processing into central method for all API endpoints
- removes discontinued webatlas wms layers from config.json
- enables basemap_grau as default wms layer
Downloads
-
1.21 Stable
released this
2026-06-27 09:31:39 +02:00 | 37 commits to master since this release- boosts performance of geometry conflict fetching 50-75%
- updates tests
- enhances workflow of geometry conflict fetching
Downloads
-
1.20.2 Stable
released this
2026-06-20 12:11:33 +02:00 | 40 commits to master since this release- fixes bug where unfetchable data entries of a GeometryConflict would result in an error via API
Downloads
-
1.20.1 Stable
released this
2026-06-20 09:28:28 +02:00 | 42 commits to master since this release- fixes a bug where detected GeometryConflicts with deleted entries would case an IndexError
Downloads
-
1.20 Stable
released this
2026-06-17 11:59:54 +02:00 | 44 commits to master since this release- refactors internal fetching of GeometryConflict data
- adds serializing of GeometryConflict entry data (identifier, id) to GET API calls
Downloads
-
1.19 Stable
released this
2026-06-13 13:43:44 +02:00 | 46 commits to master since this release- adds default role check for intervention's compensation removing endpoint
- adds exception catching if gibberish data is sent to POST endpoint of user data propagation
- commits 'changed' manage.py and jspdf.debug.js despite being identical with repo files (git wants it, git gets it)
- improves reliability of generated token randomness
Downloads
-
1.18 Stable
released this
2026-05-14 15:06:03 +02:00 | 50 commits to master since this release- refactors team and user sharing by splitting into more maintainable blocks of code
- extents api sharing via team name with team id, so that both ways are supported now
- updates tests
Downloads
-
1.17 Stable
released this
2026-05-10 12:14:24 +02:00 | 53 commits to master since this release- updates packages to latest versions
- adds model ExternalIdentifier to support linking between external ids and internal ids
- adds support for sending "external_identifier" in POST and PUT requests
- if an external identifier already exists on the database, the client will be informed that the entry should not be POSTed again but rather an update via PUT should be performed
- extends ID lookup to support external ids as well as internal ids
- adds full external identifier support for GET and PUT methods on EIV, KOM, EMA and OEK
- updates tests to check for working external identifier support
- fixes bug on rendering table rpp selection due to changed behaviour of Django's querystring template tag on recent version upgrade
- adds support for external id usage on deduction creation for both ecoaccount and intervention
- adds support for external id usage on compensation's intervention reference
- adds external_identifiers list to GET output
Downloads