Skip to content

Releases: eclipse-edc/Connector

v0.7.0

22 May 13:10
b39e532
Compare
Choose a tag to compare

What's Changed

Breaking changes

Bugfixes

New Features & Improvements

Dependencies

  • build(deps): bump io.micrometer:micrometer-core from 1.12.5 to 1.13.0 by @dependabot in #4174
  • build(deps): bump com.nimbusds:nimbus-jose-jwt from 9.38 to 9.39.1 by @dependabot in #4187
  • build(deps): bump swagger from 2.2.21 to 2.2.22 by @dependabot in #4188
  • build(deps): bump org.eclipse.jetty.websocket:websocket-jakarta-server from 11.0.20 to 11.0.21 by @dependabot in #4190

Other Changes

  • refactor(api): merge signaling api context into control by @ndr-brt in #4176
  • refactor(api): move data plane select functionality to control api by @ndr-brt in #4189
  • refactor: delete unused launcher by @ndr-brt in #4199

Full Changelog: v0.6.4...v0.7.0

v0.6.4

13 May 07:16
74da292
Compare
Choose a tag to compare

What's Changed

Bugfixes

New Features & Improvements

Dependencies

  • build(deps): bump jackson from 2.17.0 to 2.17.1 by @dependabot in #4161
  • build(deps): bump testcontainers from 1.19.7 to 1.19.8 by @dependabot in #4168
  • build(deps): bump com.nimbusds:nimbus-jose-jwt from 9.37.3 to 9.38 by @dependabot in #4167
  • build(deps): bump io.opentelemetry.proto:opentelemetry-proto from 1.2.0-alpha to 1.3.1-alpha by @dependabot in #4169

Documentation

  • docs: add DR about dataplane selection improvements by @ndr-brt in #4149

Other Changes

  • refactor: move configuration loading logic out of the extension context by @ndr-brt in #4162

New Contributors

Full Changelog: v0.6.3...v0.6.4

v0.6.3

06 May 08:34
a2e2822
Compare
Choose a tag to compare

What's Changed

Bugfixes

  • chore: add checks on SI token issuer vs VP issuer by @wolf4ood in #4140
  • fix: correct DataService json-ld attributes by @ndr-brt in #4146
  • chore: removes OAuth2 capabilities from the data sink by @wolf4ood in #4152
  • fix: remove unused parentPermission field that caused stack overflow exceptions by @ndr-brt in #4155
  • fix: issuanceDate fallback in vc transformer by @lholthof in #4159

New Features & Improvements

  • feat: make TransferRequest transferType mandatory and dataDestination optional by @ndr-brt in #4119
  • fix: removes LockManager in favour of ConcurrentHashMap by @wolf4ood in #4142
  • feat(dsp): support implicit Offer policy type by @ndr-brt in #4143

Dependencies

  • build(deps): bump jakarta.ws.rs:jakarta.ws.rs-api from 3.1.0 to 4.0.0 by @dependabot in #4153
  • build(deps): bump bouncyCastle-jdk18on from 1.78 to 1.78.1 by @dependabot in #4122

Other Changes

Full Changelog: v0.6.2...v0.6.3

v0.6.2

23 Apr 13:28
f58c71a
Compare
Choose a tag to compare

What's Changed

New Features & Improvements

Dependencies

  • build(deps): bump com.google.crypto.tink:tink from 1.12.0 to 1.13.0 by @dependabot in #4075
  • build(deps): bump jersey from 3.1.5 to 3.1.6 by @dependabot in #4094

Other Changes

  • refactor: switch e2e tests to data plane signaling by @ndr-brt in #4116

Full Changelog: v0.6.1...v0.6.2

v0.6.1

15 Apr 13:34
5008004
Compare
Choose a tag to compare

What's Changed

Bugfixes

New Features & Improvements

Dependencies

  • build(deps): bump jackson from 2.16.2 to 2.17.0 by @dependabot in #3999
  • build(deps): bump org.postgresql:postgresql from 42.7.2 to 42.7.3 by @dependabot in #4007
  • build(deps): bump org.awaitility:awaitility from 4.2.0 to 4.2.1 by @dependabot in #4013
  • build(deps): bump io.swagger.core.v3:swagger-annotations-jakarta from 2.2.20 to 2.2.21 by @dependabot in #4026
  • build(deps): bump io.cloudevents:cloudevents-http-basic from 2.5.0 to 3.0.0 by @dependabot in #4062
  • build(deps): bump jackson from 2.16.2 to 2.17.0 by @dependabot in #4069
  • build(deps): bump io.micrometer:micrometer-core from 1.12.4 to 1.12.5 by @dependabot in #4101
  • build(deps): bump io.opentelemetry.proto:opentelemetry-proto from 1.1.0-alpha to 1.2.0-alpha by @dependabot in #4100
  • build(deps): bump bouncyCastle-jdk18on from 1.77 to 1.78 by @dependabot in #4095

Documentation

  • docs: improve ContractRequest api doc by @ndr-brt in #4081
  • docs: document transfer suspension by @ndr-brt in #4087
  • docs: annotate properly settings and refer to autodoc from the README files by @segoranov in #4084

Other Changes

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

27 Mar 16:48
e372688
Compare
Choose a tag to compare

What's Changed

Breaking changes

  • feat(dsp): remove target from offer policy in catalog by @ndr-brt in #3868
  • fix: dct namespace by @ndr-brt in #3914
  • feat: DataFlowManager and DataFlowController refactoring by @wolf4ood in #3917
  • feat(dsp): transform dspace DataAddress by @ndr-brt in #3975
  • refactor: make resource manifest generator handle TransferProcess by @ndr-brt in #3979
  • refactor: inline DataRequest value object into TransferProcess by @ndr-brt in #4009

