From 5bca14e72c204b31424069ad0090aefa76071e8c Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 13 Nov 2017 11:43:37 +0100 Subject: Fix: start Salami This is based on Qvarn, because the implementation is so similar to hat Salami needs. This commit drops the unwanted bits of Qvarn and changes things to be Salami instead. This commit only introduces the /version endpoint. --- NEWS | 40 ++++------------------------------------ 1 file changed, 4 insertions(+), 36 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 79147a1..7ecd44d 100644 --- a/NEWS +++ b/NEWS @@ -1,41 +1,9 @@ -NEWS for Qvarn (JSONB) +NEWS for Salami ============================================================================= -This file has release notes for Qvarn (the JSONB version). +This file has release notes for Salami -Version 0.86+git, not yet released +Version 0.0+git, not yet released ---------------------------------- -Bug fixes: - -* Listeners for all resource types were listed for all resource types. - Thus, `GET /foos/listners` would list listeners also for `bar` - resources, not just `foo`. This has been fixed. Bug reported by - Kaius, fixed by Lars. - -* Mantas reported that if a resource type or resource had two fields - with the same type but values that were not possible to compare, - such as a string and an integer, Qvarn would crash. This is now - fixed. - -* Saulius Žemaitaitis reported that updating a resource type - specification YAML file and restarting Qvarn wouldn't make the new - version of the resource type availables. Fixed now. - -Version 0.86, released 2017-10-10 ----------------------------------- - -* All old API tests (`test-api`) pass. Qvarn (JSONB) is functionally - complete now, and API compatible with the old Qvarn. It may not be - performant enough yet. - -Version 0.84, released 2017-09-27 ------------------------------------------------------------------------------ - -* This is the first release of Qvarn (JSONB), and has been rewritten - from scratch to use the Postgres JSONB data type for storing - resources. It is NOT yet ready for production use. This release is - done so we can test Ansible modifications, run benchmarks, and other - such things. - - Do not use this release. +First release. -- cgit v1.2.1