Skip to content

Commit 6ea4d9f

Browse files
committed
typos and cleanup #12085
1 parent 91ee50a commit 6ea4d9f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

doc/release-notes/6.10-release-notes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Highlights for Dataverse 6.10 include:
2222

2323
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.
2424

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`.
2626

2727
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.
2828

@@ -74,7 +74,7 @@ This release includes multiple updates to the OAI-ORE metadata export and the pr
7474
- Improvements have been made to file retrieval for bagging, including retries on errors and when download requests are being throttled.
7575
- A bug causing `:BagGeneratorThreads` to be ignored has been fixed, and the default has been reduced to 2.
7676
- 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).
7878
- The pending status has changed to use the same JSON format as other statuses.
7979

8080
#### OAI-ORE Export Updates
@@ -107,7 +107,7 @@ Dataverse now supports review datasets, a type of dataset that can be used to re
107107
These are features that weren't already mentioned under "highlights" above.
108108

109109
- 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.
111111
- 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.
112112
- 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.
113113

0 commit comments

Comments
 (0)