Release notes: Release Notes | Internet Computer Home
Some Highlights:
- breaking change: system-wide dfx start: By default, dfx now manages the replica process in a way that is independent of any given dfx project.
- canister HTTP support is now enabled by default
-
dfx identity new
now generates secp256k1 keys backed by a seed phrase -
configurable custom wasm sections
- dfx no longer adds
candid:service
metadata to custom canisters by default - dfx does however “shrink” all canisters by default, including custom canisters. We’ll change the default behavior in the next release to leave custom canisters alone by default. In the meantime, you can set
"shrink" : false
on any custom canister to have dfx leave it alone.
- dfx no longer adds