File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11
11
Changes
12
12
=======
13
13
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
+
14
29
Version 11.2.0 (released 2024-07-05)
15
30
16
31
- iiif: schema: only return images within size limit in manifest
Original file line number Diff line number Diff line change 10
10
11
11
from .ext import InvenioRDMRecords
12
12
13
- __version__ = "11.2 .0"
13
+ __version__ = "11.3 .0"
14
14
15
15
__all__ = ("__version__" , "InvenioRDMRecords" )
You can’t perform that action at this time.
0 commit comments