Skip to content

Commit

Permalink
Merge pull request #1409 from open-zaak/release/1.9.0
Browse files Browse the repository at this point in the history
🔖 release Open Zaak 1.9.0
  • Loading branch information
annashamray committed Jul 21, 2023
2 parents 0571396 + 4fe05e0 commit 29808cf
Show file tree
Hide file tree
Showing 8 changed files with 56 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = False
tag = False
current_version = 1.8.2
current_version = 1.9.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.dev(?P<dev>\d+))?
serialize =
{major}.{minor}.{patch}.dev{dev}
Expand Down
48 changes: 48 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,54 @@
Changelog
=========

1.9.0 (2023-07-17)
------------------

Open Zaak 1.9.0 is a release focused on bugfixes, performance and quality of life.

**New features**

* [#1310] Added support for Elastic APM
* [#1345] Made '2020' a default year for `ReferentieLijstConfig`

**Performance**

* [#1344] Added management command to generate large amount of data for performance test
* [#1361] Optimized `GET zaken` endpoint with more efficient pagination calculation
* [#1363] Optimized `GET enkelvoudiginformatieobjecten` endpoint removing excessive DB queries for
`BestandsDeel` objecten and calculating pagination count more efficient
* [#1365] Optimized list endpoints with more efficient pagination calculation and speeding up
authorization filtering
* [#1370] Optimized `GET zaaktypen` endpoint adding `deelzaaktypen` to `prefetch_related`
* [#1367] Optimized `GET statussen` endpoint adding index for `datum_status_gezet`
* [#1400] Optimized `GET besluiten` endpoint removing excessive DB hits for `Besluit.previous_zaak`
* [#1374] Optimized `POST besluiten` endpoint adding index for `identificatie` field

**Bugfixes**

* [#1326] Fixed regression which appeared after URL references to external data (e.g. external
documenten API) have been normalized in Open Zaak 1.8. Due to this regression the additional
configuration for local services had to be introduced. Now it is resolved for all cases except
CMIS usage.
* [#1354] Made `ObjectInformatieObject.verzoek` field optional in the admin
* [#1341] Supported spaces in `Eigenschap.specificatie.group`
* [#959] support client timezone when closing zaak and setting `Zaak.einddatum`
* [#1060] Fixed mad widget for `Zaak.zaakgeometrie` in the admin
* [#1258] Fixed 500 error when accessing documents in the admin with enabled CMIS.
The user is notified that the documents should be accessed in the DMS
* [#1392] Showed autorisatie in the admin even if zaaktypen were not created yet

**Documentation**

* [#1309, #1383] Added performance report for sending notifications and its auto-retry mechanism
* [#1327] Documented external services configuration

**Project maintenance**

* [#1307] Moved serializer field descriptions from `__init__` to `get_fields` method
* [#1349] Updated Standard for Public Code assessment to 0.5.0
* [#1359] Updated Postman tests reference and mocks

1.8.2 (2023-02-22)
------------------

Expand Down
2 changes: 1 addition & 1 deletion README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

| | | |
|-|-|-|
| **Version:** | 1.8.2 |
| **Version:** | 1.9.0 |
| **Source:** | https://github.com/open-zaak/open-zaak |
| **Keywords:** | zaken, zaakgericht werken, zaken-api, catalogi-api, besluiten-api, documenten-api |
| **PythonVersion:** | 3.9 |
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Open Zaak

.. _`Read this in English`: README.en.md

:Version: 1.8.2
:Version: 1.9.0
:Source: https://github.com/open-zaak/open-zaak
:Keywords: zaken, zaakgericht werken, zaken-api, catalogi-api, besluiten-api, documenten-api
:PythonVersion: 3.9
Expand Down
2 changes: 1 addition & 1 deletion deployment/kubernetes/apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
roles:
- role: open_zaak_k8s
vars: # these override vars_files
openzaak_version: openzaak_version: '1.8.2'
openzaak_version: openzaak_version: '1.9.0'
openzaak_db_host: "{{ db.privateIp }}"
openzaak_db_port: "{{ db.port }}"
tags:
Expand Down
2 changes: 1 addition & 1 deletion deployment/single-server/open-zaak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

- role: open_zaak_docker
vars:
openzaak_version: '1.8.2' # see https://hub.docker.com/r/openzaak/open-zaak/tags
openzaak_version: '1.9.0' # see https://hub.docker.com/r/openzaak/open-zaak/tags
tags:
- replicas

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openzaak",
"version": "1.8.2",
"version": "1.9.0",
"description": "Open Zaak",
"main": "src/index.js",
"directories": {
Expand Down

0 comments on commit 29808cf

Please sign in to comment.