Skip to content

Releases: Think-iT-Labs/edc-connector-client-java

0.5.0

03 Nov 09:15
536e92f

Choose a tag to compare

What's Changed

  • build(deps): bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.0 by @dependabot[bot] in #159
  • build(deps): bump org.junit.jupiter:junit-jupiter from 5.11.0 to 5.11.1 by @dependabot[bot] in #161
  • build(deps): bump com.fasterxml.jackson.core:jackson-databind from 2.17.2 to 2.18.0 by @dependabot[bot] in #162
  • build(deps): bump org.testcontainers:junit-jupiter from 1.20.1 to 1.20.2 by @dependabot[bot] in #163
  • build(deps): bump org.junit.jupiter:junit-jupiter from 5.11.1 to 5.11.2 by @dependabot[bot] in #164
  • build(deps): bump org.junit.jupiter:junit-jupiter from 5.11.2 to 5.11.3 by @dependabot[bot] in #166
  • build(deps): bump org.testcontainers:junit-jupiter from 1.20.2 to 1.20.3 by @dependabot[bot] in #167
  • build(deps): bump com.fasterxml.jackson.core:jackson-databind from 2.18.0 to 2.18.1 by @dependabot[bot] in #168
  • Feat add verifiable credential api by @chaimaMeliani in #165
  • build(deps): bump org.testcontainers:junit-jupiter from 1.20.3 to 1.20.4 by @dependabot[bot] in #172
  • build(deps): bump com.fasterxml.jackson.core:jackson-databind from 2.18.1 to 2.18.2 by @dependabot[bot] in #173
  • feat: add did api by @chaimaMeliani in #171
  • feat: add keyPairs api by @chaimaMeliani in #176
  • feat: add participants api by @chaimaMeliani in #177
  • feat: provide extensibility capabilities by @ndr-brt in #175
  • refactor: adapt management resource to the new spi by @ndr-brt in #178
  • build(deps): bump org.assertj:assertj-core from 3.26.3 to 3.27.2 by @dependabot[bot] in #181
  • build(deps): bump org.junit.jupiter:junit-jupiter from 5.11.3 to 5.11.4 by @dependabot[bot] in #180
  • build(deps): bump com.diffplug.spotless from 6.25.0 to 7.0.1 by @dependabot[bot] in #182
  • refactor: make all the core resources to use the same format by @ndr-brt in #183
  • docs: document extensibility by @ndr-brt in #189
  • fix: rename participantId to participantContextId by @chaimaMeliani in #190
  • Add presentation api by @chaimaMeliani in #187
  • build(deps): bump org.testcontainers:junit-jupiter from 1.20.4 to 1.21.0 by @dependabot[bot] in #198
  • build(deps): bump com.fasterxml.jackson.core:jackson-databind from 2.18.2 to 2.19.0 by @dependabot[bot] in #199
  • build: fix some tests by @ndr-brt in #223
  • build: fix tests by @ndr-brt in #224
  • build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #215
  • build(deps): bump actions/setup-java from 4 to 5 by @dependabot[bot] in #216
  • build(deps): bump org.testcontainers:junit-jupiter from 1.21.0 to 1.21.3 by @dependabot[bot] in #206
  • build(deps): bump org.assertj:assertj-core from 3.27.2 to 3.27.6 by @dependabot[bot] in #219
  • build(deps): bump com.diffplug.spotless from 7.0.1 to 8.0.0 by @dependabot[bot] in #220
  • build(deps): bump com.apicatalog:titanium-json-ld from 1.4.1 to 1.7.0 by @dependabot[bot] in #222
  • fix: support @id in properties by @ndr-brt in #225
  • build(deps): bump org.junit.jupiter:junit-jupiter from 5.11.4 to 6.0.0 by @dependabot[bot] in #221
  • build(deps): bump org.junit:junit-bom from 6.0.0 to 6.0.1 by @dependabot[bot] in #226
  • build(deps): bump com.fasterxml.jackson.core:jackson-databind from 2.19.0 to 2.20.1 by @dependabot[bot] in #227
  • build: switch to new publication method on maven central by @ndr-brt in #228
  • build: update secret names by @ndr-brt in #229
  • build: remove unused config by @ndr-brt in #230
  • build: add missing signign arguments by @ndr-brt in #231
  • build: add explicit tasks dependency by @ndr-brt in #232
  • build: add missing publish config by @ndr-brt in #233
  • build: cleanup publish config by @ndr-brt in #234
  • Release version 0.5.0 by @github-actions[bot] in #235

Full Changelog: 0.4.0...0.5.0

0.4.0

06 Aug 09:59
2bb7ec8

Choose a tag to compare

What's Changed

  • build(deps): bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3 by @dependabot in #149
  • build(deps): bump com.fasterxml.jackson.core:jackson-databind from 2.17.1 to 2.17.2 by @dependabot in #150
  • build(deps): bump org.assertj:assertj-core from 3.26.0 to 3.26.3 by @dependabot in #152
  • build(deps): bump com.apicatalog:titanium-json-ld from 1.4.0 to 1.4.1 by @dependabot in #153
  • build(deps): bump org.testcontainers:junit-jupiter from 1.19.8 to 1.20.0 by @dependabot in #154
  • build(deps): bump org.eclipse.parsson:parsson from 1.1.6 to 1.1.7 by @dependabot in #155
  • build(deps): bump org.testcontainers:junit-jupiter from 1.20.0 to 1.20.1 by @dependabot in #156
  • feat: implement catalog cache controller by @ndr-brt in #157
  • Release version 0.4.0 by @github-actions in #158

