Skip to content

Releases: stellio-hub/stellio-context-broker

v0.14.0 🌈

18 Nov 12:01
Compare
Choose a tag to compare

Changes

πŸš€ Features

πŸ› Bug Fixes

v0.13.0 🌈

05 Nov 16:26
76a0149
Compare
Choose a tag to compare

Changes

πŸš€ Features

πŸ› Bug Fixes

πŸ”€ Refactoring

v0.12.1 🌈

06 Oct 14:48
Compare
Choose a tag to compare

Changes

πŸš€ Features

πŸ› Bug Fixes

  • fix(common): ensure correct serialization of timestamps (e.g without truncation if at second zero) @bobeal (#216)
  • fix(subscription): attributes field of NotificationParams datatype is optional (5.2.14.1) @bobeal (#215)

v0.12.0 🌈

02 Oct 14:24
Compare
Choose a tag to compare

Changes

πŸš€ Features

πŸ› Bug Fixes

v0.11.0 🌈

14 Sep 07:03
5a20ec8
Compare
Choose a tag to compare

Changes

πŸš€ Features

πŸ› Bug Fixes

  • fix(entity): update entity properties in a single cypher query @HoucemKacem (#184)
  • fix(search): use correct column name when getting an entity payload #176 @HoucemKacem (#177)
  • fix(subscription): allow to use subscription service when authentication is disabled @bobeal (#170)
  • fix(common): normalize end of lines @philippestoltz (#169)

v0.10.0 🌈

03 Sep 10:24
Compare
Choose a tag to compare

Changes

πŸš€ Features

  • feat(common): improve ktlint integration and integrate detekt @bobeal (#150)
  • feat(common): complete support for JSON-LD @context resolution (6.3.5) #146 @bobeal (#147)
  • feat(entity): add support for (OAuth2) client authorization #167 @bobeal (#166)
  • feat(entity): update roles names of authorization tests data #154 @HoucemKacem (#155)
  • feat(entity): add authorization support - iteration 1 @bobeal (#145)

πŸ› Bug Fixes

  • fix(common): improve reliability when reading @context in a JSON-LD input #157 @bobeal (#163)
  • fix(entity): handle case where an user has a single role @bobeal (#161)
  • fix(entity) search entities behaviour when a matching entity is deleted @HoucemKacem (#149)
  • fix(entity): use in error target relationship name when it fails the creation of an entity @bobeal (#148)
  • fix(subscription): fix warning message when a subscription query contains an unknown attribute #144 @HoucemKacem (#152)

v0.9.0 🌈

16 Aug 14:07
Compare
Choose a tag to compare

Changes

πŸš€ Features

  • feat(entity): add support for multi attribute delete #101 @bobeal (#143)
  • feat(shared): add complete model for NGSI-LD entity representation @bobeal (#130)
  • feat(search): upgrade TimescaleDB to 1.7.2

πŸ› Bug Fixes

  • fix(entity): use compact type when publishing to Kafka #108
  • fix(search): do not store payload of entities that have no temporal properties

v0.8.1 🌈

31 Jul 13:38
Compare
Choose a tag to compare

Changes

πŸš€ Features

πŸ› Bug Fixes

  • fix(search): fix behaviour of getForEntityAndAttribute with null datasetId #134 @HoucemKacem (#135)

v0.8.0 🌈

27 Jul 13:14
7be25ea
Compare
Choose a tag to compare

Changes

πŸš€ Features

  • feat(entity): add support for multi-attribute relationships (create/retrieve) and properties (append) + integration in search #101 @HoucemKacem (#125)
  • feat(search): add support for textual values in update events #93 @bobeal (#109)

πŸ› Bug Fixes

  • fix(entity): fix search entities behaviour when a matching entity is deleted @HoucemKacem (#128)
  • fix(search): prevent 500 error if an attribute instance has no value #104 @bobeal (#106)

v0.7.1 🌈

06 Jul 13:08
Compare
Choose a tag to compare

Changes

πŸ› Bug Fixes

  • fix(entity): fix the check of the geoPropertyType for location properties #97 @HoucemKacem (#98)

🧰 Maintenance

  • chore: switch to new default for authentication realm @bobeal (#100)