summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5c3fbe3)
raw | patch | inline | side by side (parent: 5c3fbe3)
author | Sebastian Harl <sh@tokkee.org> | |
Mon, 6 Oct 2014 19:44:03 +0000 (21:44 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Mon, 6 Oct 2014 19:44:03 +0000 (21:44 +0200) |
ReleaseNotes | patch | blob | history |
diff --git a/ReleaseNotes b/ReleaseNotes
index 74276a462d315673f3cb40d9c4f42f9c32936fd6..9ba26928e6940dfb14115b7ea5026c89f71d4bc9 100644 (file)
--- a/ReleaseNotes
+++ b/ReleaseNotes
<https://sysdb.io/>
+Version 0.5.0, Release Date: 2014-10-06
+---------------------------------------
+
+ This release focuses on simplifications and more flexibility in the frontend
+ and the query language. Most of those changes are not backward-compatible
+ but easy client implementations.
+
+ * sysdb:
+ - Include priority when printing log messages.
+ - Fixed handling of empty queries.
+ * store:
+ - When serializing the entire store (LIST command), return an array of
+ host objects (rather than wrapping it into another object).
+ - Fixed JSON format of time-series data.
+ - Fixed error checks of invalid compare expressions and reject them.
+ - Fixed lookups by back-end name.
+ - Added support for comparing attributes with different types by
+ comparing their string values.
+ * frontend:
+ - Clarified details about asynchronous messages and authentication
+ options and made client implementation more robust.
+ - Introduced a new message type encoding the JSON serialized response of
+ a query and its data type.
+ - Include the priority in log messages.
+ - Include object types in FETCH, LIST, and LOOKUP messages.
+ - Added support for including services and metrics in LIST responses and
+ skip hosts without the respective children.
+ * query language:
+ - Added support for services and metrics to LIST command.
+ - Changed syntax for attribute lookup to 'attributes[<name>]'.
+ - Changed syntax for accessing queryable fields to '.<field>'.
+ * utils:
+ - strbuf: Improved memory management.
+
Version 0.4.0, Release Date: 2014-09-01
---------------------------------------