Skip to content

Latest commit

 

History

History
73 lines (48 loc) · 2.22 KB

CHANGELOG.md

File metadata and controls

73 lines (48 loc) · 2.22 KB

Affinidi Trust Network - Affinidi DID Resolver

Changelog history

23rd January 2025 (release 0.2.5)

  • Updating crates
  • Added did:example method to help with local development/testing

7th January 2025 (release 0.2.4)

  • Updating crates
    • Updated Axum framework from 0.7.x to 0.8.x

13th November 2024 (release 0.2.1)

  • Updating crates
  • Changed how keys are resolved in did:peer from multicodec to JsonWebTokens

5th November 2024 (release 0.2.0)

  • Updating dependency crate versions
  • Code cleanup on warnings
  • Implement local and network features on SDK
  • Added to did:key the ability to populate keyAgreement
  • Added WASM support
  • Added HTTP GET resolution
    • GET /did/v1/resolve/did
  • Configuration option to enable HTTP or WebSocket routes

24nd September 2024 (release 0.1.12)

  • Removing all logs of remote_address

22nd September 2024 (release 0.1.11)

  • Updating crates (SSI, Tower)
  • bumping minor crate versions

18th September 2024 (release 0.1.10)

  • fix: example did-peer generate added a trailing / on the serviceEndpoint URI
  • removed did-peer LICENCE and CHANGELOG files, all contained in the parent crate affinidi-did-resolver
  • Bumping crate versions

15th September 2024 (release 0.1.9)

  • clarity: Added a note regarding serviceEndpoint Id's being a URI vs a IRI (SSI Crate limitation)
    • This changes serviceEndpoint.id from #service to did:peer:#service so that it passes Uri checks
  • fix: If more than a single service was specified, then this would crash due to #service-n not being a valid URI
    • Changed so that all serviceEndpoint Id's are did:peer:#service as the starting string
  • update: tokio-tungstenite crate updated from 0.23 to 0.24

9th September 2024 (release 0.1.5)

  • Renaming crate names
  • Setting publich to true for crates.io
  • Bumping crate versions

5th September 2024 (release 0.1.4)

  • Updated crates
  • did-peer added missing types and support for peer implementation type 0 (supports 0 and 2).

3rd September 2024 (release 0.1.3)

  • Added Debug trait to ClientConfig so we can print the config elsewhere

2nd September 2024 (release: 0.1.2)

  • tokio crate updated
  • release version changed to 0.1.2
  • benchmark example - warnings removed