Today, Asylo released version 0.4.1, including 172 commits since version 0.4.0. While there have been significant behind-the-scenes progress toward future milestones, this release marks the initial integration of the new "primitives" backend abstraction layer. This layer more cleanly separates the specific enclave technology from the rest of Asylo and will make adding additional backends more straightforward.
The changes since 0.4.0 include:
- Integration of new “primitives” backend abstraction layer
- Deprecated asylo_py_proto_library Bazel macro
- Additional POSIX interface implementations
- Updated to newer versions of dependencies
- Improved documentation and testing
- Maintenance work and bug fixes