Releases: conwetlab/ngsijs
Releases · conwetlab/ngsijs
v1.3.0
- Added support for NGSIv2 registration management operations. See #20 and #30
Thank you very much to Kazuhito Suda for his contributions.
v1.2.2
- Add support for the
skipInitialNotification
option when creating subscriptions. See #29
- Improve documentation. See #28
v1.2.0
- Add upsert support. See #21
- Improve error handling on NGSIv2. See #22, #23 and #24
v1.1.1 (2018-06-12)
Bug fix release:
- Improved Node.js support. See #19.
v1.1.0 (2018-04-02)
Minor release:
- Added a new method:
getServerDetails
. See #16
- Allow to synchronously close ngsi-proxy connections (required when closing connections on the
onbeforeunload
event)
v2.batchQuery
. Handle empty queries and queries missing the entities and the attributes options. See #17
- Fix bug making ngsijs not working on normal webpages. See #12
v1.0.3
Bug fix release:
- Added HTTPS support when using Node.js. See #14
- Solved some problems in Node.js by ensuring that the ngsijs library always use URL instances for making http requests. See #13
- Improved documentation