Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

0.1.8

Compare
Choose a tag to compare
@marcc-orange marcc-orange released this 23 Nov 15:52
· 17 commits to master since this release

Major features

  • Broker will now require subscription requests to provide the complete URL for notifications.
    Previous behavior was to append the standard /ngsi10/notifyContext to the URL which is not done anymore.
    This allows applications to receive notifications with custom URL paths and parameters.

Minor features

  • Update to ngsi-api library 0.1.2

Bug fixes

  • print stacktrace on errors #56
  • fix crash when parsing updateContext in JSON #57