diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-04-08 15:13:00 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-04-08 15:13:00 -0700 |
commit | 016aa04273495940a17c6cc86d2fae6520f677fe (patch) | |
tree | 762db3f08819cf7d3dd47466d07190e218f558e3 | |
parent | 9946a6a02d879b8d7a9ee1c141801a33f4f2aa57 (diff) | |
download | fatcat-016aa04273495940a17c6cc86d2fae6520f677fe.tar.gz fatcat-016aa04273495940a17c6cc86d2fae6520f677fe.zip |
CHANGELOG updates (partial; unreleased)
-rw-r--r-- | CHANGELOG.md | 21 |
1 files changed, 21 insertions, 0 deletions
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 |