We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0583477 commit 84dfdd7Copy full SHA for 84dfdd7
CHANGES.rst
@@ -12,6 +12,14 @@
12
Changes
13
=======
14
15
+Version v17.3.0 (released 2025-03-11)
16
+
17
+- resources: add param to filter shared with my uploads
18
+ - returns record needs on entity resolution
19
+ - reindex associated request on parent access changes
20
+- service: change community submission actions on who can manage
21
+- links: add preview_html link
22
23
Version v17.2.0 (released 2025-03-10)
24
25
- views: signposting: files: fix filename encoding issues for downloads
invenio_rdm_records/__init__.py
@@ -12,6 +12,6 @@
from .ext import InvenioRDMRecords
-__version__ = "17.2.0"
+__version__ = "17.3.0"
__all__ = ("__version__", "InvenioRDMRecords")
0 commit comments