Skip to content

Releases: eclipse-edc/Connector

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

v0.3.1

02 Oct 08:35
f7c0751
Compare
Choose a tag to compare

What's Changed

Bugfixes

New Features & Improvements

Dependencies

  • fix: remove SLF4j-Monitor bridge by @iwasakims in #3463
  • build(deps): bump com.google.crypto.tink:tink from 1.10.0 to 1.11.0 by @dependabot in #3466
  • build(deps): bump com.nimbusds:nimbus-jose-jwt from 9.31 to 9.32 by @dependabot in #3452

Full Changelog: v0.3.0...v0.3.1

v0.3.0

18 Sep 20:07
addb776
Compare
Choose a tag to compare

What's Changed

Bugfixes

  • fix: send correlation id as process id in the transfer messages by @ndr-brt in #3387
  • fix: specialize ContractId only for offers, not agreements by @ndr-brt in #3407

New Features & Improvements

  • feat: dsp transfer process validation by @ndr-brt in #3378
  • feat: handle ContractNegotiationEventMessage.ACCEPTED message by @ndr-brt in #3381
  • feat: handle ContractRequestMessage on an already existing negotiation by @ndr-brt in #3390
  • feat: add configuration for control plane api url by @wolf4ood in #3389
  • feat: adds counter party validation on all DSP messages by @wolf4ood in #3402
  • feat: add priority on DataFlowController registration by @ndr-brt in #3428
  • refactor: avoid illegal status in state machines by @ndr-brt in #3438
  • feat: add IdResponse on addEntry API by @wolf4ood in #3449
  • feat(build): publish directly from GHA using a reusable WF by @paullatzelsperger in #3450

Dependencies

  • build(deps): bump testcontainers from 1.18.3 to 1.19.0 by @dependabot in #3379
  • build(deps): bump org.eclipse.jetty.websocket:websocket-jakarta-server from 11.0.15 to 11.0.16 by @dependabot in #3394
  • build(deps): bump com.h2database:h2 from 2.2.220 to 2.2.222 by @dependabot in #3411
  • build(deps): bump org.slf4j:slf4j-api from 2.0.7 to 2.0.9 by @dependabot in #3412
  • build(deps): bump io.rest-assured:rest-assured from 5.3.1 to 5.3.2 by @dependabot in #3429
  • build(deps): bump org.junit-pioneer:junit-pioneer from 2.0.1 to 2.1.0 by @dependabot in #3430
  • build(deps): bump actions/checkout from 3 to 4 by @dependabot in #3431
  • build(deps): bump io.micrometer:micrometer-core from 1.11.3 to 1.11.4 by @dependabot in #3439
  • build(deps): remove json-unit unused dependency by @dependabot in #3444

Documentation

Other Changes

Full Changelog: v0.2.1...v0.3.0