Skip to content

Commit 490aafd

Browse files
committed
📦 release: v11.3.0
1 parent b74bbd9 commit 490aafd

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

‎CHANGES.rst

+15
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,21 @@
1111
Changes
1212
=======
1313

14+
Version 11.3.0 (released 2024-07-12)
15+
16+
* media-files: generate ptif and include in manifets
17+
* fix: pids required behavior
18+
* The fix for the parent doi configuration
19+
https://github.com/inveniosoftware/invenio-rdm-records/pull/1740 broke
20+
the "required" parameter for the pid provider. Previously you could
21+
have a pid provider that was active (shows up in the deposit form),
22+
but not required (pid would only be minted if something was entered).
23+
Because the check for "required" was removed, this stopped working.
24+
* This correction enables the option of having external DOIs without
25+
necessarily having to set one of them. This would not be possible with
26+
the "is_enabled" configuration.
27+
* iiif: handle DecompressionBombError
28+
1429
Version 11.2.0 (released 2024-07-05)
1530

1631
- iiif: schema: only return images within size limit in manifest

‎invenio_rdm_records/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010

1111
from .ext import InvenioRDMRecords
1212

13-
__version__ = "11.2.0"
13+
__version__ = "11.3.0"
1414

1515
__all__ = ("__version__", "InvenioRDMRecords")

0 commit comments

Comments
 (0)