Skip to content

Releases: conwetlab/ngsijs

v1.3.0

09 Dec 10:49
c52d7b8
Compare
Choose a tag to compare
  • Added support for NGSIv2 registration management operations. See #20 and #30

Thank you very much to Kazuhito Suda for his contributions.

v1.2.2

18 Nov 10:06
2d9bc6f
Compare
Choose a tag to compare
  • Add support for the skipInitialNotification option when creating subscriptions. See #29
  • Improve documentation. See #28

v1.2.1

27 Feb 22:15
f2678de
Compare
Choose a tag to compare

v1.2.0

10 Sep 16:00
38e1a3d
Compare
Choose a tag to compare
  • Add upsert support. See #21
  • Improve error handling on NGSIv2. See #22, #23 and #24

v1.1.1 (2018-06-12)

12 Jun 21:12
68dd697
Compare
Choose a tag to compare

Bug fix release:

  • Improved Node.js support. See #19.

v1.1.0 (2018-04-02)

02 Apr 17:06
b90fca8
Compare
Choose a tag to compare

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

08 Nov 11:49
Compare
Choose a tag to compare

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