Skip to content

Release 0.6.3

Latest
Compare
Choose a tag to compare
@KeithMoyer KeithMoyer released this 09 Jun 23:16
· 12 commits to master since this release

Asylo 0.6.3 contains 92 commits since the 0.6.2 release, including a number of security and correctness fixes.

Changes since 0.6.2 include:

  • Fixes for security vulnerabilities (a47ef55, 4d86841, ecfcd00, 53ed5d8, 90d7619)
  • Cleanup and fixes in syscall handling (5bf2e73, 9a67f94, 7985430)
  • Migration from asylo::Status to absl::Status
  • Cleanup of potentially disrespectful terms
  • Updated to newer versions of dependencies
  • General maintenance work

Compatibility:

  • Now that Abseil has released support for Status objects, asylo::Status is now deprecated in favor of absl::Status. Implicit conversion is provided to allow users time to migrate to absl::Status, but this will be removed in a future release.