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
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,10 +28,8 @@ This changelog follows the principles of [Keep a Changelog](https://keepachangel
28
28
- Templates: Added `setTemplateAsDefault` use case and repository method to support Dataverse endpoint `POST /dataverses/{id}/template/default/{templateId}`.
29
29
- Templates: Added `unsetTemplateAsDefault` use case and repository method to support Dataverse endpoint `DELETE /dataverses/{id}/template/default`.
30
30
- New Use Case: [Update Terms of Access](./docs/useCases.md#update-terms-of-access).
31
-
- Files: Added `FilesConfig` class for configuring file upload behavior at runtime, including:
32
-
-`useS3Tagging`: Option to disable S3 object tagging (`x-amz-tagging` header) for S3-compatible storage that doesn't support tagging. Default: `true`.
33
-
-`maxMultipartRetries`: Configurable maximum retries for multipart upload parts. Default: `5`.
34
-
-`fileUploadTimeoutMs`: Configurable timeout for file upload operations. Default: `60000`.
31
+
- Files: Direct uploads now forward the `tagging` value returned by the upload destination response as the `x-amz-tagging` header for single-part uploads.
32
+
- Files: Added a `DirectUploadClientConfig` object for configuring multipart upload retries and upload timeout.
35
33
- Guestbooks: Added use cases and repository support for guestbook creation, listing, and enabling/disabling.
36
34
- Guestbooks: Added dataset-level guestbook assignment and removal support via `assignDatasetGuestbook` (`PUT /api/datasets/{identifier}/guestbook`) and `removeDatasetGuestbook` (`DELETE /api/datasets/{identifier}/guestbook`).
37
35
- Datasets/Guestbooks: Added `guestbookId` in `getDataset` responses.
0 commit comments