Skip to content

Releases: HBPVIS/ZeroEQ

0.9.0

06 Feb 16:51
Compare
Choose a tag to compare
  • 226:
    Better failsafe when announcement is not supported by Servus
  • 225:
    Fix #224: Handle exceptions in server handlers
  • 219:
    Implement Client-Server req-rep support
    • The environment variables ZEROEQ_PUB_SESSION and ZEROEQ_SERVER_SESSION
      replace the now deprecated ZEROEQ_SESSION variable.
  • 223:
    Subscriber(uri) ctors are replaced by Subscriber(uris)
  • 218:
    Fix infinite loop in slow receivers
  • 215:
    Implement Monitor to receive notifications for new subscribers
  • 217:
    Fix HTTP server response to CORS requests ("Access-Control-Allow-Origin: *"
    was missing).
  • 216:
    http::Server can be subclassed to filter requests, which can be useful to
    restrict access to selected hosts or methods.
  • 213:
    Remove ambiguous Subscriber(uri, session) ctors

0.8.0

06 Jun 13:28
Compare
Choose a tag to compare
  • 210:
    http::Server:
    • Fix handling of CORS preflight requests
    • Expose OPTIONS http method
  • 208:
    Zeroconf announce for http::Server
  • 207:
    Unify name resolution between Publisher and http::Server
  • 203:
    HTTP server extension for generic REST interfaces.
    Users can now:
    • use all standard HTTP verbs: GET, POST, PUT, PATCH, DELETE
    • set a response header, including content type
    • set a custom response payload for all action verbs
    • use a std::future to avoid blocking the main thread
    • register a single endpoint for collections
    • filter collections using a query string with GET requests
  • 203:
    Upgrade to upstream cppnet-lib 0.13-release
  • 192:
    Fix HTTP server segfault when registering an empty endpoint, throw an
    exception instead.
  • 190:
    Fix HTTP server segfault when accessing the root element (GET '/').
  • 189:
    Fix missing/wrong HTTP server socket notifications from
    zeroeq::http::Server::getSocketDescriptor(); clients are now guaranteed to be
    properly notified on read/incoming messages. This feature is not supported on
    Windows.
  • 188:
    • Support custom HTTP URL endpoint for handled Serializables
    • Expose hyphenated URLs for CamelCase event names

0.7.0

09 Dec 09:27
Compare
Choose a tag to compare
  • 185:
    zeroeq::http::Server::getSocketDescriptor() notifies on write after
    #184, not anymore on read
  • 184:
    Use cppnetlib to implement HTTP server to support multiple clients
  • 182:
    • Clearer HTTP server registration methods:
      • handle( serializable ) instead of add()
      • handlePUT( serializable/event ) instead of subscribe()
      • handleGET( serializable/event ) instead of register_()
      • remove( serializable/event ) instead of unsubscribe() and unregister()
    • HTTP server REST API
      • /registry endpoint returns handled events/objects
      • /schema endpoints return schema describing the
        events/objects. For servus::Serializable objects the schema is provided
        via getSchema(), for events the schema can be optionally provided via
        handlePUT() and handleGET()
  • 179:
    Fix http server blocking issues with libzmq 4.1.4

0.6.0

11 Jul 08:22
Compare
Choose a tag to compare

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

0.5.0

16 Mar 09:00
Compare
Choose a tag to compare

Release 0.5 (10-03-2016)
132: Deprecate FlatBuffers based API in publisher/subscriber
129: Added GET and PUT notifications to http server
121: zeq::URI allows to use ":port" only
116: Add zeq::http::Server
116: Generalize Zerobuf support into abstract servus::Serializable
109: Implement session filtering from Sessions.md RFC
Custom/user-defined schemas in URIs for publisher and subscriber are used as session name. Porting to new constructors with explicit session name is recommended if fixed session name is desired.
zeq::Publisher::getPort() removed, use zeq::Publisher::getURI().getPort() instead

0.4

03 Nov 12:33
Compare
Choose a tag to compare
0.4
  • Disable zeroconf subscriptions to publishers in the same process
  • Added a small command line tool to send events parsed from a script file.
  • Added CellSetBinaryOp to HBP vocabulary
  • Implement (optional) ZeroBuf support

0.3: Merge pull request #76 from tribal-tec/master

07 Jul 13:24
Compare
Choose a tag to compare