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