Skip to content

keygen-rs-v0.11.0

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Mar 06:26
· 1 commit to master since this release
45e6d06

Added

  • Complete keygen api coverage for existing modules (41ebb5e)

Fixed

  • Remove scheme from update attributes (create-only) (9cbc9c5)
  • Use PUT for relationship change operations per Keygen API (401fe1e)
  • Remove token feature gate from check_in method (566f9c8)
  • Correct query param serialization for pagination and metadata (1119486)
  • Add 9 missing fields to Policy::update attribute builder (336ea51)
  • Correct password API field names per Keygen docs (29db092)
  • Address codex peer review findings (2a19ec6)
  • Gate download_artifact for non-wasm targets (fa00e32)
  • Add repository field to wasm package for npm provenance (1c72c95)
  • Set correct npm package name @keygen-rs/wasm before publish (821803f)

Other

  • Reuse Client for artifact URL and request building (497454e)
  • Change instance methods to take &self (3604c36)
  • [breaking] Improve code quality across SDK modules (312fe6e)
  • Add examples for new api coverage (835b41c)