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: doc/release-notes/6.10-release-notes.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Highlights for Dataverse 6.10 include:
22
22
23
23
When users click "Publish" on a dataset they have always seen a popup displaying various information to read before clicking "Continue" to proceed with publication.
24
24
25
-
Now you can optionally require users to check a box in this popup to acknowledge a disclaimer that you specify through a new setting called `:PublishDatasetDisclaimerText`.
25
+
Now you can optionally require users to check a box in this popup to acknowledge a disclaimer that you specify through a new setting called `:PublishDatasetDisclaimerText`.
26
26
27
27
For backward compatibility, APIs will continue to publish without the acknowledgement for now. An [API endpoint](https://guides.dataverse.org/en/6.10/api/native-api.html#show-disclaimer-for-publishing-datasets) was added for anyone to retrieve the disclaimer text anonymously.
28
28
@@ -74,7 +74,7 @@ This release includes multiple updates to the OAI-ORE metadata export and the pr
74
74
- Improvements have been made to file retrieval for bagging, including retries on errors and when download requests are being throttled.
75
75
- A bug causing `:BagGeneratorThreads` to be ignored has been fixed, and the default has been reduced to 2.
76
76
- Retrieval of files for inclusion in an archival bag is no longer counted as a download.
77
-
- It is now possible to require that all previous versions have been successfully archived before archiving of a newly published version can succeed. This is intended to support use cases where deduplication of files between dataset versions will be done and is a step towards supporting the Oxford Common File Layout (OCFL).
77
+
- It is now possible to require that all previous versions have been successfully archived before archiving of a newly published version can succeed. This is intended to support use cases where de-duplication of files between dataset versions will be done and is a step towards supporting the Oxford Common File Layout (OCFL).
78
78
- The pending status has changed to use the same JSON format as other statuses.
79
79
80
80
#### OAI-ORE Export Updates
@@ -107,7 +107,7 @@ Dataverse now supports review datasets, a type of dataset that can be used to re
107
107
These are features that weren't already mentioned under "highlights" above.
108
108
109
109
- A new "DATASETMOVED" notification type was added for when datasets are moved from one collection (dataverse) to another. This requires the :SendNotificationOnDatasetMove setting to be enabled. See #11670 and #11805.
110
-
- Performance has been improved for the Solr search index. Changes in v6.9 that significantly improved re-indexing performance and lowered memory use (in situations such as when a user's role on the root collection were changed) also slowed reindexing of individual datasets ater editing and publication. This release restores/improves the individual dataset reindexing performance while retaining the benefits of the earlier update. This release also avoids creating unused Solr entries for files in drafts of new versions of published datasets (decreasing the Solr database size and thereby improving performance). See #12082, #12093, and #12094.
110
+
- Performance has been improved for the Solr search index. Changes in v6.9 that significantly improved re-indexing performance and lowered memory use (in situations such as when a user's role on the root collection were changed) also slowed reindexing of individual datasets after editing and publication. This release restores/improves the individual dataset reindexing performance while retaining the benefits of the earlier update. This release also avoids creating unused Solr entries for files in drafts of new versions of published datasets (decreasing the Solr database size and thereby improving performance). See #12082, #12093, and #12094.
111
111
- In prior versions of Dataverse, configuring a proxy to forward to Dataverse over an HTTP connection could result in failure of signed URLs (e.g. for external tools). This version of Dataverse supports having a proxy send an `X-Forwarded-Proto` header set to HTTPS to avoid this issue. See [the guides](https://guides.dataverse.org/en/6.10/installation/config.html#using-x-forwarded-proto-for-signed-urls) and #11787.
112
112
- Citation Style Language (CSL) output now includes "type:software" or "type:review" when those dataset types are used. See the [guides](https://guides.dataverse.org/en/6.10/api/native-api.html#get-citation-in-other-formats) and #11753.
0 commit comments