Skip to content

v2.8.0

Choose a tag to compare

@jribbink jribbink released this 01 Oct 00:18
a33d3c6

⬆️ Install or Upgrade

Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.

⭐ Features

Scheduled Transactions starter project in flow init

You can now bootstrap a project preconfigured for Scheduled Transactions directly from the flow init wizard.

Screenshot 2025-09-23 at 5 09 57 PM

Example:

flow init
# then select: "Scheduled Transactions" starter

(#2091) @chasefleming

Fund emulator accounts with flow accounts fund

flow accounts fund now supports funding emulator accounts, making local testing faster.

Example:

flow accounts fund service

(#2099) @chasefleming

🛠 Improvements

Language Server: Automatic flow.json management & concurrent projects

Cadence Language Server updated to v1.6.0. The LS now natively detects the project root per open file, infers the nearest ancestor flow.json, supports multiple open projects at once, and prompts to create a project if none exists. Backward-compatible: specifying an explicit flow.json path in init options still works.

(#2109) @jribbink

Mix testnet & mainnet dependency sources

Dependency installation now allows mixing sources across networks when appropriate.
(#2105) @chasefleming

Prompt flow: show tree before prompting

Improves UX by displaying the project tree before interactive prompts in init/install flows.
(#2108) @chasefleming - (#2096) @chasefleming

Other improvements

Test maintenance: fix handler tests.
(#2107) @chasefleming

Dependency updates

github.com/onflow/flow-evm-gateway1.3.3.
(#2104) @dependabot

🐞 Bug Fixes

No user-facing bug fixes in this release.