Servus  1.6.0
C++ network oriented utilities including a zeroconf implementation
Changelog.md
1 
2 # Changelog {#Changelog}
3 
4 # Release 1.5.2 (20-03-2017)
5 
6 * [80](https://github.com/HBPVis/Servus/pull/80):
7  Failsafe when Servus implementation can't be created and fallback to dummy.
8 * [77](https://github.com/HBPVis/Servus/pull/77):
9  Add test driver implementation for Servus
10 * [76](https://github.com/HBPVis/Servus/pull/76):
11  Add Serializable::Data::clone()
12 
13 # Release 1.5.1 (22-05-2017)
14 
15 * [72](https://github.com/HBPVis/Servus/pull/72):
16  Removed legacy warning about ',' separator in URIs.
17 * [71](https://github.com/HBPVis/Servus/pull/71):
18  Proper filtering for local services based on Avahi provided flags.
19 * [68](https://github.com/HBPVis/Servus/pull/68):
20  Optimize uint128_t::getString()
21 
22 # Release 1.5 (09-12-2016)
23 
24 * [64](https://github.com/HBPVis/Servus/pull/64):
25  Add Serializable::getSchema()
26 * [64](https://github.com/HBPVis/Servus/pull/64):
27  Remove C++03 support
28 * [63](https://github.com/HBPVis/Servus/pull/63):
29  Make Serializable copy- and moveable
30 
31 # Release 1.4 (30-06-2016)
32 
33 * [53](https://github.com/HBPVis/Servus/pull/53):
34  Add notifyDeserialized and notifySerialize functions in serializable
35 * [47](https://github.com/HBPVis/Servus/pull/47):
36  Use standard '&' separator instead of ',' for KV pairs in URI query [RFC6570]
37 
38 # Release 1.3 (07-04-2016)
39 
40 * [43](https://github.com/HBPVis/Servus/pull/43):
41  Allow URI queries without value
42 * [34](https://github.com/HBPVis/Servus/pull/34):
43  Serializable interface for zeq::http::Server
44 * [31](https://github.com/HBPVis/Servus/pull/31):
45  Fix schema parsing in servus::URI: must be schema://, not only schema:
46 * [28](https://github.com/HBPVis/Servus/pull/28):
47  Add a function to get the host corresponding to a given instance.
48 
49 # Release 1.2 (02-11-2015)
50 
51 * Added a new library ServusQt: Provides servus::qt::ItemModel which implements
52  QAbstractItemModel to use it for any item view provided by Qt. Available only
53  if Qt5::Core was found during build.
54 * Added servusBrowser tool to show usage of servus::qt::ItemModel. Available
55  only if Qt5::Widgets was found during build.
56 * Fix deadlock on Windows in servus::make_UUID()
57 
58 # Release 1.1 (07-07-2015)
59 
60 * Added the function URI::getAuthority
61 * Added some URI setters.
62 * Build fixes for gcc 4.9.2 and MSVC.
63 
64 # Release 1.0.1 (29-05-2015)
65 
66 * Fixed URI parsing for URI without authority.
67 
68 # Release 1.0 (21-05-2015)
69 
70 * Initial version.