Skip to content

Latest commit

 

History

History
106 lines (72 loc) · 5.31 KB

CHANGELOG.md

File metadata and controls

106 lines (72 loc) · 5.31 KB

Changelog

v0.7.0 (2024-08-09)

Fix

  • deps: Update dependencies (6bec530)

v0.7.0 (2024-07-09)

Breaking

  • Django has been updated to v4. If this package is consumed as django app, the host app needs to update django as well. (401f7d3)

Fix

  • deps: Upgrade more dependencies (eab6e39)
  • Compatibility with psycopg>3.0.17 (750e145)

Documentation

v0.6.3 (2024-01-08)

Fix

  • deps: Downgrade python-semantic-release to v7.33.3 (803b619)
  • deps: Update dependencies (0bd1823)

v0.6.2 (2023-05-12)

Fix

  • deps: Update dependencies (e259b36)

v0.6.1 (2022-09-21)

Fix

  • linker: Allow "in" lookup for gwr-link eproid filter (bcaa1d1)

v0.6.0 (2022-09-02)

Feature

  • hous_stat_creds: Creds are identified by user and x-camac-group (7894081)

Fix

  • docker: Run server with poetry so deps are found (cbbbd71)

v0.5.2 (2022-06-20)

Fix

  • deps: Update dependencies (be92236)

v0.5.1 (2022-04-21)

Fix

  • deps: Update dependencies (fc7415e)

v0.5.0 (2022-03-03)

Breaking

  • This commit updates django to version 3.2 which is a new major version. If this package is consumed as django app, the host app needs to update django as well: (4adaec2)

Documentation

  • readme: Fix build status badge (66d222a)

v0.4.1 (2021-10-27)

Fix

v0.4.0 (2021-07-08)

Feature

  • Allow removal of housing stat credentials (20c1f09)

v0.3.0 (2021-05-06)

Feature

  • token_proxy: Add municipality as a field (a08e989)

v0.2.0 (2021-04-14)

Feature

  • Introduce command to generate fernet key (949ef82)
  • Introduce token_proxy app (65f4323)

Fix

  • Define default ordering on GWRLink model (4a1fae3)

Documentation

  • readme: Document correct env var name for wsk_id (39140c9)

v0.1.0 (2021-02-22)

Feature

  • Integrate django-generic-api-permissions (eea32d9)
  • linker: Introduce linker app (94afc2a)
  • Introduce /construction_project retrieve view (7dc0de9)
  • Introduce /search endpoint (01aaf20)
  • Add xml schema and formatters.py (9ee8a76)

Fix

v0.0.a3 (2021-02-16)

Initial release