Skip to content

Commit

Permalink
bump version to 1.3.0 (#180)
Browse files Browse the repository at this point in the history
bump version to 1.3.0
  • Loading branch information
MatthijsBekendam authored Aug 22, 2023
1 parent 6718ddd commit f742aa6
Show file tree
Hide file tree
Showing 12 changed files with 4,014 additions and 5,808 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.3.0-rc3
current_version = 1.3.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)([-](?P<release>(rc|alpha))+(?P<build>\d+))?
serialize =
{major}.{minor}.{patch}-{release}{build}
Expand Down
42 changes: 42 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,48 @@
===========
Wijzigingen
===========
1.3.0 (2023-08-22)
===========

Implementation changes
----------------------

`Issue 1838`_:

* Added feature in perform_create to automatically add zaaktype relations
* Added feature in perform_create to besluittype to add zaaktype relations
* Added query parameter "datumGeldigheid" to the GET (retrieve) request
* Changed: Moved geldigheid datum validation into the PUBLISH operation from the POST operation
* Changed: Updated perform_create for gerelateerde_zaken to create correct relations
* Changed: Refactored views and updated openapi documentation
* Changed: ZIOT relatie class now uses a char model instead of a foreignfield model for informatieobjecttype
* Changed: informatieobjecttype correlates its zaaktype now through a custom serializer
* Changed: zaaktype now correlates its informatieobjecttype through a custom serializer
* Changed: zaaktype serializer outputs informatieobject URL instead of omschrijvingen
* Changed: Disabled notification in base
* Changed: post to block creation of two concepts for one zaaktype
* Changed: Zaken publish restrictions adapted to the new history model
* Fixed: Query parameter in retrieve /zaaktypen gave incorrect dates
* Fixed: Unit test using incorrect ZIOT information
* Fixed: URL creation in viewsets
* Removed: NotificationViewSetMixin from imports
* Removed hard-coded strings in extract_relevant_m2m
* Updated favicon to VNG logo

`Issue 2262`_:

* Introduce two new scopes, 'documenten.lezen' and 'zaken.lezen', in the catalogi-api.
* These new scopes inherit permissions from the existing 'catalogi.lezen' scope.
* The addition of these scopes is essential to support the new expand model.
* The expand model involves requesting data from the catalogi-api via the documenten-api and zaken-api.


API spec changes
-----------------

.. _Issue 1838: https://github.com/VNG-Realisatie/gemma-zaken/issues/1838
.. _Issue 2262: https://github.com/VNG-Realisatie/gemma-zaken/issues/2262

1.2.1 (2023-02-14)
===========

Expand Down
11 changes: 7 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Catalogi API
============

:Version: 1.3.0-rc3
:Version: 1.3.0
:Source: https://github.com/VNG-Realisatie/zaaktypecataloguscomponent
:Keywords: zaaktypen, ztc, imztc, ztc2, ztcaas, saas, rest, api

