Releases: onflow/flow-cli
Version 1.4.5
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
- Bump dev wallet to v0.7.4 (#1221) @jribbink
- Bump github.com/spf13/afero from 1.9.5 to 1.10.0 (#1215) @dependabot
- Bump mislav/bump-homebrew-formula-action from 1 to 3 (#1218) @dependabot
- Bump google.golang.org/grpc from 1.58.1 to 1.58.2 (#1216) @dependabot
🛠 Improvements
v1.5.0-stable-cadence.3
What's Changed
- Remove gitleaks by @chasefleming in #1171
- Use custom flag if no state is available by @chasefleming in #1166
- Bump wangyoucao577/go-release-action from 1.38 to 1.40 by @dependabot in #1165
- Bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 by @dependabot in #1164
- Bump version to 1.4.0 by @chasefleming in #1175
- Add bluesign and bjartek as codeowners by @sideninja in #1173
- fix regression with sending transactions in flow cli 1.4.0 by @bjartek in #1179
- Bump version to 1.4.1 by @chasefleming in #1186
- Fix homebrew release action by @jribbink in #1185
- Fixes regression executing transactions by @chasefleming in #1182
- Bump version to 1.4.2 by @chasefleming in #1187
- Remove sandboxnet by @chasefleming in #1189
- Add Windows tests by @jribbink in #1191
- Fix Readme doc links to Flow CLI, Flow Emulator by @gomisha in #1192
- Bump google.golang.org/grpc from 1.56.1 to 1.58.0 by @dependabot in #1193
- Bump github.com/getsentry/sentry-go from 0.22.0 to 0.24.0 by @dependabot in #1194
- Windows path fix by @jribbink in #1190
- Bump google.golang.org/grpc from 1.58.0 to 1.58.1 by @dependabot in #1199
- Bump github.com/getsentry/sentry-go from 0.24.0 to 0.24.1 by @dependabot in #1197
- Bump version to 1.4.3 by @chasefleming in #1205
- Update CODEOWNERS by @nvdtf in #1206
- Filter fee events by @bthaile in #1188
- Fix README documentation URLs by @Mirch in #1203
- Bump emulator to v0.54.1 by @chasefleming in #1209
- Bump version to v1.4.4 by @chasefleming in #1214
- Merge master into stable cadence by @bjartek in #1219
New Contributors
Full Changelog: v1.5.0-stable-cadence.2...v1.5.0-stable-cadence.3
Version 1.4.4
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
🛠 Improvements
v1.5.0-stable-cadence.2
This CLI release includes the latest improvements introduced to Cadence: https://github.com/onflow/cadence/releases/tag/v1.0.0-preview.1
What's Changed
- Update to latest stable cadence by @SupunS in #1204
- Update to Cadence v1.0.0-preview.1 by @SupunS in #1207
Full Changelog: v1.5.0-stable-cadence.1...v1.5.0-stable-cadence.2
Version 1.4.3
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
🐞 Bug Fixes
🛠 Improvements
Version 1.4.2
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
🐞 Bug Fixes
- Fixes regression executing transactions (#1182) @chasefleming
- Fix homebrew release action (#1185) @jribbink
Version 1.4.1
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
🐞 Bug Fixes
Full Changelog: v1.4.0...v1.4.1
v1.5.0-stable-cadence.1
What's Changed
This CLI release includes the cadence changes: https://github.com/onflow/cadence/releases/tag/v0.41.0-stable-cadence.1
Added via the following:
- Update to latest stable cadence by @SupunS in #1167
- [flowkit] Update cadence version to v0.41.0-stable-cadence.1 by @SupunS in #1177
- Update cadence version to v0.41.0-stable-cadence.1 by @SupunS in #1178
Full Changelog: v1.4.0...v1.5.0-stable-cadence.1
Version 1.4.0
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
⭐ Features
- Execute FLIX scripts/transactions (#1125) @chasefleming
🛠 Improvements
- Fix crash issue when host flag present getting block (#1166) @chasefleming
- Update to Cadence v0.40.0 (#1158) @turbolent
- Added new max GRPC size (#1150) @bjartek
Version 1.3.4
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
🛠 Improvements
- Fix failing tests for 'flow test' command (#1141) @m-Peter
- Resolve
--network
name even with--host
(#1131) @ryokik - Add flag for skipping code coverage inspection on scripts and transactions (#1122) @m-Peter
- Error on malformed JSON config (#1138) @rrrkren
- Update Flowkit emulator version (#1136) @bjartek
- Update hybrid custody scaffold commit (#1132) @sisyphusSmiling