Skip to content

Commit

Permalink
📦 release: v11.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Jul 12, 2024
1 parent b74bbd9 commit 490aafd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,21 @@
Changes
=======

Version 11.3.0 (released 2024-07-12)

* media-files: generate ptif and include in manifets
* fix: pids required behavior
* The fix for the parent doi configuration
https://github.com/inveniosoftware/invenio-rdm-records/pull/1740 broke
the "required" parameter for the pid provider. Previously you could
have a pid provider that was active (shows up in the deposit form),
but not required (pid would only be minted if something was entered).
Because the check for "required" was removed, this stopped working.
* This correction enables the option of having external DOIs without
necessarily having to set one of them. This would not be possible with
the "is_enabled" configuration.
* iiif: handle DecompressionBombError

Version 11.2.0 (released 2024-07-05)

- iiif: schema: only return images within size limit in manifest
Expand Down
2 changes: 1 addition & 1 deletion invenio_rdm_records/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@

from .ext import InvenioRDMRecords

__version__ = "11.2.0"
__version__ = "11.3.0"

__all__ = ("__version__", "InvenioRDMRecords")

0 comments on commit 490aafd

Please sign in to comment.