File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 11
11
Changes
12
12
=======
13
13
14
+ Version 10.8.0 (released 2024-07-28)
15
+
16
+ - results: added support for drafts
17
+ - fix(community): set branding
18
+ - codemeta: added identifier to schema
19
+ - signposting: generate 1 link context object for metadata
20
+ - fix: abort on record deletion exception
21
+ - media-files: generate ptif and include in manifets
22
+ - fix: pids required behavior
23
+ - iiif: handle DecompressionBombError
24
+ - iiif: schema: only return images within size limit in manifest
25
+
14
26
Version 10.7.1 (released 2024-05-31)
15
27
16
28
- secret links: set csrf token for all requests with secret links,
Original file line number Diff line number Diff line change 2
2
#
3
3
# Copyright (C) 2019-2024 CERN.
4
4
# Copyright (C) 2019-2022 Northwestern University.
5
+ # Copyright (C) 2024 Graz University of Technology.
5
6
#
6
7
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
7
8
# it under the terms of the MIT License; see LICENSE file for more details.
10
11
11
12
from .ext import InvenioRDMRecords
12
13
13
- __version__ = "10.7.1 "
14
+ __version__ = "10.8.0 "
14
15
15
16
__all__ = ("__version__" , "InvenioRDMRecords" )
You can’t perform that action at this time.
0 commit comments