Release Notes
This page provides detailed release notes for CRE. It includes information on new features, significant changes, and known limitations.
Go SDK v1.5.0 - March 5, 2026
Go SDK version 1.5.0 adds support for the Pharos Atlantic network.
- New Network: Added Pharos Atlantic support
Go SDK v1.4.0 - March 2, 2026
Go SDK version 1.4.0 expands network support and adds Solana workflow bindings.
- New Networks: Added Jovay Testnet, Pharos Testnet, and XLayer support
- Solana Support: Added Solana LogTrigger SDK generation and Solana workflow bindings
- Breaking change: Removed Solana SDK types that were previously generated (now replaced by the new Solana bindings approach)
CLI v1.2.0 - February 26, 2026
CRE CLI version 1.2.0 is now available.
- Dynamic template fetching: Templates are now fetched at runtime from GitHub, so
cre initalways offers the latest available templates without requiring a CLI update. Two newcre templatescommands let you manage template sources — runcre templates listto browse available templates, orcre templates addto include custom or third-party repositories. See Template Sources for details. - Deploy access management: New
cre account accesscommand lets you check your organization's deployment access status and submit an Early Access request directly from the CLI. See Requesting Deploy Access for details. - Unit tests for TypeScript templates: TypeScript workflow templates now include a unit test setup out of the box
- Bug Fix: Fixed an issue where secrets were not correctly injected during workflow simulation in certain configurations.
How to update:
- Automatic update: When you run any CRE command, the CLI will automatically detect if a newer version is available and prompt you to update. Simply run
cre updateto install the latest version. - Fresh installation: If you're installing the CLI for the first time, follow the CLI Installation guide.
Confidential HTTP Capability - February 25, 2026
CRE now supports the Confidential HTTP capability for production workflows, allowing you to make privacy-preserving API calls with enclave execution. See the Making Confidential Requests guide to learn more.
CLI v1.1.0 - February 18, 2026
CRE CLI version 1.1.0 is now available.
- Custom WASM builds: New
cre workflow custom-buildcommand converts a workflow to use a custom Makefile-based build process. Use this when you need custom compiler flags, build tags, CI/CD artifact promotion, or non-standard toolchains. See the Custom WASM Builds guide for details. - Improved CLI interface: The CLI has a refreshed visual output across all commands — styled errors, progress indicators, and spinners during long-running operations make it easier to follow what's happening.
How to update:
- Automatic update: When you run any CRE command, the CLI will automatically detect if a newer version is available and prompt you to update. Simply run
cre updateto install the latest version. - Fresh installation: If you're installing the CLI for the first time, follow the CLI Installation guide.
TS SDK v1.1.0 - February 18, 2026
TypeScript SDK version 1.1.0 includes improvements to error handling, Confidential HTTP behavior, and developer experience:
- Improved error messages: Error messages across the runtime, codegen, and utilities are now more descriptive and actionable
- Confidential HTTP runs in DON mode: The Confidential HTTP capability now executes in DON mode (instead of node mode), aligning with how other DON-level capabilities work
- Clearer setup errors: The SDK now provides a descriptive error when
cre-setuphas not been run before attempting to compile a workflow
Go SDK v1.3.0 - February 12, 2026
Go SDK version 1.3.0 updates the Confidential HTTP capability types.
- Confidential HTTP: The
encrypt_outputfield has moved fromConfidentialHTTPRequesttoHTTPRequest. Update any workflows usingConfidentialHTTPRequest.encrypt_outputto set this field on the innerHTTPRequestinstead.
CLI v1.0.11 - February 13, 2026
CRE CLI version 1.0.11 is now available.
- New Network: Added World Chain Mainnet support for workflow simulation and production deployment
Required versions: CLI v1.0.11+, Go SDK v1.2.0+, TS SDK v1.0.9+
How to update:
- Automatic update: When you run any CRE command, the CLI will automatically detect if a newer version is available and prompt you to update. Simply run
cre updateto install the latest version. - Fresh installation: If you're installing the CLI for the first time, follow the CLI Installation guide.
CLI v1.0.10 - February 9, 2026
CRE CLI version 1.0.10 is now available.
- Bug Fix: Fixed secret injection for the Confidential HTTP capability in the simulator — template placeholders (
{{.secretName}}) now resolve correctly duringcre workflow simulate - Bug Fix: Fixed project context not being set before writing changeset files
How to update:
- Automatic update: When you run any CRE command, the CLI will automatically detect if a newer version is available and prompt you to update. Simply run
cre updateto install the latest version. - Fresh installation: If you're installing the CLI for the first time, follow the CLI Installation guide.
CLI v1.0.9 - February 6, 2026
CRE CLI version 1.0.9 is now available.
- Confidential HTTP (Experimental): Added Confidential HTTP capability support in the simulator. You can now simulate workflows that use privacy-preserving API calls with secret injection and optional response encryption.
How to update:
- Automatic update: When you run any CRE command, the CLI will automatically detect if a newer version is available and prompt you to update. Simply run
cre updateto install the latest version. - Fresh installation: If you're installing the CLI for the first time, follow the CLI Installation guide.
CLI v1.0.8 - February 6, 2026
CRE CLI version 1.0.8 is now available.
- Changed
chain-idtochain-selectorin simulator settings - Support for longer workflow names
- Fixed a logic bug in the template contract
MessageEmitter.sol
How to update:
- Automatic update: When you run any CRE command, the CLI will automatically detect if a newer version is available and prompt you to update. Simply run
cre updateto install the latest version. - Fresh installation: If you're installing the CLI for the first time, follow the CLI Installation guide.
New Networks Support - January 29, 2026
CRE now supports additional testnets for workflow simulation and production deployment:
- Apechain Curtis
- Arc Testnet
- Hyperliquid Testnet
- Ink Sepolia
- Jovay Testnet
- Linea Sepolia
- Plasma Testnet
- World Chain Sepolia
Required versions: CLI v1.0.7+, Go SDK v1.1.4+, TS SDK v1.0.7+
CLI v1.0.7 - January 29, 2026
CRE CLI version 1.0.7 is now available.
How to update:
- Automatic update: When you run any CRE command, the CLI will automatically detect if a newer version is available and prompt you to update. Simply run
cre updateto install the latest version. - Fresh installation: If you're installing the CLI for the first time, follow the CLI Installation guide.
TS SDK v1.0.7 - January 29, 2026
TypeScript SDK version 1.0.7 includes internal improvements.
TS SDK v1.0.5 - January 28, 2026
- Bug Fix: Fixed an issue with
runtime.now()returning incorrect timestamps
For details on using time in workflows, see Time in CRE.
ZKSync Era Support - January 26, 2026
CRE now supports ZKSync Era mainnet and testnet for workflow simulation and production deployment. You can now build and test workflows that interact with ZKSync Era chains.
Required versions: CLI v1.0.6+, Go SDK v1.1.3+ (mainnet) / v1.1.2+ (testnet), TS SDK v1.0.7+
TS SDK v1.0.4 - January 26, 2026
TypeScript SDK version 1.0.4 includes internal improvements.
CLI v1.0.6 - January 21, 2026
CRE CLI version 1.0.6 is now available.
- ZKSync Era support: Added ZKSync Era testnet and mainnet to the simulator
This release also includes various small improvements and bug fixes, such as better error messages when hitting workflow limits.
How to update:
- Automatic update: When you run any CRE command, the CLI will automatically detect if a newer version is available and prompt you to update. Simply run
cre updateto install the latest version. - Fresh installation: If you're installing the CLI for the first time, follow the CLI Installation guide.
TS SDK v1.0.3 - January 19, 2026
-
Bug Fixes: Fixed issue where workflows could execute twice during simulation
-
Examples Updated: All workflow examples in the SDK repository now use direct imports (e.g.,
import { HTTPClient } from "@chainlink/cre-sdk") instead of the namespace pattern (e.g.,cre.capabilities.HTTPClient). Both patterns remain fully supported—choose whichever fits your coding style. See Import styles for details.
TS SDK v1.0.2 - January 16, 2026
TypeScript SDK version 1.0.2 introduces several improvements to developer experience:
New features:
- Optional
main()call: You no longer need to callmain()at the end of your workflow files. The SDK now automatically executes themain()function during compilation. Seemain()reference for details. - Automatic error handling: If you don't provide custom error handling, the SDK automatically adds
.catch(sendErrorResponse)to your workflow'smain()function. This ensures errors are properly reported instead of silently failing. - Direct imports: You can now import SDK components directly (e.g.,
import { HTTPClient } from "@chainlink/cre-sdk") instead of accessing them through thecrenamespace (e.g.,cre.capabilities.HTTPClient). Both import styles remain supported for backward compatibility. See Import styles for details and guidance on when to use each pattern.
Migration notes:
- Custom error handling: If you need custom error handling, you can still add your own
.catch()handler:main().catch(myCustomHandler). The SDK will respect your custom handler and not override it. Seemain()reference for examples.
CLI v1.0.5 - January 13, 2026
CRE CLI version 1.0.5 is now available. This release includes various small improvements and bug fixes.
How to update:
- Automatic update: When you run any CRE command, the CLI will automatically detect if a newer version is available and prompt you to update. Simply run
cre updateto install the latest version. - Fresh installation: If you're installing the CLI for the first time, follow the CLI Installation guide.
CLI v1.0.4 - January 9, 2026
CRE CLI version 1.0.4 is now available. This release includes various small improvements and bug fixes.
How to update:
- Automatic update: When you run any CRE command, the CLI will automatically detect if a newer version is available and prompt you to update. Simply run
cre updateto install the latest version. - Fresh installation: If you're installing the CLI for the first time, follow the CLI Installation guide.
CLI v1.0.3 - December 12, 2025
CRE CLI version 1.0.3 is now available. This release includes various small improvements and bug fixes.
How to update:
- Automatic update: When you run any CRE command, the CLI will automatically detect if a newer version is available and prompt you to update. Simply run
cre updateto install the latest version. - Fresh installation: If you're installing the CLI for the first time, follow the CLI Installation guide.
CLI v1.0.2 - November 20, 2025
CRE CLI version 1.0.2 is now available. This release includes various improvements based on user feedback.
How to update:
- Automatic update: When you run any CRE command, the CLI will automatically detect if a newer version is available and prompt you to update. Simply run
cre updateto install the latest version. - Fresh installation: If you're installing the CLI for the first time, follow the CLI Installation guide.
Release - November 4, 2025
Chainlink Runtime Environment (CRE) is now live. CRE is the all-in-one orchestration layer unlocking institutional-grade smart contracts—data-connected, compliance-ready, privacy-preserving, and interoperable across blockchains and existing systems.
Available now
- Build and simulate workflows: Create an account at cre.chain.link, install the CRE CLI, and start building workflows using the Go or TypeScript SDKs. Simulate your workflows locally to test and debug before deployment—simulation makes real calls to live APIs and public EVM blockchains.
Early Access
- Deploy and run workflows: Deploy your workflows to a Chainlink DON with full lifecycle management (deploy, activate, pause, update, delete). Monitor and debug with detailed logs, events, and performance metrics in the CRE UI. To request Early Access, share details about your project.