Skip to content

Commit b942309

Browse files
authored
Merge pull request #11333 from IQSS/11068-version-note
API Changelog: move version note to 6.6 where it belongs
2 parents 7596fbb + 4dbe4b5 commit b942309

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/sphinx-guides/source/api/changelog.rst

+6-5
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,19 @@ This API changelog is experimental and we would love feedback on its usefulness.
1010
v6.6
1111
----
1212

13+
- The JSON representation for a datasetVersion sent or received in API calls has changed such that
14+
15+
- "versionNote" -> "deaccessionNote"
16+
- "archiveNote" --> "deaccessionLink"
17+
- These may be non-null for deaccessioned versions and an optional new "versionNote" field indicating the reason a version was created may be present on any datasetversion.
18+
1319
- **/api/metadatablocks** is no longer returning duplicated metadata properties and does not omit metadata properties when called.
1420
- **/api/roles**: :ref:`show-role` now properly returns 403 Forbidden instead of 401 Unauthorized when you pass a working API token that doesn't have the right permission.
1521
- The content type for the ``schema.org`` dataset metadata export format has been corrected. It was ``application/json`` and now it is ``application/ld+json``. See also :ref:`export-dataset-metadata-api`.
1622

1723
v6.5
1824
----
1925

20-
- The JSON representation for a datasetVersion sent or received in API calls has changed such that
21-
- "versionNote" -> "deaccessionNote"
22-
- "archiveNote" --> "deaccessionLink"
23-
These may be non-null for deaccessioned versions and an optional new "versionNote" field indicating the reason a version was created may be present on any datasetversion.
24-
2526
- **/api/datasets/{identifier}/links**: The response from :ref:`list-collections-linked-from-dataset` has been improved to provide a more structured (but backward-incompatible) JSON response.
2627

2728
v6.4

0 commit comments

Comments
 (0)