Skip to content

Releases: maykinmedia/open-inwoner

v1.29.0

10 Apr 07:16
3c6b80d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.28.0...v1.29.0

v1.25.1

25 Mar 15:56
Compare
Choose a tag to compare

💥 Deployment notes

  • This release contains database migrations which will conflict with those in releases v1.26 through v1.28. If this patch is deployed, you will have to subsequently upgrade to v1.29 to avoid these conflicts.

Full Changelog: v1.25.0...v1.25.1

v1.28.0

12 Mar 14:55
788a90a
Compare
Choose a tag to compare

What's Changed

New Contributors

💥 Deployment notes

  • This release adds a configuration option to allow your instance to be crawled by search engines. This flag is enabled by default: if you do not wish for your instance to be crawlable by search engines, you can disable this flag via the admin page ("Configuratie > Algemene configuratie")

Full Changelog: v1.27.2...v1.28.0

v1.27.2

28 Feb 11:05
Compare
Choose a tag to compare
  • [d43d800] Fix contactmomenten API pagination which caused failures in "Mijn vragen" flows when the number of questions exceeded the page size

Full Changelog: v1.27.1...v1.27.2

v1.27.1

25 Feb 14:12
Compare
Choose a tag to compare
  • [9f3433e] mozilla_django_oidc_db.middleware.SessionRefresh can be disabled by setting the USE_OIDC_SESSION_REFRESH_MIDDLEWARE environment variable to false. This is a workaround for maykinmedia/mozilla-django-oidc-db#136 and should only be relevant for installations that have multiple OIDC backends configured.

Full Changelog: v1.27.0...v1.27.1

v1.26.2

25 Feb 13:46
Compare
Choose a tag to compare
  • [76dd63d] mozilla_django_oidc_db.middleware.SessionRefresh can be disabled by setting the USE_OIDC_SESSION_REFRESH_MIDDLEWARE environment variable to false. This is a workaround for maykinmedia/mozilla-django-oidc-db#136 and should only be relevant for installations that have multiple OIDC backends configured.

Full Changelog: v1.26.1...v1.26.2

v1.27.0

10 Feb 10:28
1309c42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.26.1...v1.27.0

v1.26.0

21 Jan 13:08
037d6d8
Compare
Choose a tag to compare

What's Changed

💥 Deployment Notes

  • Due to the changes in how users are synced with the Klanten APIs, it is important to ensure that the configured credentials for the klanten backend have permissions to create new klanten, as well as to update existing klanten (as is frequently the case right now).

Full Changelog: v1.24.0...v1.26.0

v1.25.0

16 Jan 10:19
Compare
Choose a tag to compare

What's Changed

  • This release addresses a low-severity issue whereby the Mock DigiD IDP endpoint allowed open redirects. This has been fixed by upgrading to the latest django-digid-eherkenning
  • Upon completing registration for a new DigiD/eHerkenning user, that user's contactdetails will be pushed to the klanten API of eSuite (with the klant being created if it does not yet exist)
  • Support for django-setup-configuration is disabled in this release as it is currently being rewritten, and will be re-activated in an upcoming release.

Full Changelog: v1.24.0...v1.25.0

v1.24.0

17 Dec 10:22
7f73a89
Compare
Choose a tag to compare

What's Changed

  • [#2757] Add home view styling for registratiemelding notifications by @jiromaykin in #1491
  • [#2863] When retrieving eHerkenning-cases, filter on either vestigingsnummer or rsin/kvk, but not both by @alextreme in #1488
  • [#2755] Expand speechsynthesis by @jiromaykin in #1496
  • [#2851] Making product admin relation to categories clearer by @alextreme in #1481
  • [#2845] Update Keycloak fixtures with data for digid-eherkenning library by @pi-sigma in #1479
  • [#2871] Refactor ZGW imports to work on different environments by @pi-sigma in #1497
  • [#2902] Add celery tasks to prune outgoing-request-logs by @pi-sigma in #1501
  • [#2880] Show different label for zaak results by @pi-sigma in #1499
  • [#2709] Add beheerhandleiding entry or ZGW import/export by @swrichards in #1506
  • [#2912] Fix styling for zgw import-export error messages by @pi-sigma in #1505
  • [#2862] Integrate OpenKlant2 service with detail views by @pi-sigma in #1490
  • [#2917] Increase number of simultaneous threads per worker by @alextreme in #1509
  • [#2894] Remove grey border-bottom from search bar by @pi-sigma in #1510
  • [#2913] Check for duplicate keys in ZGW imports by @pi-sigma in #1508
  • Release v1.23.0 by @swrichards in #1495
  • Raise and make configurable UWSGI http timeout and max requests by @swrichards in #1513
  • [#2903] Refactor import/export for ZaakType configs by @pi-sigma in #1503
  • [#2920] Fix check for natural key duplicates in ZGW imports by @pi-sigma in #1515
  • Expand beheerhandleiding to reflect import/export via ZTC admin by @swrichards in #1518
  • [#2914] Add certificate manager to admin index by @pi-sigma in #1512
  • [#2892] Remove print option from accessibility header by @pi-sigma in #1514
  • [#2893] Remove search from mobile menu by @pi-sigma in #1511
  • [#2898] Fix update_user_from_partij with OpenKlant2 by @pi-sigma in #1522
  • [#2923] Update OpenKlant2 code/tests for OpenKlant v2.4 by @pi-sigma in #1521
  • Remove max-requests and add die-on-term uwsgi flag in docker by @swrichards in #1527
  • Fix assorted issues in the OpenKlant2 service by @swrichards in #1525
  • [#2860] Additional header for Haal Centraal BRP via Yenlo by @alextreme in #1516
  • [Venray #133] Adding a featureflag to allow showing cases without a status by @alextreme in #1528
  • Implement frontchannel OIDC logout flow by @swrichards in #1500
  • [#2932] Skip KVK branch selection if vestigingsnummer already selected by @pi-sigma in #1526
  • Release v1.24.0 by @swrichards in #1530

💥 Breaking changes

  • ACTION REQUIRED: The changes to the DigiD/eHerkenning single sign out require updating your broker settings to add https://{your_oip_base_url}/accounts/login/ to the set of allowed callback URLs.

Full Changelog: v1.23.0...v1.24.0