This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
v0.0.1-alpha
Pre-release
Pre-release
decentralgabe
released this
28 Oct 17:38
·
342 commits
to main
since this release
What's Changed
- Add basic service structure by @mistermoe in #10
- Update README, Contributing docs by @decentralgabe in #16
- DID API by @decentralgabe in #17
- Update to SSI SDK; HTTP Tests by @decentralgabe in #18
- Add diagram by @decentralgabe in #21
- Add docker compose and running instructions by @decentralgabe in #22
- Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 by @dependabot in #24
- Bump github.com/ardanlabs/conf from 1.4.0 to 1.5.0 by @dependabot in #25
- Bump go.opentelemetry.io/otel/trace from 1.3.0 to 1.6.3 by @dependabot in #26
- Bump github.com/mr-tron/base58 from 1.1.3 to 1.2.0 by @dependabot in #27
- VC JSON Schema Support by @decentralgabe in #23
- Add CI by @decentralgabe in #32
- File driven config by @decentralgabe in #35
- Switch to Logrus for logging by @decentralgabe in #36
- Configurable Logger - Log to file by @decentralgabe in #37
- Credential APIs by @decentralgabe in #39
- Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 by @dependabot in #44
- Set correct handler function by @atsushii in #49
- Bump github.com/stretchr/testify from 1.7.2 to 1.7.5 by @dependabot in #51
- Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 by @dependabot in #52
- Bump github.com/goccy/go-json from 0.9.7 to 0.9.8 by @dependabot in #53
- Add openAPI by @atsushii in #47
- Bump go.opentelemetry.io/otel/trace from 1.7.0 to 1.8.0 by @dependabot in #55
- Fix GetCredentialsBy API by @atsushii in #54
- update project docs by @decentralgabe in #56
- Add Support for OpenTelemetry by @atsushii in #58
- Revert "Add Support for OpenTelemetry " by @decentralgabe in #59
- Bump github.com/goccy/go-json from 0.9.8 to 0.9.10 by @dependabot in #57
- Add a KeyStore Service by @decentralgabe in #62
- Bump github.com/BurntSushi/toml from 1.1.0 to 1.2.0 by @dependabot in #67
- Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 by @dependabot in #66
- Add Codecoverage and report by @atsushii in #65
- Add Support for OpenTelemetry by @atsushii in #60
- Environment specific tracing config by @decentralgabe in #69
- Update README sections on default ports (#70) by @ALRubinger in #70
- Fix Read Request Body for Tracing by @decentralgabe in #71
- updated bolt dependency and fix issue #73 by @andorsk in #74
- added link to the docs in the readme by @moza88 in #76
- Improvements to magefile Docker handling by @frankhinek in #77
- Bump go.opentelemetry.io/otel/sdk from 1.8.0 to 1.9.0 by @dependabot in #80
- Bump go.opentelemetry.io/otel/trace from 1.8.0 to 1.9.0 by @dependabot in #81
- Bump go.opentelemetry.io/otel/exporters/jaeger from 1.8.0 to 1.9.0 by @dependabot in #82
- Bump go.opentelemetry.io/otel from 1.8.0 to 1.9.0 by @dependabot in #83
- Add context to error responses returned to client by @shobitb in #84
- Bump github.com/goccy/go-json from 0.9.10 to 0.9.11 by @dependabot in #85
- add vision and versioning docs by @decentralgabe in #86
- add SIP process by @decentralgabe in #87
- Adding SIP 2: Credential Issuance Flow by @nitro-neal in #88
- add discussion link to sip by @decentralgabe in #90
- a GUI for issuing VCs and DIDs by @michaelneale in #89
- SIP 2 - Create Credential Manifests CRUD by @nitro-neal in #91
- SIP-3: Key Access, Signing & Verification by @decentralgabe in #92
- fix SIP links by @decentralgabe in #93
- Adding credential application CRUD and validation by @nitro-neal in #94
- Bump go.opentelemetry.io/otel/trace from 1.9.0 to 1.10.0 by @dependabot in #101
- Bump github.com/magefile/mage from 1.13.0 to 1.14.0 by @dependabot in #100
- Bump go.opentelemetry.io/otel from 1.9.0 to 1.10.0 by @dependabot in #97
- Bump go.opentelemetry.io/otel/sdk from 1.9.0 to 1.10.0 by @dependabot in #99
- Bump go.opentelemetry.io/otel/exporters/jaeger from 1.9.0 to 1.10.0 by @dependabot in #98
- upgrade to go 1.19 by @decentralgabe in #104
- SIP-3: KeyAccess API by @decentralgabe in #106
- Adding SIP-4 Documentation by @nitro-neal in #108
- Add Sip 4 to table by @nitro-neal in #109
- SIP-4: DWN Routes by @nitro-neal in #113
- Support key access in all services by @decentralgabe in #110
- have dwn go through the svc endpoint by @decentralgabe in #115
- Support for Getting All DIDs for a Given Method by @decentralgabe in #116
- Update mage spec by @decentralgabe in #117
- SIP3: Support Signing of Credentials by @decentralgabe in #118
- adding in govuln scanning by @michaelneale in #120
- provide development builds as artifacts by @pdxjohnny in #111
- Credential Verification & DID Resolution by @decentralgabe in #121
- Schema Signing & Verification by @decentralgabe in #123
- Support schema usage in the credential service by @decentralgabe in #126
- adding cm ca validation by @nitro-neal in #128
- Support Verifiable Credentials in Cred Manifest Flow by @decentralgabe in #129
- Bump go.opentelemetry.io/otel/sdk from 1.10.0 to 1.11.0 by @dependabot in #131
- Bump go.opentelemetry.io/otel/exporters/jaeger from 1.10.0 to 1.11.0 by @dependabot in #133
- Credential Manifest signing and verification by @decentralgabe in #130
- integration test for steelthread by @nitro-neal in #136
- adding outputs for reference by @nitro-neal in #137
- Credential Application & Response Signing/Verification by @decentralgabe in #135
- Update kyc manifest and credential test data by @mistermoe in #138
- Bump go.opentelemetry.io/otel/sdk from 1.11.0 to 1.11.1 by @dependabot in #143
- Bump github.com/BurntSushi/toml from 1.2.0 to 1.2.1 by @dependabot in #142
- Bump go.opentelemetry.io/otel/exporters/jaeger from 1.11.0 to 1.11.1 by @dependabot in #141
- Test/updated input e2e by @nitro-neal in #144
- update dependency versions by @decentralgabe in #145
- updating manifest-input in test by @nitro-neal in #147
- Uptake err handling for credential denial by @decentralgabe in #148
- Enabled golangci-lint with staticcheck only and fixed issues by @andresuribe87 in #149
New Contributors
- @mistermoe made their first contribution in #10
- @decentralgabe made their first contribution in #16
- @dependabot made their first contribution in #24
- @atsushii made their first contribution in #49
- @ALRubinger made their first contribution in #70
- @andorsk made their first contribution in #74
- @moza88 made their first contribution in #76
- @frankhinek made their first contribution in #77
- @shobitb made their first contribution in #84
- @nitro-neal made their first contribution in #88
- @michaelneale made their first contribution in #89
- @pdxjohnny made their first contribution in #111
- @andresuribe87 made their first contribution in #149
Full Changelog: https://github.com/TBD54566975/ssi-service/commits/v0.0.1-alpha