v1.1.0
github-actions
released this
21 Sep 19:23
·
43 commits
to refs/heads/main
since this release
What's Changed
- revert 1.1.0 release candidate and fix release build (#95) @jvmncs
- Add timeout warning to Cape.connect docstring (#94) @jvmncs
- Add cape deploy & token from cli (#92) @yanndupis
- Update README.md (#93) @jlapierre
- allow Cape client methods to be used sync or async (#91) @jvmncs
- optionally verify pcrs (#90) @justin1121
- set up codeowners (#89) @jvmncs
- add Cape encrypt command (#88) @jvmncs
- Explict function checksum naming and userdata reference update (#87) @ChrisFriesen
- add Cape.key command (#85) @jvmncs
- improve cape config handling (#84) @jvmncs
- Rename function hash to checksum for clarity (#83) @ChrisFriesen
- remove weakref for root cert in _EnclaveContext (#82) @jvmncs
- Hide non-public API from docs (#81) @jvmncs
- added a bit more detail to run and invoke; minor wording updates (#80) @miiklay
- Add remaining missing type hints to Public API (#78) @yanndupis
- Improve pycape/serdio docs with consistent style/cross-referencing (#79) @jvmncs
- Fix Serdio docs typos (#77) @jvmncs
- Add type hint to cape module & activate sphinx type hint (#76) @yanndupis
- Improve Serdio docs; tweak Sphinx configuration (#75) @jvmncs
- Refactor Cape client statefulness (#73) @jvmncs
- Refactor function token/auth to be part of FunctionRef (#72) @jvmncs
- Add connection context manager (#71) @yanndupis
- Generate API docs w/ Sphinx (#70) @jvmncs
- update examples readme (#62) @ekloberdanz
- Add doctrings for pycape.cape & serdio.serde contents (#69) @ekloberdanz
- Add function token to run and connect (#68) @yanndupis
- Tests (#66) @ekloberdanz
- added example syntax for compiling serdio as a dep (#65) @miiklay
- updated import and function id/hashes in readme (#63) @miiklay
- add deploy and run script for echo example (#57) @ekloberdanz
- Add pip install instruction to README (#61) @yanndupis
- Amend releasing doc (#60) @jvmncs