From 343d7c2dba12514fa3bbd7112fb7bac6ad323491 Mon Sep 17 00:00:00 2001 From: Ville Tainio Date: Wed, 11 Mar 2020 09:05:42 +0100 Subject: [PATCH] NEWS: add 1.1.0 release --- NEWS | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index d1399d820..518f2370a 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,11 @@ -Karapace 0.1.0 (2019-01-16) +Karapace 1.1.0 (2020-03-11) =========================== -* Initial release with schema storing, retrieving and compatibility testing functionality -* Unittests for the functionality -* aiohttp based architecture +* Endpoints for schema check for a subject and for the root path +* General improvements in API compatibility and validation +* Tooling improvements for backups and general Karapace usage +* Ability to configure metadata_max_age_ms +* Bugfixes for master coordination Karapace 1.0.0 (2019-12-20) =========================== @@ -12,3 +14,10 @@ Karapace 1.0.0 (2019-12-20) * General improvements and fixes for API compatibility * Support for transitive compatibility * Sentry integration + +Karapace 0.1.0 (2019-01-16) +=========================== + +* Initial release with schema storing, retrieving and compatibility testing functionality +* Unittests for the functionality +* aiohttp based architecture