@@ -6,9 +6,60 @@ Change history
6
6
=====
7
7
*TBD *
8
8
9
+ 2.5.0 (2025-01-08)
10
+ ------------------
11
+
9
12
**New features **
10
13
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]
12
63
13
64
14
65
2.4.3 (2024-09-18)
0 commit comments