From 85732f776c38db7c181f628993a29dcd6776ffde Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 24 Dec 2020 12:25:22 -0800 Subject: finally update CHANGELOG for actual v0.3.3 tag/release --- CHANGELOG.md | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 4757a85a..6c9728c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,17 +14,28 @@ See also: - [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - [Semantic Versioning](https://semver.org/spec/v2.0.0.html) -## [Unreleased] -This is a patch release containing many web interface features and tweaks. No -changes to API. +## [0.3.3] - 2020-12-24 + +Minor additions to the API schema: new external identifiers for release +entities, for `doaj`, `dblp`, and `oai`. Database schema (SQL) not changed. ### Added +- three new release external identifiers: `doaj`, `dblp`, and `oai` (all + article-level). These are API changes, but backwards compatible. +- DOAJ release import +- dblp container and release import - free-form "coverage search" page, allowing visualization of coverage based on - elasticsearch query -- editing of all entity types using TOML markup + elasticsearch query (web interface) +- editing of all entity types using TOML markup (via web interface) - basic sitemap XML generation +- initial integration of fuzzycat library to prevent duplicate release entity + creation at import time +- import of HTML webcaptures from sandcrawler ingest +- kafka publishing of updated work entities (transitively of release updates as + part of the work), to enable work-level entity update pipeline for archive + scholar index ### Changed @@ -39,16 +50,6 @@ changes to API. - several other bugfixes to web interface and importer code, not reported here granularly -## [0.3.3] - 2020-11-16 - -Minor additions to the API schema: new external identifiers for release -entities, for `doaj`, `dblp`, and `oai`. Database schema (SQL) not changed. - -### Added - -- two new release external identifiers: `doaj`, `dblp`, and `oai` (all - article-level). These are API changes, but backwards compatible. - ## [0.3.2] - 2020-04-08 This release was tagged retro-actively; it was the last commit before upgrading -- cgit v1.2.3