Skip to content

0.6.0

Compare
Choose a tag to compare
@bilgili bilgili released this 11 Jul 08:22
· 74 commits to master since this release

Release 0.6 (30-06-2016)

  • 170:
    Remove FlatBuffers dependency and support
  • 169:
    Fix #157: http server may hang in receive() when remote connection is closed
    abruptly
  • 167:
    Move HBP vocabulary to Lexis
  • 166:
    Implement event-based communication as per
    152
  • 161:
    Move progressMonitor tool to Lexis
  • 145:
    • The zeroeq::Event class is renamed to zeroeq::FBEvent
    • zeroeq::FBEvent is derived from servus::Serializable
    • Removed deprecated zeroeq::FBEvent functions from pub/sub
    • Removed EVENT_EXIT
    • Removed RESTBridge related code
    • FlatBuffers is an optional dependency
  • 143:
    Rename zeq to ZeroEQ in the whole project
  • 141:
    • Removed deprecated servus::URI based constructors from the pub/sub API
    • The returned URIs from pub/sub and http server is zeq::URI
    • The zeq::URI construction from servus::URI is explicit
  • 140:
    Added getSocketDescriptor() to http::server
  • 138:
    Command line progress monitor