Bugfixes

New Features & Improvements

Dependencies

  • build(deps): ignore runtime-metamodel version updates by @ndr-brt in #3873
  • build(deps): bump testcontainers from 1.19.4 to 1.19.5 by @dependabot in #3838
  • build(deps): bump io.micrometer:micrometer-core from 1.12.2 to 1.12.3 by @dependabot in #3853
  • build(deps): bump testcontainers from 1.19.5 to 1.19.6 by @dependabot in #3904
  • build(deps): bump org.postgresql:postgresql from 42.7.1 to 42.7.2 by @dependabot in #3886
  • build(deps): bump org.apache.kafka:kafka-clients from 3.6.1 to 3.7.0 by @dependabot in #3922
  • build(deps): bump testcontainers from 1.19.6 to 1.19.7 by @dependabot in #3963
  • build(deps): bump jackson from 2.16.1 to 2.16.2...
Read more

v0.5.1

12 Feb 10:18
8193f3d
Compare
Choose a tag to compare

What's Changed

Breaking changes

  • feat: policy scope extractors for transfer process ingress calls by @wolf4ood in #3822

Bugfixes

New Features & Improvements

Dependencies

  • build(deps): bump org.assertj:assertj-core from 3.25.1 to 3.25.2 by @dependabot in #3802
  • build(deps): bump io.opentelemetry.proto:opentelemetry-proto from 1.0.0-alpha to 1.1.0-alpha by @dependabot in #3790
  • build(deps): bump testcontainers from 1.19.3 to 1.19.4 by @dependabot in #3806
  • build(deps): bump org.eclipse.jetty.websocket:websocket-jakarta-server from 11.0.19 to 11.0.20 by @dependabot in #3817
  • build(deps): bump codecov/codecov-action from 3 to 4 by @dependabot in #3825
  • build(deps): bump jupiter from 5.10.1 to 5.10.2 by @dependabot in #3824
  • build(deps): bump org.assertj:assertj-core from 3.25.2 to 3.25.3 by @dependabot in #3823

Other Changes

  • build: make trigger_snapshot workflow manually triggerable by @ndr-brt in #3787
  • refactor: introduction of ProtocolTokenValidator by @wolf4ood in #3839

Full Changelog: v0.5.0...v0.5.1

v0.5.0

18 Jan 09:43
b113a82
Compare
Choose a tag to compare

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

v0.4.1

20 Nov 18:25
6012c7a
Compare
Choose a tag to compare

What's Changed

Bugfixes

New Features & Improvements

Dependencies

  • build(deps): bump actions/github-script from 6 to 7 by @dependabot in #3628
  • build(deps): bump io.micrometer:micrometer-core from 1.11.5 to 1.12.0 by @dependabot in #3606
  • build(deps): bump org.jetbrains:annotations from 24.0.1 to 24.1.0 by @dependabot in #3616
  • build(deps): bump testcontainers from 1.19.1 to 1.19.2 by @dependabot in #3609

Documentation

Other Changes

  • refactor: make DataPlanePublicApiController use PipelineService by @ndr-brt in #3630

Full Changelog: v0.4.0...v0.4.1

v0.4.0

16 Nov 17:12
8c3013a
Compare
Choose a tag to compare

What's Changed

Breaking changes

Bugfixes

New Features & Improvements

Dependencies

  • build(deps): bump org.apache.commons:commons-pool2 from 2.11.1 to 2.12.0 by @dependabot in #3487
  • build(deps): bump com.nimbusds:nimbus-jose-jwt from 9.32 to 9.35 by @dependabot in #3473
  • build(deps): bump testcontainers from 1.19.0 to 1.19.1 by @dependabot in #3502
  • build(deps): bump io.swagger.core.v3:swagger-annotations-jakarta from 2.2.15 to 2.2.16 by @dependabot in #3461
  • build(deps): bump com.h2database:h2 from 2.2.222 to 2.2.224 by @dependabot in #3460
  • build(deps): bump org.apache.kafka:kafka-clients from 3.5.1 to 3.6.0 by @dependabot in #3513
  • build(deps): bump io.micrometer:micrometer-core from 1.11.4 to 1.11.5 by @dependabot in #3530
  • build(deps): bump com.nimbusds:nimbus-jose-jwt from 9.35 to 9.36 by @dependabot in #3519
  • build(deps): bump org.eclipse.jetty.websocket:websocket-jakarta-server from 11.0.16 to 11.0.17 by @dependabot in #3524
  • build(deps): bump opentelemetry from 1.29.0 to 1.31.0 by @dependabot in #3538
  • build(deps): bump io.swagger.core.v3:swagger-annotations-jakarta from 2.2.16 to 2.2.17 by @dependabot in #3537
  • build(deps): bump jackson from 2.15.2 to 2.15.3 by @dependabot in #3536
  • build(deps): bump com.nimbusds:nimbus-jose-jwt from 9.36 to 9.37 by @dependabot in #3547
  • build(deps): bump okhttp from 4.11.0 to 4.12.0 by @dependabot in #3546
  • build(deps): bump io.swagger.core.v3:swagger-annotations-jakarta from 2.2.17 to 2.2.18 by @dependabot in #3568
  • build(deps): bump actions/setup-node from 3 to 4 by @dependabot in #3573
  • build(deps): bump org.eclipse.jetty.websocket:websocket-jakarta-server from 11.0.17 to 11.0.18 by @dependabot in #3582
  • build(deps): bump jupiter from 5.10.0 to 5.10.1 by @dependabot in #3589
  • build(deps): bump io.swagger.core.v3:swagger-annotations-jakarta from 2.2.18 to 2.2.19 by @dependabot in #3600

Documentation

Other Changes

New Contributors

Full Changelog: v0.3.1...v0.4.0