Features
ic-cdk security vulnerability fixed
ic-cdk has been updated to address this vulnerability: GHSA-rwq6-crjg-9cpw
dfx extension
Kybra now has its own dfx extension. This allows the dfx.json
canister configuration for Kybra canisters to be greatly simplified.
The extension must be installed before running dfx deploy
. This should be done in the same virtual environment in which Kybra itself is installed. You can install the extension by running: python -m kybra install-dfx-extension
.
Breaking Changes
Candid files will now automatically be stored in the .kybra
directory if using "type": "kybra"
in your dfx.json
canister configuration. All examples have had their automatically generated Candid files removed.
What's Changed
- begin implementing the kybra extension by @lastmjs in #487
- Fix kybra tests by @bdemann in #494
- update dfx to 0.22.0 by @lastmjs in #490
- Update ic cdk by @lastmjs in #491
- Update ic wasi polyfill by @lastmjs in #492
- Update rust python by @lastmjs in #493
- Update dfx 0 23 0 by @lastmjs in #495
- Update cargo lock by @lastmjs in #496
- Update documentation by @lastmjs in #497
- update to the latest stable Rust by @lastmjs in #498
- revert back to dfx 0.23.0 by @lastmjs in #502
Full Changelog: 0.6.0...0.7.0