summaryrefslogtreecommitdiff
path: root/NEWS
blob: 79147a138431a3088dd28a4eefcdec9b532da9b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
NEWS for Qvarn (JSONB)
=============================================================================

This file has release notes for Qvarn (the JSONB version).

Version 0.86+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.