File tree 8 files changed +20
-7
lines changed
resources/serializers/bibtex
8 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 12
12
Changes
13
13
=======
14
14
15
+ Version v16.3.0 (released 2024-11-27)
16
+
17
+ - github: added default license from Github API
18
+ - deposit-ui: fix affiliations rendering during edits
19
+ - github: added custom_fields in metadata extraction
20
+ - github: added optional swhid field to the bibtex export
21
+ - datacite: improve error logging formatting and grouping
22
+ * Avoids f-strings in logging calls so that entries are easier to be
23
+ grouped.
24
+ * Adds exception info to the logged errors.
25
+ - config: added service schema from config
26
+ - requests: manage sending notifications
27
+
15
28
Version v16.2.0 (released 2024-11-19)
16
29
17
30
- search: pass search parameters to collection records
Original file line number Diff line number Diff line change 12
12
13
13
from .ext import InvenioRDMRecords
14
14
15
- __version__ = "16.2 .0"
15
+ __version__ = "16.3 .0"
16
16
17
17
__all__ = ("__version__" , "InvenioRDMRecords" )
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
#
3
- # Copyright (C) 2023 CERN
3
+ # Copyright (C) 2023-2024 CERN
4
4
#
5
5
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
6
6
# it under the terms of the MIT License; see LICENSE file for more details.
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
#
3
- # Copyright (C) 2023 CERN
3
+ # Copyright (C) 2023-2024 CERN
4
4
#
5
5
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
6
6
# it under the terms of the MIT License; see LICENSE file for more details.
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
#
3
- # Copyright (C) 2023 CERN.
3
+ # Copyright (C) 2023-2024 CERN.
4
4
#
5
5
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
6
6
# it under the terms of the MIT License; see LICENSE file for more details.
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
#
3
- # Copyright (C) 2021 CERN.
3
+ # Copyright (C) 2021-2024 CERN.
4
4
# Copyright (C) 2023 Northwestern University.
5
5
# Copyright (C) 2023-2024 Graz University of Technology.
6
6
#
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
#
3
- # Copyright (C) 2021 CERN.
3
+ # Copyright (C) 2021-2024 CERN.
4
4
# Copyright (C) 2021 Northwestern University.
5
5
#
6
6
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
#
3
- # Copyright (C) 2021 CERN.
3
+ # Copyright (C) 2021-2024 CERN.
4
4
# Copyright (C) 2023 Northwestern University.
5
5
#
6
6
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
You can’t perform that action at this time.
0 commit comments