Skip to content
New MINOR release 01.01.00

Changes since 01.00.04:
- added: updateCache, only updates if it is set to "1"
- added support for pkgconfig (from project template)
- Several bug fixed for exception handling
  -- fix not recoding the address of failed property after exception (due to typo)
  -- Fix race condition with ZMQ initial value polling and exceptions; separate exception status for listeners of same subscription
  -- Only send exceptions for active listeners in deactivateAllListenersAndPushException()
  -- Don't push into the queues if the subscription has an exception in zmq callback
  -- Don't clear the hasException flag in zmq_callback. Must only happen in activate.
  -- Now setting the exception backend when creating the accessor
  -- Fix wrong handling of connection errors when polling the initial value
  -- Fix wrong checking whether there is a runtime error in writes
- Further bug fixes
  -- Do not check version from cache if eventId does not change, Fixes #49
  -- CatalogueFetcher: Exclude MESSAGE.TICKER. On a fresh server start, this variable returns invalid shape information,
     causing the catalogue fetcher to abort. Fixes #52