Skip to content

Releases: HBPVIS/Servus

1.5.2

20 Mar 09:06
170bd93
Compare
Choose a tag to compare
  • 80:
    Failsafe when Servus implementation can't be created and fallback to dummy.
  • 77:
    Add test driver implementation for Servus
  • 76:
    Add Serializable::Data::clone()

1.5.1

06 Jun 13:29
Compare
Choose a tag to compare
  • 72:
    Removed legacy warning about ',' separator in URIs.
  • 71:
    Proper filtering for local services based on Avahi provided flags.
  • 68:
    Optimize uint128_t::getString()

1.5.0

09 Dec 09:20
Compare
Choose a tag to compare
  • 64:
    Add Serializable::getSchema()
  • 64:
    Remove C++03 support
  • 63:
    Make Serializable copy- and moveable

1.4.0

30 Jun 13:15
Compare
Choose a tag to compare
  • 53:
    Add notifyDeserialized and notifySerialize functions in serializable
  • 47:
    Use standard '&' separator instead of ',' for KV pairs in URI query [RFC6570]

1.3.0

07 Apr 14:40
Compare
Choose a tag to compare
  • 43:
    Allow URI queries without value
  • 34:
    Serializable interface for zeq::http::Server
  • 31:
    Fix schema parsing in servus::URI: must be schema://, not only schema:
  • 28:
    Add a function to get the host corresponding to a given instance.