Skip to content

0.7.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Sep 18:59
· 1 commit to main since this release
690fbc0

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

Full Changelog: 0.6.0...0.7.0