Skip to content

v0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Oct 11:24
· 39 commits to main since this release

What's Changed

Breaking changes

Bugfixes

New Features & Improvements

Dependencies

  • build(deps): bump org.apache.kafka:kafka-clients from 3.7.1 to 3.8.0 by @dependabot in #4378
  • build(deps): bump org.eclipse.parsson:parsson from 1.1.6 to 1.1.7 by @dependabot in #4380
  • build(deps): bump testcontainers from 1.20.0 to 1.20.1 by @dependabot in #4387
  • build(deps): bump jersey from 3.1.7 to 3.1.8 by @dependabot in #4393
  • build(deps): bump com.google.crypto.tink:tink from 1.13.0 to 1.14.1 by @dependabot in #4398
  • build(deps): bump org.awaitility:awaitility from 4.2.1 to 4.2.2 by @dependabot in #4401
  • build(deps): bump io.micrometer:micrometer-core from 1.13.2 to 1.13.3 by @dependabot in #4410
  • build(deps): bump com.h2database:h2 from 2.3.230 to 2.3.232 by @dependabot in #4409
  • build(deps): bump jupiter from 5.10.3 to 5.11.0 by @dependabot in #4414
  • build(deps): bump org.eclipse.jetty.websocket:websocket-jakarta-server from 11.0.22 to 11.0.23 by @dependabot in #4417
  • build(deps): bump org.postgresql:postgresql from 42.7.3 to 42.7.4 by @dependabot in #4431
  • build(deps): bump swagger from 2.2.22 to 2.2.23 by @dependabot in #4443
  • build(deps): bump gradle wrapper to 8.10 by @ndr-brt in #4444
  • build(deps): bump com.google.crypto.tink:tink from 1.14.1 to 1.15.0 by @dependabot in #4449
  • build(deps): bump com.nimbusds:nimbus-jose-jwt from 9.40 to 9.41 by @dependabot in #4469
  • build(deps): bump io.micrometer:micrometer-core from 1.13.3 to 1.13.4 by @dependabot in #4465
  • build(deps): bump org.eclipse.jetty.websocket:websocket-jakarta-server from 11.0.23 to 11.0.24 by @dependabot in #4450
  • build(deps): bump com.nimbusds:nimbus-jose-jwt from 9.41 to 9.41.1 by @dependabot in #4475
  • build(deps): bump swagger from 2.2.23 to 2.2.24 by @dependabot in #4487
  • build(deps): bump jupiter from 5.11.0 to 5.11.1 by @dependabot in #4496
  • build(deps): bump org.jetbrains:annotations from 24.1.0 to 25.0.0 by @dependabot in #4497
  • build(deps): bump io.opentelemetry.proto:opentelemetry-proto by @dependabot in #4489
  • build(deps): bump jackson from 2.17.2 to 2.18.0 by @dependabot in #4502
  • build(deps): bump testcontainers from 1.20.1 to 1.20.2 by @dependabot in #4518
  • build(deps): bump io.micrometer:micrometer-core from 1.13.4 to 1.13.5 by @dependabot in #4519
  • build(deps): bump com.nimbusds:nimbus-jose-jwt from 9.41.1 to 9.41.2 by @dependabot in #4520
  • build(deps): bump jupiter from 5.11.1 to 5.11.2 by @dependabot in #4530
  • build(deps): bump org.jetbrains:annotations from 25.0.0 to 26.0.1 by @dependabot in #4548
  • build(deps): bump org.junit-pioneer:junit-pioneer from 2.2.0 to 2.3.0 by @dependabot in #4531
  • build(deps): downgrade opentemetry proto to non-snapshot version by @ndr-brt in #4552
  • build(deps): bump io.micrometer:micrometer-core from 1.13.5 to 1.13.6 by @dependabot in #4564
  • build(deps): bump jersey from 3.1.8 to 3.1.9 by @dependabot in #4545
  • build(deps): bump swagger from 2.2.24 to 2.2.25 by @dependabot in #4529

Documentation

Other Changes

  • refactor: extract data-plane-iam module from data-plane-core by @ndr-brt in #4408
  • ci: launch test workflow also on release and bugfix branches by @ndr-brt in #4426
  • refactor: cleanup deprecated stuff by @ndr-brt in #4451
  • refactor: changes registration of dispatchers by @wolf4ood in #4511
  • refactor: avoid potential unnecessary store accesses on dataset resolution by @ndr-brt in #4513
  • refactor: supports multi protocols dsp-http by @wolf4ood in #4514
  • refactor: introduced message classes for errors by @wolf4ood in #4540
  • refactor(policy): provide new contexts and function interfaces for policy engine by @ndr-brt in #4542
  • refactor: Refactor dsp messages validations into libs by @wolf4ood in #4547
  • refactor: extract dsp catalog transform lib by @wolf4ood in #4551
  • refactor: avoid logging on WebApplicationException by @ndr-brt in #4555
  • refactor: bind policy scope to policy context hierarchy by @ndr-brt in #4535
  • refactor: multi-namespace in dsp controllers by @wolf4ood in #4557
  • refactor: add DspNamespace usage by @wolf4ood in #4562
  • refactor: add JsonLdNamespace usage in DataAddressDspaceTransformer by @wolf4ood in #4567
  • refactor(policy): narrow ScopeExtractor policy context type bounds by @ndr-brt in #4570
  • refactor(test): improve QueryValidator testing strategy by @ndr-brt in #4574

New Contributors

Full Changelog: v0.8.1...v0.10.0