Skip to content

Commit ac66596

Browse files
committed
[#513] Update changelog & README
1 parent 50327f2 commit ac66596

File tree

2 files changed

+56
-2
lines changed

2 files changed

+56
-2
lines changed

CHANGELOG.rst

+52-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,60 @@ Change history
66
=====
77
*TBD*
88

9+
2.5.0 (2025-01-08)
10+
------------------
11+
912
**New features**
1013

11-
* Updated OAF version to 0.9.0. This upgrade allows admin users managing their sessions through the admin.
14+
* added support for configuring permissions through ``django-setup-configuration``
15+
version ``0.4.0`` [#497]
16+
* added support for configuring token authorizations through ``django-setup-configuration``
17+
version ``0.4.0`` [#485]
18+
* added support for configuring ``mozilla-django-oidc-db`` through ``django-setup-configuration``
19+
version ``0.4.0`` [#490]
20+
* added support for configuring ``OBJECTTYPE``'s through ``django-setup-configuration``
21+
version ``0.4.0`` [#467]
22+
* added support for configuring Notificatiescomponentconfiguratie through ``django-setup-configuration``
23+
version ``0.4.0`` [#484]
24+
* added the new ``data_attrs`` query parameter for the ``OBJECT``'s resource [#472]
25+
26+
.. warning::
27+
28+
Usage of the `data_attr` query parameter is deprecated. Usage of the
29+
new `data_attrs` query parameter is recommended.
30+
31+
* updated OAF version to 0.9.1. This upgrade allows admin users managing their sessions through the admin.
32+
33+
**Bugfixes and QOL**
34+
35+
* fixed ``latest`` docker image tag not being pushed [open-api-framework/#92]
36+
* fixed documentation building in CI [#501]
37+
* included ``gettext`` in docker images [#495]
38+
* updated zgw-consumers to 0.35.1 [open-api-framework/#66]
39+
40+
.. warning::
41+
42+
Configuring external services is now done through the ``Service`` model. This
43+
replaces the ``APICredential`` model in the admin interface. A data migration
44+
was added to move to the `Service` model. It is advised to verify the ``Service``
45+
instances in the admin to check that the data migration was ran as expected.
46+
47+
* updated PATCH request behaviour for the ``data`` field [#466]
48+
* added documentation for notification retry behavior [#403]
49+
* fixed CSP errors [open-api-framework/#68]
50+
* removed objects-api v1. V2 is the only supported version as of now. [#453]
51+
* fixed token permissions admin [#449]
52+
* fixed `NOTIFICATIONS_ENABLED` setting having an incorrect value [#452]
53+
54+
**Project maintenance**
55+
56+
* implementend CI action to create a PR with latest OAF version [open-api-framework/#44]
57+
* security updates [open-api-framework/#93]
58+
* switched from ``pip-compile`` to ``uv`` [open-api-framework/#81]
59+
* re-enabled Trivy image scanning [#463]
60+
* pinned ``publish`` workflow to ``v3.0.1`` [#504]
61+
* implementend open-api-workflows [open-api-framework/#13]
62+
* added missing changelog entry [#455]
1263

1364

1465
2.4.3 (2024-09-18)

README.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ Version Release date API specification
3636
============== ============== =============================
3737
latest n/a `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/objects-api/master/src/objects/api/v2/openapi.yaml>`_,
3838
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/objects-api/master/src/objects/api/v2/openapi.yaml>`_,
39-
(`diff <https://github.com/maykinmedia/objects-api/compare/2.4.3..master#diff-b9c28fec6c3f3fa5cff870d24601d6ab7027520f3b084cc767aefd258cb8c40a>`_)
39+
(`diff <https://github.com/maykinmedia/objects-api/compare/2.5.0..master>`_)
40+
2.5.0 2025-01-08 `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/objects-api/2.5.0/src/objects/api/v2/openapi.yaml>`_,
41+
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/objects-api/2.5.0/src/objects/api/v2/openapi.yaml>`_
42+
(`diff <https://github.com/maykinmedia/objects-api/compare/2.4.3..2.5.0>`_)
4043
2.4.3 2024-03-22 `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/objects-api/2.4.3/src/objects/api/v2/openapi.yaml>`_,
4144
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/objects-api/2.4.3/src/objects/api/v2/openapi.yaml>`_
4245
(`diff <https://github.com/maykinmedia/objects-api/compare/2.3.0..2.4.3#diff-b9c28fec6c3f3fa5cff870d24601d6ab7027520f3b084cc767aefd258cb8c40a>`_)

0 commit comments

Comments
 (0)