Skip to content

v0.18.0

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Jun 09:29

What's Changed

Breaking changes

Bugfixes

  • fix: make VP holder property optional by @paullatzelsperger in #5697
  • fix: remove address validation from AssetService, fix metadata deserialization by @ndr-brt in #5720
  • fix: add missing breaklease on TransferProcess protocol service by @ndr-brt in #5729
  • fix: flaky tests by @wolf4ood in #5742
  • fix: add schema validation for cel expression testing by @wolf4ood in #5761
  • fix: properly map name and description in JwtToVerifiableCredentialTransformer by @paullatzelsperger in #5787
  • fix: add participant context filter when getting transferTypes by @wolf4ood in #5786
  • fix: add missing breakLease calls in ContractNegotiationProtocolServiceImpl by @ndr-brt in #5788
  • fix: start message inverted fields by @wolf4ood in #5797

New Features & Improvements

Dependencies

  • build(deps): bump jetty from 12.1.7 to 12.1.8 by @dependabot[bot] in #5681
  • build(deps): bump com.google.crypto.tink:tink from 1.20.0 to 1.21.0 by @dependabot[bot] in #5683
  • build(deps): bump com.gradleup.shadow from 9.3.1 to 9.4.1 by @dependabot[bot] in #5703
  • build(deps): bump atomikos from 6.0.0 to 6.0.1 by @dependabot[bot] in #5704
  • build(deps): bump swagger from 2.2.42 to 2.2.49 by @dependabot[bot] in #5716
  • build(deps): bump testcontainers from 2.0.4 to 2.0.5 by @dependabot[bot] in #5717
  • build(deps): bump jackson from 2.21.2 to 2.21.3 by @dependabot[bot] in #5735
  • build(deps): bump org.postgresql:postgresql from 42.7.10 to 42.7.11 by @dependabot[bot] in #5718
  • build(deps): bump jetty from 12.1.8 to 12.1.9 by @dependabot[bot] in #5734
  • build(deps): bump cloudEvents from 4.0.1 to 4.0.2 by @dependabot[bot] in #5751
  • build(deps): bump swagger from 2.2.49 to 2.2.50 by @dependabot[bot] in #5749
  • build: update hashicorp/vault test image to 2.0.1 by @ndr-brt in #5782
  • build(deps): bump com.nimbusds:nimbus-jose-jwt from 10.8 to 10.9.1 by @dependabot[bot] in #5771
  • build(deps): bump io.nats:jnats from 2.25.2 to 2.25.3 by @dependabot[bot] in #5818
  • build(deps): bump io.micrometer:micrometer-core from 1.16.4 to 1.17.0 by @dependabot[bot] in #5817
  • build(deps): bump gradle-wrapper from 9.5.0 to 9.5.1 by @dependabot[bot] in #5748

Documentation

Other Changes

  • refactor: remove duplicated jwks resolver by @wolf4ood in #5702
  • refactor: refactor ExtensionManager into CatalogCrawlerManager by @ndr-brt in #5730
  • refactor: move processors tests out of manager tests by @ndr-brt in #5755
  • refactor: merge catalog crawler related core modules by @ndr-brt in #5762
  • build: fix DPS TCK tests, pin version to 1.0.0 by @ndr-brt in #5783
  • chore: refactor profile configuration by @wolf4ood in #5794
  • feat: make TransferProcessProtocolService call fail when update fails by @ndr-brt in #5793
  • refactor: dcp scope config by @wolf4ood in #5795
  • refactor: avoid dispatcher usage for event callbacks by @ndr-brt in #5808
  • refactor: wire scope-based authz into v5 controllers, drop role-based filter by @paullatzelsperger in #5812
  • refactor: get rid of dispatcher registry by @ndr-brt in #5814
  • test: set unique, customizable, management api jsonld context by @ndr-brt in #5822
  • test: extract json-ld expand test util method by @ndr-brt in #5823
  • refactor: remove control-plane address parse/validation by @ndr-brt in #5830

New Contributors

Full Changelog: v0.17.0...v0.18.0