Releases: onflow/flow-cli
Version 0.33.0
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
🛠 Improvements
- Emulator upgrade to v0.31.0 (#485) @janezpodhostnik
💥 Breaking Changes
The emulator had a breaking change, if the emulator is run with the --transaction-fees
flag (i.e. flow emulator --verbose --transaction-fees
). More about this in the emulator v0.31.0 release notes and in the Variable Transaction Fees: Execution Effort FLIP.
Version 0.32.3
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
🛠 Improvements
- Update fcl-dev wallet with bugfix (#482) @sideninja
Version 0.32.2
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
🛠 Improvements
- Added arm64 architecture support for macs to install script (#475) @bjartek
- Updated dependencies and CI/CD Go version (#481) @sideninja (#480) @sideninja
Version 0.32.1
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
🐞 Bug Fixes
- FCL Dev Wallet dependency update with bugfix #473 @sideninja
Version 0.32.0
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
🛠 Improvements
FCL Dev Wallet
The FCL Dev Wallet is now integrated into the CLI and it can be simply started using the flow dev-wallet
command. #467 @sideninja
📖 Documentation
- Documentation updates #471 @marcoroth
Version 0.31.2
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
🐞 Bug Fixes
Argument parsing for transactions
Arguments parsing for transactions was fixed so it handles multiple functions declarations (#465) @bluesign
🛠 Improvements
- Update emulator (#468) @sideninja
- Switch Sentry to sync transport (#466) @sideninja
Version 0.31.1
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
🛠 Improvements
- Update Cadence and the emulator (#464) @sideninja
📖 Documentation
- Update links to point to the correct url (#462) @maxi-troncoso
Version 0.31.0
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
⭐ Features
Protocol Snapshot Download
With a new command, you can now download and save the protocol snapshot. Use the command flow snapshot download <path>
to do so. (#440) @kc1116
Secure gRPC Connections
A new feature allows secure communication when using gRPC. Flow.json schema was expanded so it supports network definition with key
property which is the key used in the secure communication, as well as global flag --network-key
which can be used to achieve the same functionality. (#449) @kc1116
HTTP API on Emulator
The latest version of emulator is now supported which features HTTP API. You can even specify the port by using --rest-port
.
🛠 Improvements
Account multi-key creation
Accounts creation is now improved to support specifying multiple keys. (#431) @Kay-Zee
Transaction Prompts
New transaction prompts for confirming the send-signed
and build
commands were added making the actions more explicit. (#432) @Kay-Zee
General improvements
- Show a more user-friendly error message if the proposer key is missing (#453) @pavel-main
- Update dependencies (#458) @sideninja
- Add faucet link on keys generate (#456) @sideninja
- Clean outdated Homebrew (#442) @sideninja
Crash Reports
The CLI will now include a crash report screen, where you will be able to help us make the CLI better by submitting the generated crash report to our crash collection service. Crash reports are anonymous and don't contain personal information.
(#454) @sideninja
Staking info command
The output formatting for the staking info command was changed to support multiple stakes and delegations as well as the field "Total Stake" is again displayed.
🐞 Bug Fixes
- Bugfix for sending transactions with multiple function declarations (#444) @sideninja
📖 Documentation
- General documentation updates based on community feedback (#445) @sideninja
Version 0.30.2
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
💥 Breaking Changes
Dependency updates
Updated emulator version to latest v0.27.3 (#429) @sideninja
Documentation Updates
Update install guide to mention delay in Brew (#428) @kerrywei
v0.30.1
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
💥 Breaking Changes
Language Server Update
Language server version was bumped to include bugfix for LS VSC (#426) @sideninja