This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
Releases: eclipse-edc/RegistrationService
Releases · eclipse-edc/RegistrationService
v0.0.1-milestone-9
What's Changed
Bugfixes
- fix(CosmosParticipantStore): adds upsert manual semantic by @wolf4ood in #79
- fix: compilation issue by @ndr-brt in #84
- fix: compilation and dependency cleanup by @ndr-brt in #87
- fix(build): remove unused launcher dependency by @ndr-brt in #89
New Features & Improvements
- refactor: Use EdcHttpClient by @bscholtes1A in #72
- chore: remove publications by @ronjaquensel in #71
- build: call new Build-Component jenkins job by @ndr-brt in #73
- chore: upgrade to gradle 8, upgrade the shadow plugin by @paullatzelsperger in #74
- refactor: replace generated ApiClient with a manual one by @paullatzelsperger in #76
- fix: cleanup version to fix release by @ndr-brt in #80
- feat: publish version catalog by @ndr-brt in #82
- fix: catalog publication by @ndr-brt in #83
- build(deps): remove root version catalog dependency by @ndr-brt in #86
- fix: switch
DtoTransformerRegistry
usages toTypeTransformerRegistry
by @ndr-brt in #90
New Contributors
- @ronjaquensel made their first contribution in #71
Full Changelog: v0.0.1-milestone-8...v0.0.1-milestone-9
v0.0.1-milestone-8
What's Changed
Bugfixes
- chore: fix compile error due to upstream changes by @paullatzelsperger in #62
- fix: add Monitor to EdcHttpClient's arguments by @paullatzelsperger in #66
- fix: Update Identity Hub dependencies by @bscholtes1A in #67
New Features & Improvements
- chore: adopt current EDC snapshot (runtime-metamodel) by @paullatzelsperger in #40
- feat(ParticipantStore): add SQL store by @wolf4ood in #43
- fix(coverage): restore coverage after adding SQL Participant store by @wolf4ood in #45
- refactor: Clean up SPI by @bscholtes1A in #44
- feat(ParticipantStore): implements CosmosDB Participant Store by @wolf4ood in #48
- refactor(SqlParticipantStore): apply AbstractSqlStore class and PostgresqlStoreSetupExtension in test by @wolf4ood in #51
- refactor: rebranding groupdId into org.eclipse.edc by @wolf4ood in #52
- refactor(buld): apply the edc build plugin by @wolf4ood in #54
- chore: use standard version property by @paullatzelsperger in #56
- build: add workflow to explicitly trigger Jenkins by @paullatzelsperger in #57
- chore: use SNAPSHOT version of EDC by @paullatzelsperger in #58
- feat(build): add workflow_dispatch event trigger by @paullatzelsperger in #59
- feat: add override flag for RegSrv URL by @paullatzelsperger in #64
- build: upgrade GradleVersion to 7.6 by @majadlymhmd in #63
- chore: rename modules by @ndr-brt in #69
- refactor: Reorganize modules by @bscholtes1A in #70
New Contributors
- @wolf4ood made their first contribution in #43
- @majadlymhmd made their first contribution in #63
- @ndr-brt made their first contribution in #69
Full Changelog: v0.0.1-milestone-6-SNAPSHOT...v0.0.1-milestone-8
v0.0.1-milestone-6-SNAPSHOT
build: add release workflow (#39)