Expand All @@ -25,9 +25,12 @@ Versie Release datum API specificatie
master n.v.t. `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/VNG-Realisatie/catalogi-api/master/src/openapi.yaml>`_, `Scopes <https://github.com/VNG-Realisatie/catalogi-api/blob/master/src/autorisaties.md>`_ `Berichtkenmerken <https://github.com/VNG-Realisatie/catalogi-api/blob/master/src/notificaties.md>`_
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/VNG-Realisatie/catalogi-api/master/src/openapi.yaml>`_
(`verschillen <https://github.com/VNG-Realisatie/catalogi-api/compare/1.1.0..master?diff=split#diff-b9c28fec6c3f3fa5cff870d24601d6ab7027520f3b084cc767aefd258cb8c40a>`_)
1.1.1 2020-06-22 `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/VNG-Realisatie/catalogi-api/1.1.1/src/openapi.yaml>`_, `Scopes <https://github.com/VNG-Realisatie/catalogi-api/blob/1.1.1/src/autorisaties.md>`_ `Berichtkenmerken <https://github.com/VNG-Realisatie/catalogi-api/blob/1.1.1/src/notificaties.md>`_
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/VNG-Realisatie/catalogi-api/1.1.1/src/openapi.yaml>`_
(`verschillen <https://github.com/VNG-Realisatie/catalogi-api/compare/1.1.0..1.1.1?diff=split#diff-b9c28fec6c3f3fa5cff870d24601d6ab7027520f3b084cc767aefd258cb8c40a>`_)
1.3.0 2023-08-22 `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/VNG-Realisatie/catalogi-api/1.3.0/src/openapi.yaml>`_, `Scopes <https://github.com/VNG-Realisatie/catalogi-api/blob/1.3.0/src/autorisaties.md>`_ `Berichtkenmerken <https://github.com/VNG-Realisatie/catalogi-api/blob/1.3.0/src/notificaties.md>`_
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/VNG-Realisatie/catalogi-api/1.3.0/src/openapi.yaml>`_
1.2.1 2023-02-21 `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/VNG-Realisatie/catalogi-api/1.2.1/src/openapi.yaml>`_, `Scopes <https://github.com/VNG-Realisatie/catalogi-api/blob/1.2.1/src/autorisaties.md>`_ `Berichtkenmerken <https://github.com/VNG-Realisatie/catalogi-api/blob/1.2.1/src/notificaties.md>`_
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/VNG-Realisatie/catalogi-api/1.2.1/src/openapi.yaml>`_
1.2.0 2022-12-20 `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/VNG-Realisatie/catalogi-api/1.2.0/src/openapi.yaml>`_, `Scopes <https://github.com/VNG-Realisatie/catalogi-api/blob/1.2.0/src/autorisaties.md>`_ `Berichtkenmerken <https://github.com/VNG-Realisatie/catalogi-api/blob/1.2.0/src/notificaties.md>`_
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/VNG-Realisatie/catalogi-api/1.2.0/src/openapi.yaml>`_
1.1.0 2020-01-08 `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/VNG-Realisatie/catalogi-api/1.1.0/src/openapi.yaml>`_, `Scopes <https://github.com/VNG-Realisatie/catalogi-api/blob/1.1.0/src/autorisaties.md>`_ `Berichtkenmerken <https://github.com/VNG-Realisatie/catalogi-api/blob/1.1.0/src/notificaties.md>`_
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/VNG-Realisatie/catalogi-api/1.1.0/src/openapi.yaml>`_
(`verschillen <https://github.com/VNG-Realisatie/catalogi-api/compare/1.0.0..1.1.0?diff=split#diff-b9c28fec6c3f3fa5cff870d24601d6ab7027520f3b084cc767aefd258cb8c40a>`_)
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": "ztc",
"version": "1.3.0-rc3",
"version": "1.3.0",
"description": "ztc referentie-implementatie API",
"directories": {"doc": "doc"},
"scripts": {"build": "npm run bundle", "bundle": "webpack", "watch": "webpack -w"},
Expand Down
22 changes: 22 additions & 0 deletions src/autorisaties.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,17 @@ Zie de repository van de [Autorisaties API](https://github.com/VNG-Realisatie/au
* schrijfoperaties uit te voeren in de API. Alle resources zijn beschikbaar.


### documenten.lezen

**Scope**
`documenten.lezen`


**Laat toe om**:

* leesoperaties uit te voeren vanaf de Documenten API. Alle resources zijn beschikbaar.


### notificaties.publiceren

**Scope**
Expand All @@ -61,3 +72,14 @@ Zie de repository van de [Autorisaties API](https://github.com/VNG-Realisatie/au



### zaken.lezen

**Scope**
`zaken.lezen`


**Laat toe om**:

* leesoperaties uit te voeren vanaf de Zaken API. Alle resources zijn beschikbaar.


Loading

0 comments on commit f742aa6

Please sign in to comment.