Skip to content

2026.06.09

Latest

Choose a tag to compare

@amshinde amshinde released this 10 Jun 17:23
9d12801

Bug Fixes

  • Rust SDK: SdkOptions and AttestationContext no longer implement Default. Construct them with SdkOptions::new()? and AttestationContext::new()?, which return initialization errors instead of panicking. Update any ::default() call sites.
  • Logging: Setting the log level to OFF now fully disables logging (previously it could still emit at the default level).
  • Build compatibility: Builds correctly against libxml2 2.12+ on newer Linux distributions.
  • Build options: New USE_SYSTEM_DEPS CMake option to build against system-installed OpenSSL, curl, and xmlsec instead of building them from source.
  • CLI: collect-evidence now hints to use JSON output.
  • Switch: Opaque data is now logged, matching the GPU behavior.
  • Documentation: Updated claims schema, Rust guide, and link fixes.

Components

  • nvattest 1.2.2
  • libnvat and libnvat-dev 1.2.2
  • nv-attestation-sdk-rust 1.2.2

See the Downloads page for installation instructions.