• 1.20.1 0425430e65

    1.20.1 Stable

    mpeltriaux released this 2026-06-20 09:28:28 +02:00 | 0 commits to master since this release

    • fixes a bug where detected GeometryConflicts with deleted entries would case an IndexError
    Downloads
  • 1.20 28db96b081

    1.20 Stable

    mpeltriaux released this 2026-06-17 11:59:54 +02:00 | 2 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 6f2b6c44d9

    1.19 Stable

    mpeltriaux released this 2026-06-13 13:43:44 +02:00 | 4 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 93d29982a6

    1.18 Stable

    mpeltriaux released this 2026-05-14 15:06:03 +02:00 | 8 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 c795d22e68

    1.17 Stable

    mpeltriaux released this 2026-05-10 12:14:24 +02:00 | 11 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
  • 1.16.1 9863807ad6

    1.16.1 Stable

    mpeltriaux released this 2026-03-01 14:31:26 +01:00 | 21 commits to master since this release

    • fixes bug where svg qr code would not be created properly since an upgrade of the package
    Downloads
  • 1.16 1a9de7f874

    1.16 Stable

    mpeltriaux released this 2026-03-01 14:03:11 +01:00 | 23 commits to master since this release

    • updates requirements.txt
    • fixes deprecated usage of certain functions brought by Django6.x
    Downloads
  • 1.15 3dd6c6ae8d

    1.15 Stable

    mpeltriaux released this 2026-01-30 09:43:36 +01:00 | 25 commits to master since this release

    • updates netgis map client to latest available version
    Downloads
  • 1.14.2 6c6b3293fb

    1.14.2 Stable

    mpeltriaux released this 2026-01-21 15:54:07 +01:00 | 27 commits to master since this release

    • extends mailer class with bcc based mailing
    • switches all team based mail sending (multiple mail adresses) to bcc based mailing
    • adds smaller versions of tech-croc error images for 4xx and 5xx errors for faster rendering
    Downloads
  • 1.14.1 f146aa983a

    1.14.1 Stable

    mpeltriaux released this 2026-01-14 09:08:20 +01:00 | 29 commits to master since this release

    • reduces runtime of geometry conflict info message generating to ~45% to prior runtime
    Downloads