Skip to content

Releases: stellio-hub/stellio-context-broker

2.17.1 🌈

26 Sep 07:13
Compare
Choose a tag to compare

Changes

πŸ› Bug Fixes

  • fix: working configuration of r2dbc connection pool @bobeal (#1241)

🧰 Maintenance

  • chore(deps): Bump org.springframework.boot from 3.3.3 to 3.3.4 @dependabot (#1238)
  • chore(deps): Bump org.graalvm.buildtools.native from 0.10.2 to 0.10.3 @dependabot (#1235)
  • chore(deps): Bump cla-assistant/github-action from 2.5.1 to 2.6.0 @dependabot (#1242)

2.17.0 🌈

09 Sep 09:51
Compare
Choose a tag to compare

Changes

πŸš€ Features

  • feat(subscription): add support for jsonldContext member in subscriptions @ranim-n (#1230)
  • chore(db): redo and clean all indexes on attributes instances tables @bobeal (#1222)

πŸ› Bug Fixes

  • fix(common): simple quotes escape in queries @ranim-n (#1227)
  • fix(temporal): interval bounds in temporal queries @ranim-n (#1220)

πŸ”€ Refactoring

  • refactor: refactor entity and temporal handlers @bobeal (#1219)

🧰 Maintenance

  • chore(deps): Bump org.springframework.boot from 3.3.2 to 3.3.3 @dependabot (#1225)
  • chore(deps): Bump org.locationtech.jts.io:jts-io-common from 1.19.0 to 1.20.0 @dependabot (#1231)
  • chore(deps): Bump de.siegmar:logback-gelf from 6.0.1 to 6.1.0 @dependabot (#1233)
  • chore(deps): Bump gradle/actions from 3 to 4 @dependabot (#1213)
  • chore(deps): Bump cla-assistant/github-action from 2.4.0 to 2.5.1 @dependabot (#1223)

2.16.0 🌈

14 Aug 05:27
Compare
Choose a tag to compare

Changes

⚠️ 2.16.0 upgrades PostgreSQL from version 14 to 16, Timescale from version 2.11 to 2.16 and Confluent Kafka from 7.3 to 7.6, please follow the migration procedure before upgrading: https://stellio.readthedocs.io/en/latest/admin/upgrading_to_2.16.0.html ⚠️

πŸš€ Features

πŸ› Bug Fixes

  • fix(authz): fix and update event model for clients @bobeal (#1218)

2.15.1 🌈

05 Aug 09:02
Compare
Choose a tag to compare

Changes

πŸ› Bug Fixes

  • fix(core): error sending Kafka events for batch operations when many times the same entity id @bobeal (#1211)

2.15.0 🌈

01 Aug 06:15
Compare
Choose a tag to compare

Changes

πŸš€ Features

🧰 Maintenance

  • chore(deps): Bump org.springframework.boot from 3.2.5 to 3.3.2 @dependabot (#1197)
  • chore(deps): Bump io.spring.dependency-management from 1.1.5 to 1.1.6 @dependabot (#1193)
  • chore(deps): Bump org.zalando:logbook-spring-boot-webflux-autoconfigure from 3.8.0 to 3.9.0 @dependabot (#1173)
  • chore(deps): Bump com.apicatalog:titanium-json-ld from 1.4.0 to 1.4.1 @dependabot (#1195)
  • chore(deps): Bump com.google.cloud.tools.jib from 3.4.2 to 3.4.3 @dependabot (#1175)
  • chore(deps): Bump anchore/scan-action from 3 to 4 @dependabot (#1194)
  • chore(deps): Bump org.sonarqube from 5.0.0.4638 to 5.1.0.4882 @dependabot (#1192)
  • chore(deps): Bump docker/build-push-action from 5 to 6 @dependabot (#1178)

2.14.0 🌈

23 May 17:31
Compare
Choose a tag to compare

Changes

πŸš€ Features

  • feat(core): add support for VocabProperty @bobeal (#1154)
  • feat(authz): introduce an owner relationship when creating an entity @bobeal (#1151)

πŸ› Bug Fixes

  • fix(temporal): temporal entity queries with lastN parameter and aggregation period duration @ranim-n (#1160)

🧰 Maintenance

  • chore(deps): Bump org.graalvm.buildtools.native from 0.10.1 to 0.10.2 @dependabot (#1163)

2.13.0 🌈

09 May 15:03
Compare
Choose a tag to compare

Changes

πŸš€ Features

  • feat: add Gradle dependency submission GH action @bobeal
  • feat: merge service account id to subject id (#1149) @bobeal
  • feat: remove external depedencies in tests (#1148) @bobeal
  • feat(core): align behavior for update entity attributes (#1146) @bobeal
  • feat(core): add support for LanguageProperty (#1120) @bobeal

πŸ”€ Refactoring

  • refactor: remove contexts from expanded entity representation (#1147) @bobeal

πŸ› Bug Fixes

  • fix(core): add core context if missing in batch operations w/ JSON-LD content type @bobeal
  • fix(core): add core context if missing in batch operations w/ JSON-LD content type @bobeal
  • fix: error code when requesting a pagination limit that surpasses the configured value (#1142) @ranim-n
  • fix(authz): avoid core context duplications in authz API (#1145) @bobeal
  • fix(authz): incorrect handling of multi-types in get subject access rights (#1140) @bobeal

🧰 Maintenance

  • chore(deps): Bump the kotlin group with 2 updates (#1156) @dependabot
  • chore(deps): Bump cla-assistant/github-action from 2.3.2 to 2.4.0 (#1157) (2 days ago) @dependabot
  • chore: upgrade to Gradle 8.7 (#1153) @bobeal
  • chore(deps): Bump io.spring.dependency-management from 1.1.4 to 1.1.5 (#1152) (5 days ago) @dependabot

2.12.3 🌈

20 Apr 06:17
Compare
Choose a tag to compare

Changes

πŸ› Bug Fixes

  • fix: add core context if missing in batch operations @bobeal (#1139)

🧰 Maintenance

  • chore(deps): Bump org.springframework.boot from 3.2.4 to 3.2.5 @dependabot (#1138)

2.12.2 🌈

16 Apr 10:22
Compare
Choose a tag to compare

Changes

πŸ› Bug Fixes

  • fix(core): entities core members are not processed in batch operations @bobeal (#1134)

🧰 Maintenance

  • chore(deps): Bump de.siegmar:logback-gelf from 5.0.1 to 6.0.1 @dependabot (#1132)
  • chore(deps): Bump org.zalando:logbook-spring-boot-webflux-autoconfigure from 3.7.2 to 3.8.0 @dependabot (#1131)
  • chore(deps): Bump io.arrow-kt:arrow-fx-coroutines from 1.2.3 to 1.2.4 @dependabot (#1126)
  • chore(deps): Bump com.google.cloud.tools.jib from 3.4.1 to 3.4.2 @dependabot (#1124)

2.12.1 🌈

29 Mar 13:37
Compare
Choose a tag to compare

Changes

πŸ› Bug Fixes

  • fix(temporal): prefix timescale functions (when called from non default tenant) @bobeal (#1122)

🧰 Maintenance