Full Changelog: 0.3.0...0.4.0

0.3.0

25 Jun 14:23
7235b94

Choose a tag to compare

What's Changed

  • build(deps): bump org.assertj:assertj-core from 3.25.3 to 3.26.0 by @dependabot in #143
  • refactor: remove the request builder duplications by @chaimaMeliani in #145
  • feat: bump management api version to 3 by @ndr-brt in #147
  • Release version 0.3.0 by @github-actions in #148

Full Changelog: 0.2.0...0.3.0

0.2.0

23 May 09:11
531c15c

Choose a tag to compare

What's Changed

  • build(deps): bump org.eclipse.edc:runtime-metamodel from 0.5.0 to 0.5.1 by @dependabot in #116
  • build(deps): bump org.testcontainers:junit-jupiter from 1.19.5 to 1.19.6 by @dependabot in #117
  • build(deps): bump com.apicatalog:titanium-json-ld from 1.3.3 to 1.4.0 by @dependabot in #118
  • build(deps): bump org.testcontainers:junit-jupiter from 1.19.6 to 1.19.7 by @dependabot in #119
  • build(deps): bump com.fasterxml.jackson.core:jackson-databind from 2.16.1 to 2.16.2 by @dependabot in #120
  • build(deps): bump com.fasterxml.jackson.core:jackson-databind from 2.16.2 to 2.17.0 by @dependabot in #121
  • refactor: improve controllers methods and remove duplications by @chaimaMeliani in #114
  • build(deps): bump org.eclipse.edc:runtime-metamodel from 0.5.1 to 0.6.0 by @dependabot in #123
  • build(deps): bump io.github.gradle-nexus.publish-plugin from 1.3.0 to 2.0.0 by @dependabot in #128
  • build(deps): bump org.eclipse.parsson:parsson from 1.1.5 to 1.1.6 by @dependabot in #127
  • build: get spec file from edc gh pages by @ndr-brt in #126
  • feat: imporove test classes and remove duplications by @chaimaMeliani in #122
  • build(deps): bump com.fasterxml.jackson.core:jackson-databind from 2.17.0 to 2.17.1 by @dependabot in #133
  • build(deps): bump thomaseizinger/create-pull-request from 1.3.1 to 1.4.0 by @dependabot in #134
  • feat: Split Observability to a new context by @chaimaMeliani in #132
  • build(deps): bump org.testcontainers:junit-jupiter from 1.19.7 to 1.19.8 by @dependabot in #136
  • feat: add edr cache endpoint by @chaimaMeliani in #138
  • build(deps): bump org.eclipse.edc:runtime-metamodel from 0.6.0 to 0.6.4 by @dependabot in #137
  • Feat secret endpoint by @chaimaMeliani in #141
  • Release version 0.2.0 by @github-actions in #142

Full Changelog: 0.1.0...0.2.0

0.1.0

12 Feb 12:58
68c83bc

Choose a tag to compare

What's Changed

  • build(deps): bump org.eclipse.edc:runtime-metamodel from 0.4.1 to 0.5.0 by @dependabot in #98
  • Release version 0.1.0 by @github-actions in #113

Full Changelog: 0.0.2...0.1.0

0.0.2

12 Feb 08:44
9fb403e

Choose a tag to compare

What's Changed

  • docs: document release process by @ndr-brt in #89
  • build(deps): bump com.fasterxml.jackson.core:jackson-databind from 2.16.0 to 2.16.1 by @dependabot in #92
  • build(deps): bump org.assertj:assertj-core from 3.24.2 to 3.25.1 by @dependabot in #94
  • build(deps): bump com.diffplug.spotless from 6.23.3 to 6.24.0 by @dependabot in #95
  • build(deps): bump com.diffplug.spotless from 6.24.0 to 6.25.0 by @dependabot in #101
  • build(deps): bump org.assertj:assertj-core from 3.25.1 to 3.25.2 by @dependabot in #102
  • build(deps): bump org.testcontainers:junit-jupiter from 1.19.3 to 1.19.4 by @dependabot in #103
  • feat: change http request to async requests by @chaimaMeliani in #85
  • build: automate release preparation phase by @ndr-brt in #100
  • build(deps): bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2 by @dependabot in #107
  • build(deps): bump org.assertj:assertj-core from 3.25.2 to 3.25.3 by @dependabot in #106
  • build(deps): bump org.testcontainers:junit-jupiter from 1.19.4 to 1.19.5 by @dependabot in #108
  • refactor: update the successful state condition by @chaimaMeliani in #105
  • Release version 0.0.2 by @github-actions in #109
  • Release version 0.0.2 by @github-actions in #111

Full Changelog: 0.0.1...0.0.2

0.0.1

21 Dec 14:07
8913195

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/Think-iT-Labs/edc-connector-client-java/commits/0.0.1