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-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,21 @@ This changelog follows the principles of [Keep a Changelog](https://keepachangel
8
8
9
9
### Added
10
10
11
+
- Datasets: Added `updateDatasetLicense` use case and repository method to support Dataverse endpoint `PUT /datasets/{id}/license`, for updating dataset license or custom terms.
11
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.
12
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
14
- New Use Case: [Get Collections For Linking Use Case](./docs/useCases.md#get-collections-for-linking).
14
-
- New Use Case: [Create a Dataset Template](./docs/useCases.md#create-a-dataset-template) under Collections.
15
-
15
+
- New Use Case: [Create a Template](./docs/useCases.md#create-a-template) under Templates.
16
+
- New Use Case: [Get a Template](./docs/useCases.md#get-a-template) under Templates.
17
+
- New Use Case: [Delete a Template](./docs/useCases.md#delete-a-template) under Templates.
16
18
- New Use Case: [Update Terms of Access](./docs/useCases.md#update-terms-of-access).
17
19
18
20
### Changed
19
21
20
-
- Add pagination query parameters to Dataset Version Summeries and File Version Summaries use cases
22
+
- Add pagination query parameters to Dataset Version Summeries and File Version Summaries use cases.
23
+
- Templates: Rename `CreateDatasetTemplateDTO` to `CreateTemplateDTO`.
24
+
- Templates: Rename `createDatasetTemplate` repository method to `createTemplate`.
25
+
- Templates: Rename `getDatasetTemplates` repository method to `getTemplatesByCollectionId`.
21
26
22
27
### Fixed
23
28
@@ -52,7 +57,7 @@ This changelog follows the principles of [Keep a Changelog](https://keepachangel
52
57
53
58
- Use cases for External Tools: GetExternalTools, GetDatasetExternalToolResolved, GetFileExternalToolResolved.
Returns a [Template](../src/templates/domain/models/Template.ts) array containing the templates of the requested collection, given the collection identifier or alias.
The `datasetId` parameter is a number for numeric identifiers or string for persistent identifiers.
1336
1400
1401
+
# <<<<<<< HEAD
1402
+
1337
1403
#### Get Dataset Templates
1338
1404
1339
1405
Returns a [DatasetTemplate](../src/datasets/domain/models/DatasetTemplate.ts) array containing the dataset templates of the requested collection, given the collection identifier or alias.
0 commit comments