summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-11-13 11:43:37 +0100
committerLars Wirzenius <liw@liw.fi>2017-11-14 12:06:33 +0100
commit5bca14e72c204b31424069ad0090aefa76071e8c (patch)
treece00b14ed66436d7175ce04b0ce48f1b89e97c3f /NEWS
parent607f62ae6bc8f684095e447569cff27ba7c8a5dd (diff)
downloadqvisqve-5bca14e72c204b31424069ad0090aefa76071e8c.tar.gz
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.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS40
1 files changed, 4 insertions, 36 deletions
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.