From 016aa04273495940a17c6cc86d2fae6520f677fe Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 8 Apr 2021 15:13:00 -0700 Subject: CHANGELOG updates (partial; unreleased) --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index aa2be2f7..6589c57a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,9 +16,30 @@ See also: ## [Unreleased] +Mostly infrastructure changes: Python, Elasticsearch, and other dependencies +changed. + ### Changes - require Python 3.8 (upgrade from Python 3.7) +- require Elasticsearch 7.10 (upgrade from 6.x). Queries (reads) will work + against ES 6.x, writes will not. 7.10 is the last upstream "open source" + version of Elasticsearch, and we intend to stick with it until a community + open source fork emerges +- update all Elasticsearch schemas to v03c. All at least include + `doc_index_ts`, and small other changes +- container Elasticsearch schema includes aggregated release preservation + numbers, as well as total count. Indexing pipeline updated to (optionally) + query these stats at index-time +- several improvements to web editing workflow: clearer design of editgroup web + view, etc +- change web UI and labeling on release and file views to emphasize + preservation status and archival access + +### Added + +- display preservation holdings summary on container view page + ## [0.3.3] - 2020-12-24 -- cgit v1.2.3