From 33a2aa0fc1ce28ce16276364a7de260bb3b67842 Mon Sep 17 00:00:00 2001 From: Anna Shamray Date: Tue, 30 Jan 2024 15:23:40 +0100 Subject: [PATCH] :bookmark: release 2.2.0 --- .bumpversion.cfg | 2 +- CHANGELOG.rst | 28 ++++++++++++++++++++++++++++ README.NL.rst | 7 +++++-- README.rst | 7 +++++-- docs/api/index.rst | 6 +++--- package-lock.json | 4 ++-- package.json | 2 +- publiccode.yaml | 2 +- src/objects/__init__.py | 2 +- src/objects/api/v2/openapi.yaml | 2 +- src/objects/conf/api.py | 4 ++-- 11 files changed, 50 insertions(+), 16 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a99a84df..cb8042c2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = False tag = False -current_version = 2.1.1 +current_version = 2.2.0 [bumpversion:file:README.rst] diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f3f714fa..e1b5d620 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,34 @@ Change history ============== +2.2.0 (2024-01-30) +------------------ + +**Component changes** + +* **Bugfixes and QOL** + +* fixed Permission form in the Admin (#309) +* added ``ENVIRONMENT`` environment variable (#310) +* updated python from 3.7 to 3.10 (#357) +* bumped Django to 3.2 (#357) +* bumped python libraries including mozilla-django-oidc, mozilla-django-oidc-db, zgw-consumers, uwsgi (#357, #338) +* removed hijack library (#357) +* updated base for docker image from Debian 10 to Debian 12 (#357) + +**API 2.2.0 changes** + +* **New features** + + * added `typeVersion` query parameter (#306) + * supported JSON merge when doing a partial update on ``data`` attribute (#351) + +* **Bugfixes** + + * added `typeVersion` query parameter (#306) + * fixed date-time parsing in API filtering (#308) + + 2.1.1 (2022-06-24) ------------------ diff --git a/README.NL.rst b/README.NL.rst index 8163d377..1428536c 100644 --- a/README.NL.rst +++ b/README.NL.rst @@ -2,7 +2,7 @@ Objecten API ============ -:Version: 2.1.1 +:Version: 2.2.0 :Source: https://github.com/maykinmedia/objecttypes-api :Keywords: objecten, assets, zaakobjecten @@ -38,7 +38,10 @@ Versie Release datum API specificatie ============== ============== ============================= latest n/a `ReDoc `_, `Swagger `_, - (`verschillen `_) + (`verschillen `_) +2.2.0 2024-01-30 `ReDoc `_, + `Swagger `_ + (`verschillen `_) 2.1.0 2022-06-24 `ReDoc `_, `Swagger `_ (`verschillen `_) diff --git a/README.rst b/README.rst index 89738090..7d0a8a11 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ Objects API =========== -:Version: 2.1.1 +:Version: 2.2.0 :Source: https://github.com/maykinmedia/objects-api :Keywords: objects, assets, zaakobjecten @@ -36,7 +36,10 @@ Version Release date API specification ============== ============== ============================= latest n/a `ReDoc `_, `Swagger `_, - (`diff `_) + (`diff `_) +2.2.0 2024-01-30 `ReDoc `_, + `Swagger `_ + (`diff `_) 2.1.1 2022-06-24 `ReDoc `_, `Swagger `_ (`diff `_) diff --git a/docs/api/index.rst b/docs/api/index.rst index c6aa6a36..9c29f2b1 100644 --- a/docs/api/index.rst +++ b/docs/api/index.rst @@ -14,9 +14,9 @@ API Specification version(s) `Redoc `__, `Swagger `__ ) -`Objects API`_ 2.1.1 ( - `Redoc `__, - `Swagger `__ +`Objects API`_ 2.2.0 ( + `Redoc `__, + `Swagger `__ ) ====================== ========================================== diff --git a/package-lock.json b/package-lock.json index c4a3fff6..aba0ab7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "objects", - "version": "2.1.1", + "version": "2.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "objects", - "version": "2.1.1", + "version": "2.2.0", "license": "UNLICENSED", "dependencies": { "microscope-sass": "latest", diff --git a/package.json b/package.json index 8ef57a7b..6739531f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "objects", - "version": "2.1.1", + "version": "2.2.0", "description": "objects project", "main": "src/objects/static/bundles/objects-js.js", "directories": { diff --git a/publiccode.yaml b/publiccode.yaml index e424f114..6c661201 100644 --- a/publiccode.yaml +++ b/publiccode.yaml @@ -7,7 +7,7 @@ publiccodeYmlVersion: '0.2' name: Objects API url: 'http://github.com/maykinmedia/objects-api.git' softwareType: standalone/backend -softwareVersion: 2.1.1 +softwareVersion: 2.2.0 releaseDate: '2021-01-13' logo: 'https://github.com/maykinmedia/objects-api/blob/master/docs/logo.png' platforms: diff --git a/src/objects/__init__.py b/src/objects/__init__.py index ab2e4008..647e5f2f 100644 --- a/src/objects/__init__.py +++ b/src/objects/__init__.py @@ -1,3 +1,3 @@ -__version__ = "2.1.1" +__version__ = "2.2.0" __author__ = "Maykin Media" __homepage__ = "https://github.com/maykinmedia/objects-api" diff --git a/src/objects/api/v2/openapi.yaml b/src/objects/api/v2/openapi.yaml index b01fdd60..e6db2775 100644 --- a/src/objects/api/v2/openapi.yaml +++ b/src/objects/api/v2/openapi.yaml @@ -1,7 +1,7 @@ openapi: 3.0.3 info: title: Objects API - version: 2.1.1 (v2) + version: 2.2.0 (v2) description: | An API to manage Objects. diff --git a/src/objects/conf/api.py b/src/objects/conf/api.py index acc92e3e..4c03c6d9 100644 --- a/src/objects/conf/api.py +++ b/src/objects/conf/api.py @@ -1,7 +1,7 @@ from vng_api_common.conf.api import * # noqa - imports white-listed -API_VERSION = "2.1.1" -VERSIONS = {"v1": "1.3.0", "v2": "2.1.1"} +API_VERSION = "2.2.0" +VERSIONS = {"v1": "1.3.0", "v2": "2.2.0"} # api settings REST_FRAMEWORK = {