diff --git a/HISTORY.rst b/HISTORY.rst index 6fb1885db4..c68ad4c322 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -10,6 +10,24 @@ Versions are of the form MAJOR.MINOR.PATCH. Each MINOR release (MAJOR.MINOR.0) i .. towncrier release notes start +2024.17.0 (2024-12-03) +---------------------- + +New features: + + +- Implement ad-hoc role assignment excel export. [elioschmutz] [TI-1546] + + +Other changes: + + +- Introduce a lookup table for objects having modified local roles. [elioschmutz] [TI-1540] +- Introduce an object to create role assignment reports. [elioschmutz] [TI-1541] +- Add GET endpoint to retrieve specific permissions report data for the new UI, with support for various filter criteria to generate targeted reports. [amo] [TI-1543] +- Allow to create role assignment reports with multiple participants. [elioschmutz] [TI-1541-2] + + 2024.16.0 (2024-11-21) ---------------------- diff --git a/changes/TI-1540.other b/changes/TI-1540.other deleted file mode 100644 index e8b5d449a8..0000000000 --- a/changes/TI-1540.other +++ /dev/null @@ -1 +0,0 @@ -Introduce a lookup table for objects having modified local roles. [elioschmutz] diff --git a/changes/TI-1541-2.other b/changes/TI-1541-2.other deleted file mode 100644 index c185cb6f1a..0000000000 --- a/changes/TI-1541-2.other +++ /dev/null @@ -1 +0,0 @@ -Allow to create role assignment reports with multiple participants. [elioschmutz] diff --git a/changes/TI-1541.other b/changes/TI-1541.other deleted file mode 100644 index fb63fdbd97..0000000000 --- a/changes/TI-1541.other +++ /dev/null @@ -1 +0,0 @@ -Introduce an object to create role assignment reports. [elioschmutz] diff --git a/changes/TI-1543.other b/changes/TI-1543.other deleted file mode 100644 index b23d74dff4..0000000000 --- a/changes/TI-1543.other +++ /dev/null @@ -1 +0,0 @@ -Add GET endpoint to retrieve specific permissions report data for the new UI, with support for various filter criteria to generate targeted reports. [amo] diff --git a/changes/TI-1546.feature b/changes/TI-1546.feature deleted file mode 100644 index cecd1b047e..0000000000 --- a/changes/TI-1546.feature +++ /dev/null @@ -1 +0,0 @@ -Implement ad-hoc role assignment excel export. [elioschmutz] diff --git a/setup.py b/setup.py index 03aad5a5ef..87f9a95892 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import os -version = '2024.16.1.dev0' +version = '2024.17.0' maintainer = '4teamwork AG' diff --git a/versions.cfg b/versions.cfg index df72dd8688..714e519b0c 100644 --- a/versions.cfg +++ b/versions.cfg @@ -13,6 +13,8 @@ sablon = 0.3.1 [versions] +opengever.core = 2024.17.0 + alabaster = 0.7.10 alembic = 1.4.3 amqp = 1.4.7