Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,54 @@
Change history
==============

3.6.0 (2026-02-06)
------------------

**New features**

* [:objects-api:`564`] Add ObjectType fields & ObjectTypeVersion model
* [:objects-api:`564`] Add command to import objecttypes from API for 4.0.0 migration (see :ref:`objecttype_migration` for more information)
* [:objects-api:`712`] Ensure token authorization display name is unique identifier in admin
* [:objects-api:`708`] Support Open Archiefbeheer destruction in objects api

* Add ``references`` field to ObjectRecord to link objecten to zaken
* Emit ``zaak-gekoppeld`` and ``zaak-ontkoppeld`` cloud events when an object is linked
to or unlinked from a zaak (can be enabled with ``ENABLE_CLOUD_EVENTS`` environment variable)

.. warning::

The ``zaak-gekoppeld`` and ``zaak-ontkoppeld`` pattern is still under active development
and could be subject to change in future releases. It is not recommended to rely on this pattern
in production yet.


* [:objects-api:`724`] Remove ``linkable_to_zaken`` from ObjectType

**Maintenance**

* Fix factory invocations
* Avoid using event key in uwsgi logs
* [:open-api-framework:`197`] use commonground-api-common pagination

* Upgrade python dependencies

* asgiref to 3.11.0
* cbor2 to 5.8.0
* django to 5.2.11
* open-api-framework to 0.13.3
* urllib3 to 2.6.3
* wheel to 0.46.3
* protobuf to 6.33.5
* pip to 26.1
* virtualenv to 20.36.1
* filelock to 3.20.3
* factory-boy to 3.3.3
* [:open-api-framework:`197`] commonground-api-common to 2.10.7

**Documentation**

* [:objects-api:`171`] Add connection pooling changelog warning

3.5.0 (2025-12-01)
------------------

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

:Version: 3.5.0
:Version: 3.6.0
:Source: https://github.com/maykinmedia/objecttypes-api
:Keywords: objecten, assets, zaakobjecten

Expand Down Expand Up @@ -38,7 +38,10 @@ Applicatie versie Release datum API specificatie
================= ============== =============================
latest n/a `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/objects-api/master/src/objects/api/v2/openapi.yaml>`_,
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/objects-api/master/src/objects/api/v2/openapi.yaml>`_,
(`verschillen <https://github.com/maykinmedia/objects-api/compare/3.5.0..master>`_)
(`verschillen <https://github.com/maykinmedia/objects-api/compare/3.6.0..master>`_)
3.6.0 2026-02-06 `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/objects-api/3.6.0/src/objects/api/v2/openapi.yaml>`_,
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/objects-api/3.6.0/src/objects/api/v2/openapi.yaml>`_
(`verschillen <https://github.com/maykinmedia/objects-api/compare/3.5.0..3.6.0>`_)
3.5.0 2025-12-01 `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/objects-api/3.5.0/src/objects/api/v2/openapi.yaml>`_,
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/objects-api/3.5.0/src/objects/api/v2/openapi.yaml>`_
(`verschillen <https://github.com/maykinmedia/objects-api/compare/3.4.0..3.5.0>`_)
Expand Down
7 changes: 5 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Objects API
===========

:Version: 3.5.0
:Version: 3.6.0
:Source: https://github.com/maykinmedia/objects-api
:Keywords: objects, assets, zaakobjecten

Expand Down Expand Up @@ -36,7 +36,10 @@ Application version Release date API specification
=================== ============== =============================
latest n/a `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/objects-api/master/src/objects/api/v2/openapi.yaml>`_,
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/objects-api/master/src/objects/api/v2/openapi.yaml>`_,
(`diff <https://github.com/maykinmedia/objects-api/compare/3.5.0..master>`_)
(`diff <https://github.com/maykinmedia/objects-api/compare/3.6.0..master>`_)
3.6.0 2026-02-06 `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/objects-api/3.6.0/src/objects/api/v2/openapi.yaml>`_,
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/objects-api/3.6.0/src/objects/api/v2/openapi.yaml>`_
(`diff <https://github.com/maykinmedia/objects-api/compare/3.5.0..3.6.0>`_)
3.5.0 2025-12-01 `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/objects-api/3.5.0/src/objects/api/v2/openapi.yaml>`_,
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/objects-api/3.5.0/src/objects/api/v2/openapi.yaml>`_
(`diff <https://github.com/maykinmedia/objects-api/compare/3.4.0..3.5.0>`_)
Expand Down
10 changes: 5 additions & 5 deletions docs/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ as of March 1, 2022`_. Their specifications can be found below.
API Specification version(s)
====================== ==========================================
`Objecttypes API`_ 2.2.2 (
`Redoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/objecttypes-api/3.0.3/src/objecttypes/api/v2/openapi.yaml>`__,
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/objecttypes-api/3.0.3/src/objecttypes/api/v2/openapi.yaml>`__
`Redoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/objecttypes-api/3.4.1/src/objecttypes/api/v2/openapi.yaml>`__,
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/objecttypes-api/3.4.1/src/objecttypes/api/v2/openapi.yaml>`__
)
`Objects API`_ 2.5.0 (
`Redoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/objects-api/3.5.0/src/objects/api/v2/openapi.yaml>`__,
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/objects-api/3.5.0/src/objects/api/v2/openapi.yaml>`__
`Objects API`_ 2.6.0 (
`Redoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/objects-api/3.6.0/src/objects/api/v2/openapi.yaml>`__,
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/objects-api/3.6.0/src/objects/api/v2/openapi.yaml>`__
)
====================== ==========================================

Expand Down
2 changes: 2 additions & 0 deletions docs/installation/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ Optional
* ``SENTRY_DSN``: URL of the sentry project to send error reports to. Default empty, i.e. -> no monitoring set up. Highly recommended to configure this.
* ``DISABLE_2FA``: Whether or not two factor authentication should be disabled. Defaults to: ``False``.
* ``OBJECTS_ADMIN_SEARCH_DISABLED``: Indicates whether or not searching in the Objects admin should be disabled. Defaults to: ``False``.
* ``ENABLE_CLOUD_EVENTS``: **EXPERIMENTAL**: indicates whether or not cloud events should be sent to the configured endpoint for specific operations on Zaak (not ready for use in production). Defaults to: ``False``.
* ``NOTIFICATIONS_SOURCE``: **EXPERIMENTAL**: the identifier of this application to use as the source in notifications and cloudevents. Defaults to: ``(empty string)``.



Expand Down
Loading
Loading