Skip to content

Commit

Permalink
Merge pull request #658 from open-zaak/release/1.3.0
Browse files Browse the repository at this point in the history
Release/1.3.0
  • Loading branch information
sergei-maertens committed Jul 29, 2020
2 parents cd71129 + 5c971a8 commit 410732d
Show file tree
Hide file tree
Showing 9 changed files with 70 additions and 7 deletions.
6 changes: 5 additions & 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.2.1.dev2
current_version = 1.3.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.dev(?P<dev>\d+))?
serialize =
{major}.{minor}.{patch}.dev{dev}
Expand All @@ -16,6 +16,10 @@ serialize =
[bumpversion:file:package.json]
search = "version": "{current_version}",
replace = "version": "{new_version}",
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<dev>\d+)-alpha)?
serialize =
{major}.{minor}.{patch}-{dev}-alpha
{major}.{minor}.{patch}

[bumpversion:file:deployment/kubernetes/apps.yml]
search = openzaak_version: '{current_version}'
Expand Down
52 changes: 52 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,58 @@
Changelog
=========

1.3.0 (2020-07-29)
------------------

Version 1.3.0 of Open Zaak introduces some new features, quality of life changes and
fixes bugs discovered in 1.2.0.

There is no 1.2.1 bugfix release. Upgrading from 1.2.0 to 1.3.0 requires no manual
intervention.

**What's new?**

* Added *experimental* support for CMIS backends for the Documenten API, as an
alternative to Open Zaak database + filesystem. See the documentation for more details.
* Added a feature flag to allow unpublished ``*Typen`` to be used. This should only be
used in Proof-of-concept environments, as it violates the VNG standard.
* Added a number of CLI commands for initial Open Zaak setup following installation. See
the documentation for more details.
* Implemented extra ``zaak_list`` filters, added in 1.0.2 of the Zaken API standard
- ``maxVertrouwelijkheidaanduiding``
- ``betrokkene``
- ``betrokkeneType``
- ``omschrijvingGeneriek``
- ``natuurlijk persoon BSN``
- ``medewerker identificatie``

**Bugfixes and general QOL changes**

* Positioned the Foundation for Public Code and checked Open Zaak against their
standard/guidelines
* The documentation now includes a Public Code checklist
* Added Code of Conduct
* Added Governance documentation
* Fixed running tests with ``--keepdb`` option
* Fixed the admin form for ``Zaaktype-Informatieobjecttype`` relation
* Fixed importing a ``Zaaktype-Informatieobjecttype`` with a ``Statustype`` relation
* Improved documentation for deploying on Kubernetes
* Added English version of README
* Fixed configuration form for external services when the NLX directory has not been
configured (yet)
* Fixed ``BesluitType`` create in the admin (#594)
* Added and documented performance-profiling tooling for Open Zaak developers
* Fixed performance regression in ``zaak_list`` endpoint operation :zap:
* Fixed a crash on malformed UUIDs in endpoint URLs that expect a valid UUID 4 pattern
* Added the environment configuration reference to the published documentation
* Refactored notifications/selectielijst configuration to use the external services
configuration
* Fixed ``EigenschapSpecificatie.waardenverzameling`` default value (empty list) (#611)
* Fixed missing validation on (zaaktype, eigenschapnaam) uniqueness
* Added Slack invite link
* Relaxed Resultaat.afleidingswijze validation in the admin too (see also ``6e38b865c``)
* Improved "Contributing" section

1.2.0 (2020-04-20)
------------------

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.2.1.dev2 |
| **Version:** | 1.3.0 |
| **Source:** | https://github.com/open-zaak/open-zaak |
| **Keywords:** | zaken, zaakgericht werken, zaken-api, catalogi-api, besluiten-api, documenten-api |
| **PythonVersion:** | 3.7 |
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.2.1.dev2
:Version: 1.3.0
:Source: https://github.com/open-zaak/open-zaak
:Keywords: zaken, zaakgericht werken, zaken-api, catalogi-api, besluiten-api, documenten-api
:PythonVersion: 3.7
Expand Down
2 changes: 1 addition & 1 deletion deployment/kubernetes/apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
roles:
- role: open_zaak_k8s
vars: # these override vars_files
openzaak_version: '1.2.1.dev2'
openzaak_version: '1.3.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.2.1.dev2' # see https://hub.docker.com/r/openzaak/open-zaak/tags
openzaak_version: '1.3.0' # see https://hub.docker.com/r/openzaak/open-zaak/tags
tags:
- replicas

Expand Down
7 changes: 7 additions & 0 deletions docs/installation/cmis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ documents are stored in the DMS.

.. _`Documenten API`: https://documenten-api.vng.cloud/api/v1/schema/

.. warning::
The CMIS adapter is currently an experimental feature. While we have extensive unit
test coverage with Alfresco, we require more "real world" testing before we can
label the feature as stable.

Using the CMIS adapter
----------------------

Expand All @@ -34,6 +39,8 @@ configuration could be:
3. Client Password: ``SomeSecretPassw0rd``
4. Main folder name: ``DRC``

.. note:: Currently only the CMIS 1.1 browser binding is supported. The CMIS 1.0 SOAP
binding is under active development and will follow in a later release.

The CMIS mapper
---------------
Expand Down
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.2.1-2-alpha",
"version": "1.3.0",
"description": "Open Zaak",
"main": "src/index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/openzaak/conf/includes/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
BESLUITEN_API_VERSION = "1.0.1"
CATALOGI_API_VERSION = "1.0.0"
DOCUMENTEN_API_VERSION = "1.0.1"
ZAKEN_API_VERSION = "1.0.1"
ZAKEN_API_VERSION = "1.0.2"

REST_FRAMEWORK = BASE_REST_FRAMEWORK.copy()
REST_FRAMEWORK["PAGE_SIZE"] = 100
Expand Down

0 comments on commit 410732d

Please sign in to comment.