Skip to content

v0.0.1-rc.4

Choose a tag to compare

@github-actions github-actions released this 04 Mar 20:31
· 651 commits to main since this release
v0.0.1-rc.4
826fdae

What's Changed

  • feat: add end to end working integration with Radicle by @bordumb in #6
  • refactor: stronger typing across major components (DID, ResourceId, etc.) by @bordumb in #7
  • fix: hot fixes for windows and ubuntu builds, mostly gating behind flags by @bordumb in #8
  • feat: fill in WASM verification stub & API surface hardening by @bordumb in #9
  • tests: add tests for ffi bindings by @bordumb in #10
  • refactor: migrate auths-id and auths-core trust from anyhow to thiserror by @bordumb in #11
  • refactor: replace static mut JSON_MODE with AtomicBool by @bordumb in #12
  • refactor: audit and convert .expect() calls to Result by @bordumb in #13
  • ci: add cargo audit to CI with documented advisory ignores by @bordumb in #15
  • chore: clean up dead code, add rust docs to http crates by @bordumb in #16
  • ci: add MSRV validation job for Rust 1.93 by @bordumb in #14
  • feat: add password caching and cli configuration by @bordumb in #17
  • fix: removes circular dependencies to make crate publishing hell go away by @bordumb in #18
  • feat: refactor CLI signing orchestration into SDK by @bordumb in #19
  • feat: add auths-keri CESR translation layer by @bordumb in #20
  • build: comment out windows build for now by @bordumb in #21
  • build: comment out windows build for now by @bordumb in #22
  • feat: wire OS keychain passphrase cache into signing flow by @bordumb in #23

New Contributors

Full Changelog: https://github.com/auths-dev/auths/commits/v0.0.1-rc.4