Skip to content

Commit 39db53e

Browse files
authored
Merge pull request #225 from maykinmedia/release/3.4.1
🔖 Release 3.4.1
2 parents 47079a2 + b9524bb commit 39db53e

10 files changed

Lines changed: 185 additions & 97 deletions

File tree

CHANGELOG.rst

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22
Change history
33
==============
44

5+
3.4.1 (2026-02-05)
6+
------------------
7+
8+
**Project maintenance**
9+
10+
* Upgrade dependencies
11+
12+
* django to 5.2.11
13+
* commonground-api-common to 2.10.7
14+
* urllib3 to 2.6.3
15+
* cbor2 to 5.8.0
16+
17+
* [:objecttypes-api:`215`] Remove ``linkableToZaken`` flag from ObjectType
18+
* Updated `uwsgi logs` from event to msg for high-cardinality log messages.
19+
20+
**Documentation**
21+
22+
* [:open-api-framework:`197`] Fix documentation with maximum pagination ``pageSize`` in the OAS.
23+
524
3.4.0 (2025-12-01)
625
-----------
726

@@ -55,9 +74,9 @@ Change history
5574
If you do not have an endpoint to send system telemetry to, update your deployment to **disable it** by setting the environment variable:
5675

5776
.. code-block:: bash
58-
77+
5978
OTEL_SDK_DISABLED=true
60-
79+
6180
If this is not done, warnings will be emitted to the container logs. The application will continue to function normally.
6281

6382
All available metrics and details can be found in the :ref: `Observability documentation <installation_observability_index>`.
@@ -67,7 +86,7 @@ Change history
6786
* Upgrade dependencies
6887

6988
* django to 5.2.8
70-
* pip to 25.3
89+
* pip to 25.3
7190
* django-setup-configuration to 0.11.0
7291
* mozilla-django-oidc-db to 1.1.0
7392
* open-api-framework to 0.13.2

README.NL.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Objecttypen API
33
===============
44

5-
:Version: 3.4.0
5+
:Version: 3.4.1
66
:Source: https://github.com/maykinmedia/objecttypes-api
77
:Keywords: objecten, assets, zaakobjecten
88

@@ -36,10 +36,13 @@ Applicatie versie Release datum API specificatie
3636
================= ============== =============================
3737
latest n/a `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/objecttypes-api/master/src/objecttypes/api/v2/openapi.yaml>`_,
3838
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/objecttypes-api/master/src/objecttypes/api/v2/openapi.yaml>`_,
39-
(`verschillen <https://github.com/maykinmedia/objecttypes-api/compare/3.0.0..master>`_)
39+
(`verschillen <https://github.com/maykinmedia/objecttypes-api/compare/3.4.1..master>`_)
40+
3.4.1 2026-02-05 `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/objecttypes-api/3.4.1/src/objecttypes/api/v2/openapi.yaml>`_,
41+
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/objecttypes-api/3.4.1/src/objecttypes/api/v2/openapi.yaml>`_
42+
(`verschillen <https://github.com/maykinmedia/objecttypes-api/compare/3.4.0..3.4.1>`_)
4043
3.4.0 2025-12-01 `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/objecttypes-api/3.4.0/src/objecttypes/api/v2/openapi.yaml>`_,
4144
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/objecttypes-api/3.4.0/src/objecttypes/api/v2/openapi.yaml>`_
42-
(`diff <https://github.com/maykinmedia/objecttypes-api/compare/3.0.0..3.4.0>`_)
45+
(`verschillen <https://github.com/maykinmedia/objecttypes-api/compare/3.0.0..3.4.0>`_)
4346
3.0.0 2025-01-22 `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/objecttypes-api/3.0.0/src/objecttypes/api/v2/openapi.yaml>`_,
4447
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/objecttypes-api/3.0.0/src/objecttypes/api/v2/openapi.yaml>`_
4548
(`verschillen <https://github.com/maykinmedia/objecttypes-api/compare/2.3.0..3.0.0>`_)

README.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Objecttypes API
33
===============
44

5-
:Version: 3.4.0
5+
:Version: 3.4.1
66
:Source: https://github.com/maykinmedia/objecttypes-api
77
:Keywords: objects, assets, zaakobjecten
88

@@ -35,7 +35,10 @@ Application version Release date API specification
3535
=================== ============== =============================
3636
latest n/a `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/objecttypes-api/master/src/objecttypes/api/v2/openapi.yaml>`_,
3737
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/objecttypes-api/master/src/objecttypes/api/v2/openapi.yaml>`_,
38-
(`diff <https://github.com/maykinmedia/objecttypes-api/compare/3.4.0..master>`_)
38+
(`diff <https://github.com/maykinmedia/objecttypes-api/compare/3.4.1..master>`_)
39+
3.4.1 2026-02-05 `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/objecttypes-api/3.4.1/src/objecttypes/api/v2/openapi.yaml>`_,
40+
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/objecttypes-api/3.4.1/src/objecttypes/api/v2/openapi.yaml>`_
41+
(`diff <https://github.com/maykinmedia/objecttypes-api/compare/3.4.0..3.4.1>`_)
3942
3.4.0 2025-12-01 `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/objecttypes-api/3.4.0/src/objecttypes/api/v2/openapi.yaml>`_,
4043
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/objecttypes-api/3.4.0/src/objecttypes/api/v2/openapi.yaml>`_
4144
(`diff <https://github.com/maykinmedia/objecttypes-api/compare/3.0.0..3.4.0>`_)

0 commit comments

Comments
 (0)