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: CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,23 @@ This changelog follows the principles of [Keep a Changelog](https://keepachangel
10
10
11
11
- Datasets: Added `updateDatasetLicense` use case and repository method to support Dataverse endpoint `PUT /datasets/{id}/license`, for updating dataset license or custom terms.
12
12
- Datasets: Added `getDatasetStorageDriver` use case and repository method to support Dataverse endpoint `GET /datasets/{identifier}/storageDriver`, for retrieving dataset storage driver configuration with properties: name, type, label, directUpload, directDownload, and uploadOutOfBand.
13
-
- Datasets: Added `updateDatasetLicense` use case and repository method to support Dataverse endpoint `PUT /datasets/{id}/license`, for updating dataset license or custom terms
13
+
- Datasets: Added `getDatasetUploadLimits` use case and repository method to support Dataverse endpoint `GET /datasets/{id}/uploadlimits`, for retrieving remaining storage upload quotas, if present.
14
14
- New Use Case: [Get Collections For Linking Use Case](./docs/useCases.md#get-collections-for-linking).
15
15
- New Use Case: [Create a Template](./docs/useCases.md#create-a-template) under Templates.
16
16
- New Use Case: [Get a Template](./docs/useCases.md#get-a-template) under Templates.
17
17
- New Use Case: [Delete a Template](./docs/useCases.md#delete-a-template) under Templates.
18
18
- New Use Case: [Update Template Metadata](./docs/useCases.md#update-template-metadata) under Templates.
19
19
- New Use Case: [Update Template License Terms](./docs/useCases.md#update-template-license-terms) under Templates.
20
20
- New Use Case: [Update Template Terms Of Access](./docs/useCases.md#update-template-terms-of-access) under Templates.
21
+
- Templates: Added `setTemplateAsDefault` use case and repository method to support Dataverse endpoint `POST /dataverses/{id}/template/default/{templateId}`.
22
+
- Templates: Added `unsetTemplateAsDefault` use case and repository method to support Dataverse endpoint `DELETE /dataverses/{id}/template/default`.
21
23
- New Use Case: [Update Terms of Access](./docs/useCases.md#update-terms-of-access).
24
+
- Guestbooks: Added use cases and repository support for guestbook creation, listing, and enabling/disabling.
25
+
- Guestbooks: Added dataset-level guestbook assignment and removal support via `assignDatasetGuestbook` (`PUT /api/datasets/{identifier}/guestbook`) and `removeDatasetGuestbook` (`DELETE /api/datasets/{identifier}/guestbook`).
26
+
- Datasets/Guestbooks: Added `guestbookId` in `getDataset` responses.
27
+
- Access: Added`access` module for guestbook-at-request and download terms/guestbook submission endpoints.
28
+
- New Use Case: [Get Publish Dataset Disclaimer Text](./docs/useCases.md#get-publish-dataset-disclaimer-text).
29
+
- New Use Case: [Get Dataset Publish Popup Custom Text](./docs/useCases.md#get-dataset-publish-popup-custom-text).
22
30
- DatasetType: Updated datasetType data model. Added two more fields: description and displayName.
0 commit comments