Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jan 09:43
· 247 commits to main since this release
b113a82

What's Changed

Breaking changes

Bugfixes

New Features & Improvements

Dependencies

  • build(deps): bump bouncyCastle-jdk18on from 1.76 to 1.77 by @dependabot in #3634
  • build(deps): bump org.postgresql:postgresql from 42.6.0 to 42.7.0 by @dependabot in #3632
  • build(deps): bump opentelemetry from 1.31.0 to 1.32.0 by @dependabot in #3633
  • build(deps): bump com.apicatalog:titanium-json-ld from 1.3.2 to 1.3.3 by @dependabot in #3642
  • build(deps): bump testcontainers from 1.19.2 to 1.19.3 by @dependabot in #3652
  • build(deps): bump org.junit-pioneer:junit-pioneer from 2.1.0 to 2.2.0 by @dependabot in #3653
  • build(deps): bump jackson from 2.15.3 to 2.16.0 by @dependabot in #3617
  • build(deps): bump jersey from 3.1.3 to 3.1.4 by @dependabot in #3683
  • build(deps): bump io.rest-assured:rest-assured from 5.3.2 to 5.4.0 by @dependabot in #3703
  • build(deps): bump com.google.crypto.tink:tink from 1.11.0 to 1.12.0 by @dependabot in #3689
  • build(deps): bump org.apache.kafka:kafka-clients from 3.6.0 to 3.6.1 by @dependabot in #3690
  • build(deps): bump org.postgresql:postgresql from 42.7.0 to 42.7.1 by @dependabot in #3694
  • build(deps): bump com.nimbusds:nimbus-jose-jwt from 9.37 to 9.37.3 by @dependabot in #3696
  • build(deps): bump jersey from 3.1.4 to 3.1.5 by @dependabot in #3710
  • build(deps): bump io.micrometer:micrometer-core from 1.12.0 to 1.12.1 by @dependabot in #3711
  • build(deps): bump actions/download-artifact from 3 to 4 by @dependabot in #3715
  • build(deps): bump github/codeql-action from 2 to 3 by @dependabot in #3716
  • build(deps): bump io.swagger.core.v3:swagger-annotations-jakarta from 2.2.19 to 2.2.20 by @dependabot in #3725
  • build(deps): bump org.eclipse.jetty.websocket:websocket-jakarta-server from 11.0.18 to 11.0.19 by @dependabot in #3726
  • build(deps): bump jackson from 2.16.0 to 2.16.1 by @dependabot in #3738
  • build(deps): bump org.assertj:assertj-core from 3.24.2 to 3.25.1 by @dependabot in #3755
  • build(deps): bump gradle-wrapper to 8.5 by @ndr-brt in #3761
  • build(deps): bump io.micrometer:micrometer-core from 1.12.1 to 1.12.2 by @dependabot in #3765

Documentation

Other Changes

  • refactor: separate DataPlaneClient and DataPlaneSelector by @ndr-brt in #3641
  • chore: refactor move DspRequestHandlerImpl by @wolf4ood in #3663
  • refactor: moved security checks in protocol service layer by @wolf4ood in #3668
  • fix(test): JSON-LD Unit tests fail on Windows by @rohrbachd in #3670
  • refactor: make postgresql integration tests use real components by @ndr-brt in #3681
  • refactor: make Services return Lists and not Streams by @ndr-brt in #3685
  • fix: compilation by @ndr-brt in #3699
  • chore: Remove unused references and dead code by @jimmarino in #3707
  • refactor: introduce CriterionToWhereClauseConverter by @ndr-brt in #3737
  • refactor: get rid of DspHttpDispatcherDelegate by @ndr-brt in #3771
  • refactor: extract the translation logic from the TranslationMapping class by @ndr-brt in #3780

New Contributors

Full Changelog: v0.4.1...v0.5.0