Skip to content

Commit 0da4860

Browse files
authored
Merge branch 'main' into streams-solana-patch
2 parents da00e80 + 64d9c8e commit 0da4860

File tree

17 files changed

+222
-74
lines changed

17 files changed

+222
-74
lines changed

public/changelog.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,13 @@
330330
}
331331
},
332332
"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",
338+
"topic": "CRE"
339+
},
333340
{
334341
"category": "integration",
335342
"date": "2025-11-04",

reports/llms-report.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
2-
"startedAt": "2025-11-04T16:30:22.609Z",
2+
"startedAt": "2025-11-05T17:13:26.623Z",
33
"siteBase": "https://docs.chain.link",
44
"sections": [
55
{
66
"section": "cre-go",
7-
"pagesProcessed": 79,
7+
"pagesProcessed": 80,
88
"outputPath": "src/content/cre/llms-full-go.txt",
9-
"bytes": 590762,
10-
"prevBytes": 590762,
9+
"bytes": 592003,
10+
"prevBytes": 592003,
1111
"deltaBytes": 0
1212
},
1313
{
1414
"section": "cre-ts",
15-
"pagesProcessed": 74,
15+
"pagesProcessed": 75,
1616
"outputPath": "src/content/cre/llms-full-ts.txt",
17-
"bytes": 546644,
18-
"prevBytes": 546644,
17+
"bytes": 547885,
18+
"prevBytes": 547885,
1919
"deltaBytes": 0
2020
},
2121
{
@@ -38,8 +38,8 @@
3838
"section": "data-feeds",
3939
"pagesProcessed": 35,
4040
"outputPath": "src/content/data-feeds/llms-full.txt",
41-
"bytes": 290728,
42-
"prevBytes": 290728,
41+
"bytes": 291246,
42+
"prevBytes": 291246,
4343
"deltaBytes": 0
4444
},
4545
{
@@ -62,9 +62,9 @@
6262
"section": "datalink",
6363
"pagesProcessed": 20,
6464
"outputPath": "src/content/datalink/llms-full.txt",
65-
"bytes": 133819,
66-
"prevBytes": 133819,
67-
"deltaBytes": 0
65+
"bytes": 136632,
66+
"prevBytes": 134572,
67+
"deltaBytes": 2060
6868
},
6969
{
7070
"section": "chainlink-functions",
@@ -86,8 +86,8 @@
8686
"section": "resources",
8787
"pagesProcessed": 12,
8888
"outputPath": "src/content/resources/llms-full.txt",
89-
"bytes": 322588,
90-
"prevBytes": 322588,
89+
"bytes": 324116,
90+
"prevBytes": 324116,
9191
"deltaBytes": 0
9292
},
9393
{
@@ -123,5 +123,5 @@
123123
"deltaBytes": 0
124124
}
125125
],
126-
"finishedAt": "2025-11-04T16:30:27.966Z"
126+
"finishedAt": "2025-11-05T17:13:29.977Z"
127127
}

src/components/DownloadButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const DownloadButton = () => {
1515
}
1616

1717
const handleClick = () => {
18-
window.open("https://github.com/smartcontractkit/cre-cli/releases/tag/v1.0.0", "_blank", "noopener,noreferrer")
18+
window.open("https://github.com/smartcontractkit/cre-cli/releases/tag/v1.0.1", "_blank", "noopener,noreferrer")
1919
}
2020

