Skip to content

Releases: auths-dev/auths

v0.0.1-rc.9

15 Mar 01:26
744f3a0

Choose a tag to compare

What's Changed

  • feat: add stubs for environment policies by @bordumb in #53
  • refactor: rip out monolithic auths-cli features in auths-sdk by @bordumb in #54
  • refactor: extract pairing daemon from auths-cli and auths-pairing-protocol by @bordumb in #55
  • docs: add python PyPi releases CI and docs by @bordumb in #56
  • feat: add full identity lifecycle for auths-python by @bordumb in #57
  • docs: sdk docs automation by @bordumb in #58
  • docs: replace custom rustdocs with official links by @bordumb in #59
  • feat: adds auths-node SDK to mirror auths-python by @bordumb in #60
  • docs: add auths-node sdk docs by @bordumb in #61
  • fix: correct tilde expansion bug for ~/.auths and other paths by @bordumb in #62
  • feat: add auths signers commands piped from auths-sdk -> auths-cli -> python/node SDKs by @bordumb in #63
  • fix: correct insta snapshot filename and add --no-fail-fast to CI by @bordumb in #64
  • fix: update quinn-proto 0.11.13 -> 0.11.14 (RUSTSEC-2026-0037) by @bordumb in #65
  • feat: add ports and adapters for auths-telemetry by @bordumb in #66
  • fix: use standard auths layout as CLI default, not radicle by @bordumb in #67
  • refactor: cleanup for full demo in example-python-sdk-enterprise repo by @bordumb in #72
  • feat: dogfood auths badge by @bordumb in #75
  • fix: add more precise link on badge by @bordumb in #76
  • refactor: sans IO architecture and clippy enforcement by @bordumb in #83
  • refactor: strengthen DID typing by @bordumb in #84
  • refactor: strengthen typing by @bordumb in #85
  • feat: structured error messages by @bordumb in #86
  • feat: add robust error messaging and docs by @bordumb in #87
  • chore: lint sync guard, WitnessConfig versioning, new_unchecked audit, error boundary fixes by @bordumb in #88
  • refactor: make expires_in standard across all locations by @bordumb in #89
  • feat: add support for C2SP tlog-tiles for public registry by @bordumb in #90
  • refactor: cleanup for cold start problem by @bordumb in #91
  • build: bump v for rc.9 by @bordumb in #92

Full Changelog: v0.0.1-rc.8...v0.0.1-rc.9

v0.0.1-rc.8

08 Mar 19:38
v0.0.1-rc.8
5c5675f

Choose a tag to compare

What's Changed

  • fix: eliminate panics and enforce unwrap/expect lints workspace-wide by @bordumb in #25
  • feat: OIDC-to-Policy bridge and Trust Registry by @bordumb in #26
  • feat: schema stability, batch git storage, and pairing protocol extraction by @bordumb in #27
  • feat: PKCS#11 HSM backend + Python E2E test system by @bordumb in #28
  • fix: resolve 25 E2E test gaps — 10 pass → 31 pass by @bordumb in #30
  • feat: add auths-mcp-server integration tests and cleanup by @bordumb in #31
  • feat: unified auths-python SDK with identity lifecycle by @bordumb in #32
  • feat(python): Python SDK advanced lifecycle & semantic naming (fn-25) by @bordumb in #33
  • feat: advanced enterprise features (fn-26-30) by @bordumb in #34
  • refactor: tear out CLI business logic into SDK and http infra crates by @bordumb in #35
  • feat(auths-python): publish_artifact and generate_allowed_signers by @bordumb in #36
  • feat(auths-sdk,auths-core,auths-cli): stabilize core architecture & error boundaries by @bordumb in #37
  • feat: code safety — unwrap/anyhow removal (fn-34) by @bordumb in #38
  • refactor(auths-sdk,auths-cli): API surface — initialize(), rename SDK functions by @bordumb in #39
  • feat: native commit verification in Rust (fn-36) by @bordumb in #40
  • feat: structured error codes across FFI/WASM/Python boundaries by @bordumb in #41
  • fix: clock injection, typed errors, and missing Python imports by @bordumb in #42
  • fix(auths-cli): rename global --output to --format by @bordumb in #43
  • refactor: security hardening by @bordumb in #44
  • refactor: simplify CLI and SDK interfaces by @bordumb in #45
  • feat: verification via SAS and transport encryption for device pairing by @bordumb in #46
  • fix: clean up auths --help and rewrite CLI README by @bordumb in #47
  • feat: add auths pair as a top-level command by @bordumb in #48
  • docs: add CLI commands section to mkdocs nav by @bordumb in #49
  • docs: add full descriptions to CLI docs by @bordumb in #50
  • feat: working demo with radicle by @bordumb in #51
  • release: release candidate 8 by @bordumb in #52

Full Changelog: v0.0.1-rc.7...v0.0.1-rc.8

v0.0.1-rc.7

04 Mar 23:45
v0.0.1-rc.7
754923d

Choose a tag to compare

v0.0.1-rc.6

04 Mar 22:46
v0.0.1-rc.6
5b7ad30

Choose a tag to compare

v0.0.1-rc.5

04 Mar 21:56
v0.0.1-rc.5
c1ff9b6

Choose a tag to compare

What's Changed

  • fix: add repository/homepage metadata to all crates, fix publish order by @bordumb in #24

Full Changelog: v0.0.1-rc.4...v0.0.1-rc.5

v0.0.1-rc.4

04 Mar 20:31
v0.0.1-rc.4
826fdae

Choose a tag to compare

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