Skip to content

Releases: stellio-hub/kngsild

v0.4.0

15 Jan 08:35
Compare
Choose a tag to compare
  • chore: global upgrade of project dependencies
  • feat: relax tenant names (from URI to String)

v0.3.6

06 Jun 09:48
Compare
Choose a tag to compare

What's Changed

  • feat: add support for NGSI-LD Tenants by @gpoujol in #33

v0.3.5

30 Mar 15:22
Compare
Choose a tag to compare

chore: fix Jackson version to 2.13.5

v0.3.4

30 Mar 14:06
Compare
Choose a tag to compare

chore: fix Jackson version for all Jackson libs

v0.3.3

28 Mar 05:19
80b2e8b
Compare
Choose a tag to compare
  • fix: build properly the context link header
  • feat: create AuthUtils class with provided token

v0.3.2

31 Mar 15:02
Compare
Choose a tag to compare

Full Changelog: v0.3.1...v0.3.2

v0.3.1

24 Nov 11:00
Compare
Choose a tag to compare

🐛 Bug Fixes

fix: formatting issues and failing test

v0.3.0

24 Nov 10:29
99574e2
Compare
Choose a tag to compare

Changes

🚀 Features

  • feat: add endpoint to get temporal evolution of an entity
  • feat: add endpoint for partial update of an attribute update
  • feat: add endpoint to add instances to a temporal entity
  • feat: add basic endpoint to append an attribute endpoint
  • feat: add extension method to format datetimes under the NGSI-LD format
  • feat: add generic function to create a default dataset URI from a base input
  • feat: add util function to get an attribute and to generate a default dataset id
  • feat: introduce typesafe entity and property builders
  • feat: add method to check the existence of an attribute by name and dataset id
  • feat: upon creation of an entity return the value of the Location header
  • feat: upgrade to Kotlin 1.5.30 / ArrowKt 1.0.0
  • feat: switch to and configure logback

🐛 Bug Fixes

  • fix: prevent from sending empty payload when appending attributes
  • fix: datasetId checks when getting an attribute by name and dataset

🧰 Maintenance

  • doc: update new instructions using the custom domain name for Jitpack

v0.2.0

11 Jul 09:39
Compare
Choose a tag to compare
feat: review library publication configuration

- rename lib subdir to kngsild (it will be the name of the published lib)
- remove deprecated maven plugin and use maven-publish instead
- update documentation
- upgrade to 0.2.0

V0.1.8

29 Jun 06:16
Compare
Choose a tag to compare
v0.1.8

refactor: make context broker URL a global variable of NGSI-LD services