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 newnow generates secp256k1 keys backed by a seed phrase -
configurable custom wasm sections
- dfx no longer adds
candid:servicemetadata 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" : falseon any custom canister to have dfx leave it alone.
- dfx no longer adds