Skip to content

Releases: aidtechnology/did-method

v0.9.4

11 Jul 18:04
v0.9.4
Compare
Choose a tag to compare

Changelog

  • 199d96b feat: Improved instrumentation

v0.9.3

23 Jan 16:20
v0.9.3
Compare
Choose a tag to compare

Changelog

  • 487bdec New pre-compiled protobuf
  • 8bfe11a Update dependencies
  • 8e55065 fix: client verify agent's certificate
  • c8d2cad CI/CD use Go 1.19 runtime
  • a54a40e Update helm chart: v0.3.0

v0.9.2

15 Sep 18:37
v0.9.2
Compare
Choose a tag to compare

Some of the adjustments include:

  • Resolve requests for non-existing DIDs are not reported as errors
  • Improve OpenAPI documentation for the Agent service
  • Update several dependencies
  • Update project's base Go version to 1.18

Changelog

v0.9.1

31 Jul 16:58
v0.9.1
Compare
Choose a tag to compare

Changelog

v0.9.0

23 Jul 16:18
v0.9.0
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

Changelog

v0.8.0

27 Nov 18:14
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

Changelog

d22a998 fix: release workflow
a2aeb95 fix: invalid dependency
6431a3d Release v0.8.0
8becf96 Merge pull request #8 from bryk-io/dependabot/github_actions/actions/cache-v2.1.4
4d3c349 Merge pull request #7 from bryk-io/dependabot/github_actions/golangci/golangci-lint-action-v2.5.1
93fccc8 Bump actions/cache from v2 to v2.1.4
2b3c09b Bump golangci/golangci-lint-action from v2.2.1 to v2.5.1
0e4c7b0 Add cryptography notice

Docker images

  • docker pull ghcr.io/aidtechnology/didctl:0.8.0

v0.7.1

14 Oct 16:14
Compare
Choose a tag to compare
v0.7.1 Pre-release
Pre-release

Changelog

e83a45d Adjust CodeQL workflow
825e92e Release v0.7.1

Docker images

  • docker pull ghcr.io/bryk-io/didctl:0.7.1
  • docker pull ghcr.io/bryk-io/didctl:latest

v0.7.0

10 Sep 02:33
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

Changelog

ec9051b Adjust project structure
dfb3330 OTLP Exporter
b2a8ce5 ProofLD Documents
643c7de Use ORM for storage

v0.6.1

11 Aug 17:35
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release

Introduce GoReleaser

To facilitate the process of producing and publishing consistent and reproducible releases. The tool also support different package distribution mechanisms, such as Homebrew.

For more information:
https://goreleaser.com/intro/

Changelog

db1c947 Adjust release workflow
d72e39e Introduce GoReleaser
b95a891 Update GoReleaser config

v0.6.0

10 Aug 13:01
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

Several adjustments and improvements.

  • Update dependencies and crypto libraries.
  • New protobuf definitions.
  • To support non-standard output returned by different methods, the data
    is not processed in anyway and passed down to standard output.

A breaking change introduced was removing the 'proof' element from the
core DID document as per the specification. The proof is still being
generated and verified for all operations and returned when resolving
an identifier.

{
  "document": "...",
  "proof": "..."
}

For more information: w3c/did-core#293