2121
const handleMouseOver = (e) => {

src/config/sidebar.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ export const SIDEBAR: Partial<Record<Sections, SectionEntry[]>> = {
8888
title: "Support & Feedback",
8989
url: "cre/support-feedback",
9090
},
91-
// {
92-
// title: "Release Notes",
93-
// url: "cre/release-notes",
94-
// },
91+
{
92+
title: "Release Notes",
93+
url: "cre/release-notes",
94+
},
9595
],
9696
},
9797
{

src/content/cre/getting-started/cli-installation/macos-linux.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
import { Aside, CopyText, PageTabs } from "@components"
1212
import { DownloadButton } from "~/components/DownloadButton.tsx"
1313

14-
This page explains how to install the CRE CLI on macOS or Linux. The recommended version at the time of writing is **v1.0.0**.
14+
This page explains how to install the CRE CLI on macOS or Linux. The recommended version at the time of writing is **v1.0.1**.
1515

1616
<PageTabs
1717
pages={[
@@ -66,7 +66,7 @@ After the script completes, verify the installation:
6666
cre version
6767
```
6868

69-
**Expected output:** `cre version v1.0.0`
69+
**Expected output:** `cre version v1.0.1`
7070

7171
<Aside type="note" title="macOS Gatekeeper">
7272
If you see warnings about "unrecognized developer/source" on macOS, run:{" "}
@@ -115,10 +115,10 @@ Compare the output with the official checksum below:
115115

116116
| <div style="width: 200px;">File</div> | SHA-256 Checksum |
117117
| ------------------------------------- | ----------------------------------------------------------------------------------------- |
118-
| `cre_darwin_amd64.zip` | <CopyText text="be7d595a87ae74ecbbde95a576d4117c88af9d6751191fa7098bd0fe1f75a226" code /> |
119-
| `cre_darwin_arm64.zip` | <CopyText text="2b1ca0992d2c7a70ece60623a1490155b74e04041722caf0bcc2f4c795686ebf" code /> |
120-
| `cre_linux_amd64.tar.gz` | <CopyText text="dab1e966fbbf67ec136d7f3ec1236028db93493a067cdc8a772fb105593b2773" code /> |
121-
| `cre_linux_arm64.tar.gz` | <CopyText text="e1f6a51010f4b2c73825eba2f703a8164972a56643891f91bfeddbfeecc32e34" code /> |
118+
| `cre_darwin_amd64.zip` | <CopyText text="4464ed2c005dc383a14a8fbab22361eba6590a36970d3e327f2952f2b45b3619" code /> |
119+
| `cre_darwin_arm64.zip` | <CopyText text="621ba08b8fdfa094fb846f16a1e87753bb70687dc0d0f2a6336ab03825e24fb9" code /> |
120+
| `cre_linux_amd64.tar.gz` | <CopyText text="36c394650ad309b649860fa3fb16df6d23617d47123b5c96947f7060eb9198fd" code /> |
121+
| `cre_linux_arm64.tar.gz` | <CopyText text="f0019c04f8dc797186ebea18694a06baea79b3e98818b86a9c73559cba0c24e1" code /> |
122122

123123
If the checksum doesn't match, do not proceed with installation. Contact your Chainlink point of contact for assistance.
124124

@@ -143,7 +143,7 @@ If the checksum doesn't match, do not proceed with installation. Contact your Ch
143143
1. **Rename the extracted binary to `cre`**
144144

145145
```bash
146-
mv cre_v1.0.0_darwin_arm64 cre
146+
mv cre_v1.0.1_darwin_arm64 cre
147147
```
148148

149149
1. **Make it executable**:
@@ -216,7 +216,7 @@ cre version
216216

217217
**Expected output:**
218218

219-
You should see version information: `cre version v1.0.0`.
219+
You should see version information: `cre version v1.0.1`.
220220

221221
**If it doesn't work:**
222222

src/content/cre/getting-started/cli-installation/windows.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
import { Aside, CopyText, PageTabs } from "@components"
1212
import { DownloadButton } from "~/components/DownloadButton.tsx"
1313

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.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**.
1515

1616
<PageTabs
1717
pages={[
@@ -65,7 +65,7 @@ After the script completes, **open a new PowerShell window** and verify the inst
6565
cre version
6666
```
6767

68-
**Expected output:** `cre version v1.0.0`
68+
**Expected output:** `cre version v1.0.1`
6969

7070
### Manual installation
7171

@@ -97,7 +97,7 @@ Compare the `Hash` value in the output with the official checksum below:
9797

9898
| <div style="width: 200px;">File</div> | SHA-256 Checksum |
9999
| ------------------------------------- | ----------------------------------------------------------------------------------------- |
100-
| `cre_windows_amd64.zip` | <CopyText text="72ca89ddc043837e13e7076c3ee3d177f5bcfadd4be83184405aa2cec7eec707" code /> |
100+
| `cre_windows_amd64.zip` | <CopyText text="ae6f7d3a8978e12716c2cdcfdf6a35617e63c327fcf0e74b0b5d657b1cdf503a" code /> |
101101

102102
If the checksum doesn't match, do not proceed with installation. Contact your Chainlink point of contact for assistance.
103103

@@ -106,7 +106,7 @@ If the checksum doesn't match, do not proceed with installation. Contact your Ch
106106
1. Navigate to the directory where you downloaded the archive.
107107
1. Right-click the `.zip` file and select **Extract All...**.
108108
1. Choose a permanent location for the extracted folder (e.g., `C:\Program Files\cre-cli`).
109-
1. Inside the extracted folder, rename the file `cre_v1.0.0_windows_amd64.exe` to `cre.exe`.
109+
1. Inside the extracted folder, rename the file `cre_v1.0.1_windows_amd64.exe` to `cre.exe`.
110110

111111
#### 3. Add the CLI to your PATH
112112

@@ -131,7 +131,7 @@ Open a new **PowerShell** or **Command Prompt** window and run:
131131
cre version
132132
```
133133

134-
You should see version information: `cre version v1.0.0`.
134+
You should see version information: `cre version v1.0.1`.
135135

136136
## Next steps
137137

src/content/cre/llms-full-go.txt

Lines changed: 37 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,26 @@ To help us assist you faster, please include:
439439

440440
---
441441

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>.
459+
460+
---
461+
442462
# Getting Started: Overview
443463
Source: https://docs.chain.link/cre/getting-started/overview
444464
Last Updated: 2025-11-04
@@ -502,7 +522,7 @@ These guides explain how to install the Chainlink Developer Platform CLI (also r
502522
Source: https://docs.chain.link/cre/getting-started/cli-installation/macos-linux
503523
Last Updated: 2025-11-04
504524

505-
This page explains how to install the CRE CLI on macOS or Linux. The recommended version at the time of writing is **v1.0.0**.
525+
This page explains how to install the CRE CLI on macOS or Linux. The recommended version at the time of writing is **v1.0.1**.
506526

507527
## Installation
508528

@@ -533,7 +553,7 @@ After the script completes, verify the installation:
533553
cre version
534554
```
535555

536-
**Expected output:** `cre version v1.0.0`
556+
**Expected output:** `cre version v1.0.1`
537557

538558
<Aside type="note" title="macOS Gatekeeper">
539559
If you see warnings about "unrecognized developer/source" on macOS, run:{" "}
@@ -576,10 +596,10 @@ Compare the output with the official checksum below:
576596

577597
| File | SHA-256 Checksum |
578598
| ------------------------ | ---------------------------------------------------------------- |
579-
| `cre_darwin_amd64.zip` | be7d595a87ae74ecbbde95a576d4117c88af9d6751191fa7098bd0fe1f75a226 |
580-
| `cre_darwin_arm64.zip` | 2b1ca0992d2c7a70ece60623a1490155b74e04041722caf0bcc2f4c795686ebf |
581-
| `cre_linux_amd64.tar.gz` | dab1e966fbbf67ec136d7f3ec1236028db93493a067cdc8a772fb105593b2773 |
582-
| `cre_linux_arm64.tar.gz` | e1f6a51010f4b2c73825eba2f703a8164972a56643891f91bfeddbfeecc32e34 |
599+
| `cre_darwin_amd64.zip` | 4464ed2c005dc383a14a8fbab22361eba6590a36970d3e327f2952f2b45b3619 |
600+
| `cre_darwin_arm64.zip` | 621ba08b8fdfa094fb846f16a1e87753bb70687dc0d0f2a6336ab03825e24fb9 |
601+
| `cre_linux_amd64.tar.gz` | 36c394650ad309b649860fa3fb16df6d23617d47123b5c96947f7060eb9198fd |
602+
| `cre_linux_arm64.tar.gz` | f0019c04f8dc797186ebea18694a06baea79b3e98818b86a9c73559cba0c24e1 |
583603

584604
If the checksum doesn't match, do not proceed with installation. Contact your Chainlink point of contact for assistance.
585605

@@ -604,7 +624,7 @@ If the checksum doesn't match, do not proceed with installation. Contact your Ch
604624
3. **Rename the extracted binary to `cre`**
605625

606626
```bash
607-
mv cre_v1.0.0_darwin_arm64 cre
627+
mv cre_v1.0.1_darwin_arm64 cre
608628
```
609629

610630
4. **Make it executable**:
@@ -677,7 +697,7 @@ cre version
677697

678698
**Expected output:**
679699

680-
You should see version information: `cre version v1.0.0`.
700+
You should see version information: `cre version v1.0.1`.
681701

682702
**If it doesn't work:**
683703

@@ -716,7 +736,7 @@ Once you're authenticated, you're ready to build your first workflow:
716736
Source: https://docs.chain.link/cre/getting-started/cli-installation/windows
717737
Last Updated: 2025-11-04
718738

719-
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**.
720740

721741
## Installation
722742

@@ -746,7 +766,7 @@ After the script completes, **open a new PowerShell window** and verify the inst
746766
cre version
747767
```
748768

749-
**Expected output:** `cre version v1.0.0`
769+
**Expected output:** `cre version v1.0.1`
750770

751771
### Manual installation
752772

@@ -774,7 +794,7 @@ Compare the `Hash` value in the output with the official checksum below:
774794

775795
| File | SHA-256 Checksum |
776796
| ----------------------- | ---------------------------------------------------------------- |
777-
| `cre_windows_amd64.zip` | 72ca89ddc043837e13e7076c3ee3d177f5bcfadd4be83184405aa2cec7eec707 |
797+
| `cre_windows_amd64.zip` | ae6f7d3a8978e12716c2cdcfdf6a35617e63c327fcf0e74b0b5d657b1cdf503a |
778798

779799
If the checksum doesn't match, do not proceed with installation. Contact your Chainlink point of contact for assistance.
780800

@@ -783,7 +803,7 @@ If the checksum doesn't match, do not proceed with installation. Contact your Ch
783803
1. Navigate to the directory where you downloaded the archive.
784804
2. Right-click the `.zip` file and select **Extract All...**.
785805
3. Choose a permanent location for the extracted folder (e.g., `C:\Program Files\cre-cli`).
786-
4. Inside the extracted folder, rename the file `cre_v1.0.0_windows_amd64.exe` to `cre.exe`.
806+
4. Inside the extracted folder, rename the file `cre_v1.0.1_windows_amd64.exe` to `cre.exe`.
787807

788808
#### 3. Add the CLI to your PATH
789809

@@ -808,7 +828,7 @@ Open a new **PowerShell** or **Command Prompt** window and run:
808828
cre version
809829
```
810830

811-
You should see version information: `cre version v1.0.0`.
831+
You should see version information: `cre version v1.0.1`.
812832

813833
## Next steps
814834

@@ -6060,8 +6080,8 @@ Yes. Once you call `runtime.Rand()` and get a `*rand.Rand` object, you can reuse
60606080
Source: https://docs.chain.link/cre/reference/cli
60616081
Last Updated: 2025-11-04
60626082

6063-
<Aside type="note" title="Required CLI Version: v1.0.0">
6064-
To ensure compatibility with the guides and examples in this documentation, please use version `v1.0.0` of the CRE
6083+
<Aside type="note" title="Required CLI Version: v1.0.1">
6084+
To ensure compatibility with the guides and examples in this documentation, please use version `v1.0.1` of the CRE
60656085
CLI. You can check your installed version by running `cre version`. Refer to the [CLI
60666086
Installation](/cre/getting-started/cli-installation/macos-linux) guide for more information.
60676087
</Aside>
@@ -6958,12 +6978,12 @@ cre version
69586978
**Example output:**
69596979

69606980
```bash
6961-
cre version v1.0.0
6981+
cre version v1.0.1
69626982
```
69636983

69646984

69656985
<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.
69676987
</Aside>
69686988

69696989
## Learn more

0 commit comments

Comments
 (0)