Releases: eclipse-edc/IdentityHub
Releases · eclipse-edc/IdentityHub
v0.2.0
What's Changed
Bugfixes
- fix: Fix missing payloadFormat mapping and use testcontainers by @bscholtes1A in #112
New Features & Improvements
- chore: add DEPENDENCIES file, add workflow to check it by @paullatzelsperger in #113
Full Changelog: v0.1.3...v0.2.0
v0.1.3
What's Changed
New Features & Improvements
- fix: metaModelVersion -Snapshot to 0.1.3-SNAPSHOT by @janpmeyer in #110
New Contributors
- @janpmeyer made their first contribution in #110
Full Changelog: v0.1.2...v0.1.3
v0.1.2
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
Bugfixes
New Features & Improvements
- refactor: move Azure code to Technology-Azure by @paullatzelsperger in #105
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
New Features & Improvements
- build: switch to java 17 by @ndr-brt in #102
- build: add action to bump the snapshot version by @paullatzelsperger in #103
- chore: update snapshot version to 0.1.0-SNAPSHOT by @paullatzelsperger in #104
Full Changelog: v0.0.1-milestone-9...v0.1.0
v0.0.1-milestone-9
What's Changed
Bugfixes
- docs: Add quickstart documentation and fix launcher by @bscholtes1A in #91
- fix: compilation issue by @ndr-brt in #97
New Features & Improvements
- refactor: Use
EdcHttpClient
by @bscholtes1A in #86 - build: call new Build-Component jenkins job by @ndr-brt in #87
- chore: upgrade to Gradle 8.0 by @paullatzelsperger in #88
- chore: adapt code base to comply with current edc upstream main by @paullatzelsperger in #90
- fix: cleanup version to fix release by @ndr-brt in #93
- feat: publish version catalog by @ndr-brt in #95
- fix: catalog publication by @ndr-brt in #96
- build(deps): remove root version catalog dependency by @ndr-brt in #99
New Contributors
- @ronjaquensel made their first contribution in #85
Full Changelog: v0.0.1-milestone-8...v0.0.1-milestone-9
v0.0.1-milestone-8
What's Changed
Bugfixes
- fix: fixed input param for release workflow by @paullatzelsperger in #34
- fix(IdentityHub): adds transactional access to IdentityHubStore by @wolf4ood in #50
- fix(actions): resolves verify workflow file error by @wolf4ood in #52
- fix(build): remove re-declaration of bouncycastle from version catalog by @paullatzelsperger in #59
New Features & Improvements
- Initial Commit to Upstream IdentityHub Repository by @chrislomonico in #2
- Add initial IdentityHub implementation. by @ouphi in #3
- IdentityHub client: Added identity hub client by @ouphi in #4
- Doc: Design to get claims before applying access policy (#10) by @ouphi in #5
- Identity Hub: artefact publishing to local Maven repository by @marcgs in #6
- feat(build): add signing config by @paullatzelsperger in #8
- Identity Hub: CredentialsVerifier by @marcgs in #10
- Identity Hub CLI by @marcgs in #12
- Identity Hub: reduce visibility of test fields by @marcgs in #14
- Credentials Verifier Maven artifact by @algattik in #13
- ADR for Self-Description by @bscholtes1A in #15
- Add issue time JWT claim by @algattik in #16
- chore: use EDC M5 version by @paullatzelsperger in #18
- Identity Hub: Fix VerifiableCredentialsJwtServiceImpl's "NotSuchMethodError" (#43) by @marcgs in #20
- Use Monitor mock in tests instead of ConsoleMonitor. by @ouphi in #21
- Document the format of the credentials returned by the IdentityHubCredentialsVerifier by @ouphi in #17
- IdentityHubCredentialsVerifier: Fails if one VC signature verification fails by @ouphi in #24
- Update authorization flow to reflect verification of VCs (#48) by @marcgs in #22
- Upload test coverage to codecov. by @ouphi in #25
- CI: Checkstyle and CodeQL by @marcgs in #28
- Add Self-Description endpoint (#37) by @bscholtes1A in #23
- refactor: align workflows, guidelines and documentation with connector repo by @juliapampus in #30
- chore: remove java faker by @paullatzelsperger in #31
- chore: bumped all versions by @paullatzelsperger in #32
- build: add release workflow file by @paullatzelsperger in #33
- chore: revert nimbus version to 8.23 (used by EDC) by @paullatzelsperger in #35
- fix: Fix log in
IdentityHubCredentialsVerifier
by @bscholtes1A in #36 - chore: adopt current EDC snapshot by @paullatzelsperger in #37
- refactor: Clean up system-tests and provide launcher for Identity Hub by @bscholtes1A in #41
- feat: Implement SQL Identity Hub Store by @bscholtes1A in #43
- feat(identityHub): module refactor by @wolf4ood in #53
- refactor: rebranding groupId into org.eclipse.edc by @wolf4ood in #54
- chore(groupId): rename project groupId to org.eclipse.edc by @wolf4ood in #55
- chore: removes last @EdcSetting by @wolf4ood in #57
- refactor(buid): apply the edc build plugin and the version catalog by @wolf4ood in #58
- chore: use standard version property by @paullatzelsperger in #60
- build: add workflow to explicitly trigger Jenkins by @paullatzelsperger in #61
- chore: use SNAPSHOT version of EDC by @paullatzelsperger in #62
- feat(build): add workflow_dispatch event trigger by @paullatzelsperger in #65
- feat(api): add context configuration to identityHub api by @paullatzelsperger in #64
- chore: updated code to accomodate for latest nimbus by @paullatzelsperger in #67
- build: upgrade Gradle version to 7.6 by @majadlymhmd in #71
- feat(build): add strict checkstyle on file header #61 by @wolf4ood in #69
- refactor: protocol clean up and extension for dataFormat by @wolf4ood in #74
- build(deps): remove unnecessary bouncycastle dependencies by @ndr-brt in #79
- refactor(identityHub): client and verifier abstraction over the VC format by @wolf4ood in #76
- refactor(SqlIdentityHubStore): apply AbstractSqlStore class and PostgresqlStoreSetupExtension in test by @bscholtes1A in #80
- chore(build): fix verifier-jwt artifact name by @wolf4ood in #82
- feat(IdentityHubStore): provide CosmosDB implementation of
IdentityHubStore
by @bscholtes1A in #81 - refactor: format settings.gradle.kts by @ndr-brt in #84
- feat: Enrich Verifiable Credential model by @bscholtes1A in #83
New Contributors
- @chrislomonico made their first contribution in #2
- @ouphi made their first contribution in #3
- @marcgs made their first contribution in #6
- @algattik made their first contribution in #13
- @bscholtes1A made their first contribution in #15
- @juliapampus made their first contribution in #30
- @wolf4ood made their first contribution in #50
- @majadlymhmd made their first contribution in #71
- @ndr-brt made their first contribution in #79
Full Changelog: https://github.com/eclipse-edc/IdentityHub/commits/v0.0.1-milestone-8