Skip to content

Release v0.3.5

Choose a tag to compare

@github-actions github-actions released this 08 Dec 03:29
79acb09

Changes in v0.3.5

  • py: assign version according to metadata
  • Bump version to 0.3.5
  • py: Remove version
  • py: fix uv warning
  • feat: unify PCCS URL defaults across all language bindings
  • Fix python release in CI
  • Update verify_quote_web_test.js
  • refactor: Allow PKS and KL flags in TDX quote verification
  • Rename C ext to _dcap_qvl
  • build(deps): bump the github-actions group with 2 updates
  • chore(npm): bump version to 0.3.0
  • fix: correct version
  • publish: v0.2.1, support web
  • fix: add beta tag
  • fix: remove vite related package
  • add package-lock.json
  • feat: support ts and web
  • fix: modify the package name in README
  • chore(npm): bump version to 0.1.2
  • chore(npm): bump version to 0.1.1
  • ci: fix auto-commit
  • ci: fix git push --tags
  • chore(npm): bump version to 0.0.3
  • ci: fix yaml syntax
  • ci: commit pacakge.json update after publish
  • ci: allows specified versions when manually triggered releases
  • ci: revert change on release.yml and update publish-npm.yml
  • ci: test publish
  • Drafe README
  • Fix the CI failure
  • Add pure js implementation & add js test
  • cli: Show root error on failure
  • Bump the github-actions group across 1 directory with 5 updates
  • Add github action for test suite
  • Fix clippy
  • Simplify collateral test
  • format
  • Remove some verbosity
  • Fix test_web.sh
  • Fix test_suite.sh
  • Add test for get collateral
  • Add wasm test suite
  • Add verifier test suite
  • Update lib to support testing
  • Bump the rust-dependencies group across 1 directory with 5 updates
  • Force wasm-opt v123+

Python Package

This release includes Python wheels for multiple platforms:

  • Linux: x86_64, x86, aarch64, armv7, s390x, ppc64le
  • Windows: x64, x86
  • macOS: x86_64, aarch64 (Apple Silicon)

Install with: pip install dcap-qvl==0.3.5

Rust Crate

Add to your Cargo.toml:

dcap-qvl = "0.3.5"