You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: public/changelog.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -330,6 +330,13 @@
330
330
}
331
331
},
332
332
"data": [
333
+
{
334
+
"category": "release",
335
+
"date": "2025-11-04",
336
+
"description": "[Chainlink Runtime Environment (CRE)](https://docs.chain.link/cre) is live. Build and simulate workflows using the Go or TypeScript SDKs. Deploy workflows to production DONs through [Early Access](https://cre.chain.link/request-access).",
337
+
"title": "Chainlink Runtime Environment (CRE) is live",
This page explains how to install the Chainlink Developer Platform CLI (also referred to as the CRE CLI) on Windows. The recommended version at the time of writing is **v1.0.0**.
14
+
This page explains how to install the Chainlink Developer Platform CLI (also referred to as the CRE CLI) on Windows. The recommended version at the time of writing is **v1.0.1**.
15
15
16
16
<PageTabs
17
17
pages={[
@@ -65,7 +65,7 @@ After the script completes, **open a new PowerShell window** and verify the inst
65
65
cre version
66
66
```
67
67
68
-
**Expected output:**`cre version v1.0.0`
68
+
**Expected output:**`cre version v1.0.1`
69
69
70
70
### Manual installation
71
71
@@ -97,7 +97,7 @@ Compare the `Hash` value in the output with the official checksum below:
Copy file name to clipboardExpand all lines: src/content/cre/llms-full-go.txt
+37-17Lines changed: 37 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -439,6 +439,26 @@ To help us assist you faster, please include:
439
439
440
440
---
441
441
442
+
# Release Notes
443
+
Source: https://docs.chain.link/cre/release-notes
444
+
Last Updated: 2025-11-04
445
+
446
+
This page provides detailed release notes for CRE. It includes information on new features, significant changes, and known limitations.
447
+
448
+
## Release - November 4, 2025
449
+
450
+
**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.
451
+
452
+
### Available now
453
+
454
+
- **Build and simulate workflows**: Create an account at [cre.chain.link](https://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.
455
+
456
+
### Early Access
457
+
458
+
- **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, <a href="https://cre.chain.link/request-access" target="_blank">share details about your project</a>.
This page explains how to install the Chainlink Developer Platform CLI (also referred to as the CRE CLI) on Windows. The recommended version at the time of writing is **v1.0.0**.
739
+
This page explains how to install the Chainlink Developer Platform CLI (also referred to as the CRE CLI) on Windows. The recommended version at the time of writing is **v1.0.1**.
720
740
721
741
## Installation
722
742
@@ -746,7 +766,7 @@ After the script completes, **open a new PowerShell window** and verify the inst
746
766
cre version
747
767
```
748
768
749
-
**Expected output:** `cre version v1.0.0`
769
+
**Expected output:** `cre version v1.0.1`
750
770
751
771
### Manual installation
752
772
@@ -774,7 +794,7 @@ Compare the `Hash` value in the output with the official checksum below:
To ensure compatibility with the guides and examples in this documentation, please use version `v1.0.1` of the CRE
6065
6085
CLI. You can check your installed version by running `cre version`. Refer to the [CLI
6066
6086
Installation](/cre/getting-started/cli-installation/macos-linux) guide for more information.
6067
6087
</Aside>
@@ -6958,12 +6978,12 @@ cre version
6958
6978
**Example output:**
6959
6979
6960
6980
```bash
6961
-
cre version v1.0.0
6981
+
cre version v1.0.1
6962
6982
```
6963
6983
6964
6984
6965
6985
<Aside type="note" title="Version compatibility">
6966
-
Always check that your CLI version matches the version recommended in the documentation. The current recommended version is **v1.0.0**. See the [CLI Installation guide](/cre/getting-started/cli-installation) for more information.
6986
+
Always check that your CLI version matches the version recommended in the documentation. The current recommended version is **v1.0.1**. See the [CLI Installation guide](/cre/getting-started/cli-installation) for more information.
0 commit comments