You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/releases/v13/version-v13.0.0.md
+17-3Lines changed: 17 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -30,19 +30,33 @@ Searches like ` Universitatea "Dunărea de Jos” din Galați` now work [PR](htt
30
30
31
31
BREAKING -> mapping changes, create new indices
32
32
33
+
### EuroSciVoc Subjects
34
+
35
+
#### Optional Feature
36
+
37
+
You can now import EuroSciVoc subjects using the new Jobs system. If you previously had imported EuroSciVoc subjects, you will need to update the existing records, drafts, and communities that were using these subjects and then deleting the old subjects in the database. This is necessary due to changes in the structure, such as the introduction of the `props` property and updates to the `id` format.
38
+
_Note that you would need to reindex te relevant subjects, records, drafts and communities_
39
+
40
+
### CORDIS Awards
41
+
42
+
#### Optional Feature
43
+
44
+
CORDIS data can now be imported to enhance OpenAIRE awards using the new Jobs system. This update allows for the addition of supplementary information to the awards, including subjects _(Note: The EuroSciVoc subjects are needed for this)_, organizations, and other related metadata. The three funding programs supported are `HE`, `FP7` and `H2020`.
45
+
_Note that you would need to reindex te relevant awards, records, drafts and communities_
46
+
33
47
### Miscellaneous additions
34
48
35
49
Here is a quick summary of the myriad other improvements in this release:
36
50
37
51
- The creators' roles are now displayed [PR](https://github.com/inveniosoftware/invenio-app-rdm/pull/2795)
38
52
- You can now see and show the version of InvenioAppRDM and any other module [Issue](https://github.com/inveniosoftware/invenio-app-rdm/issues/2838)
39
-
Change the config ADMINISTRATION_DISPLAY_VERSIONS = [("invenio-app-rdm", f"v{__version__}")] and append to the list the version you want to display.
40
-
- The users API endpoint is now protected, in order to access the list of users it's required to be logged in.
53
+
Change the config ADMINISTRATION_DISPLAY_VERSIONS = [("invenio-app-rdm", f"v{__version__}")] and append to the list the version you want to display.
54
+
- The users API endpoint is now protected, in order to access the list of users it's required to be logged in.
41
55
- ...and many more bug fixes!
42
56
43
57
## Breaking changes
44
58
45
-
-fill me in
59
+
-Mapping updates in Subjects, Awards, Records _(including percolators)_, Drafts and Communities
0 commit comments