Skip to content

Commit 2805eb5

Browse files
committed
tweak release note, mention backward incompatibility, reexport #8129
1 parent c4e3097 commit 2805eb5

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

doc/release-notes/8129-harvesting.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,16 @@
33
The `oai_dc` export and harvesting format has had the following fields remapped:
44

55
- dc:type was mapped to the field "Kind of Data". Now it is hard-coded to the word "Dataset".
6-
- dc:date was mapped to the field "Production Date" when available and otherwise to "Publication Date". Now it is mapped the field Publication Date or the field used for the citation date, if set (see [Set Citation Date Field Type for a Dataset](https://guides.dataverse.org/en/6.3/api/native-api.html#set-citation-date-field-type-for-a-dataset)).
6+
- dc:date was mapped to the field "Production Date" when available and otherwise to "Publication Date". Now it is mapped the field "Publication Date" or the field used for the citation date, if set (see [Set Citation Date Field Type for a Dataset](https://guides.dataverse.org/en/6.3/api/native-api.html#set-citation-date-field-type-for-a-dataset)).
77

8-
As these are backward incompatible changes, they have been noted in the [API changelog](https://guides.dataverse.org/en/latest/api/changelog.html).
8+
In order for these changes to be reflected in existing datasets, a [reexport all](https://guides.dataverse.org/en/6.3/admin/metadataexport.html#batch-exports-through-the-api) should be run.
99

10-
For more information, please see issue #8129.
10+
For more information, please see #8129 and #10737.
11+
12+
### Backward incompatible changes
13+
14+
See the "Remap oai_dc export" section above.
15+
16+
### Upgrade instructions
17+
18+
In order for changes to the `oai_dc` metadata export format to be reflected in existing datasets, a [reexport all](https://guides.dataverse.org/en/6.3/admin/metadataexport.html#batch-exports-through-the-api) should be run.

0 commit comments

Comments
 (0)