2 # Changelog {#Changelog}
6 * [53](https://github.com/HBPVis/Servus/pull/53):
7 Add notifyDeserialized and notifySerialize functions in serializable
8 * [47](https://github.com/HBPVis/Servus/pull/47):
9 Use standard '&' separator instead of ',' for KV pairs in URI query [RFC6570]
11 # Release 1.3 (07-04-2016)
13 * [43](https://github.com/HBPVis/Servus/pull/43):
14 Allow URI queries without value
15 * [34](https://github.com/HBPVis/Servus/pull/34):
16 Serializable interface for zeq::http::Server
17 * [31](https://github.com/HBPVis/Servus/pull/31):
18 Fix schema parsing in servus::URI: must be schema://, not only schema:
19 * [28](https://github.com/HBPVis/Servus/pull/28):
20 Add a function to get the host corresponding to a given instance.
22 # Release 1.2 (02-11-2015)
24 * Added a new library ServusQt: Provides servus::qt::ItemModel which implements
25 QAbstractItemModel to use it for any item view provided by Qt. Available only
26 if Qt5::Core was found during build.
27 * Added servusBrowser tool to show usage of servus::qt::ItemModel. Available
28 only if Qt5::Widgets was found during build.
29 * Fix deadlock on Windows in servus::make_UUID()
31 # Release 1.1 (07-07-2015)
33 * Added the function URI::getAuthority
34 * Added some URI setters.
35 * Build fixes for gcc 4.9.2 and MSVC.
37 # Release 1.0.1 (29-05-2015)
39 * Fixed URI parsing for URI without authority.
41 # Release 1.0 (21-05-2015)