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: src/content/cre/llms-full-go.txt
+33-24Lines changed: 33 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -441,10 +441,19 @@ To help us assist you faster, please include:
441
441
442
442
# Release Notes
443
443
Source: https://docs.chain.link/cre/release-notes
444
-
Last Updated: 2025-11-04
444
+
Last Updated: 2025-11-20
445
445
446
446
This page provides detailed release notes for CRE. It includes information on new features, significant changes, and known limitations.
447
447
448
+
## CLI v1.0.2 - November 20, 2025
449
+
450
+
**<a href="https://github.com/smartcontractkit/cre-cli/releases/tag/v1.0.2" target="_blank">CRE CLI version 1.0.2</a> is now available.** This release includes various improvements based on user feedback.
451
+
452
+
### How to update
453
+
454
+
- **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 update` to install the latest version.
455
+
- **Fresh installation**: If you're installing the CLI for the first time, follow the [CLI Installation guide](/cre/getting-started/cli-installation).
456
+
448
457
## Release - November 4, 2025
449
458
450
459
**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.
@@ -520,9 +529,9 @@ These guides explain how to install the Chainlink Developer Platform CLI (also r
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**.
748
+
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.2**.
740
749
741
750
## Installation
742
751
@@ -766,7 +775,7 @@ After the script completes, **open a new PowerShell window** and verify the inst
766
775
cre version
767
776
```
768
777
769
-
**Expected output:** `cre version v1.0.1`
778
+
**Expected output:** `cre version v1.0.2`
770
779
771
780
### Manual installation
772
781
@@ -794,7 +803,7 @@ Compare the `Hash` value in the output with the official checksum below:
When your workflow [writes data to the blockchain](/cre/guides/workflow/using-evm-client/onchain-write), it doesn't call your contract directly. Instead, it submits a signed report to a Chainlink `KeystoneForwarder` contract, which then calls your contract.
2331
2340
@@ -7105,10 +7114,10 @@ Yes. Once you call `runtime.Rand()` and get a `*rand.Rand` object, you can reuse
Utility commands provide helpful information and troubleshooting capabilities.
7961
7970
@@ -8000,12 +8009,12 @@ cre version
8000
8009
**Example output:**
8001
8010
8002
8011
```bash
8003
-
cre version v1.0.1
8012
+
cre version v1.0.2
8004
8013
```
8005
8014
8006
8015
8007
8016
<Aside type="note" title="Version compatibility">
8008
-
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.
8017
+
Always check that your CLI version matches the version recommended in the documentation. The current recommended version is **v1.0.2**. See the [CLI Installation guide](/cre/getting-started/cli-installation) for more information.
8009
8018
</Aside>
8010
8019
8011
8020
## Learn more
@@ -10198,7 +10207,7 @@ This approach gives you IDE autocompletion, compile-time type checking, and elim
This page lists the EVM-compatible networks supported by CRE workflows, along with their chain names (for configuration) and forwarder contract addresses (for consumer contract validation).
Copy file name to clipboardExpand all lines: src/content/cre/llms-full-ts.txt
+33-24Lines changed: 33 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -441,10 +441,19 @@ To help us assist you faster, please include:
441
441
442
442
# Release Notes
443
443
Source: https://docs.chain.link/cre/release-notes
444
-
Last Updated: 2025-11-04
444
+
Last Updated: 2025-11-20
445
445
446
446
This page provides detailed release notes for CRE. It includes information on new features, significant changes, and known limitations.
447
447
448
+
## CLI v1.0.2 - November 20, 2025
449
+
450
+
**<a href="https://github.com/smartcontractkit/cre-cli/releases/tag/v1.0.2" target="_blank">CRE CLI version 1.0.2</a> is now available.** This release includes various improvements based on user feedback.
451
+
452
+
### How to update
453
+
454
+
- **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 update` to install the latest version.
455
+
- **Fresh installation**: If you're installing the CLI for the first time, follow the [CLI Installation guide](/cre/getting-started/cli-installation).
456
+
448
457
## Release - November 4, 2025
449
458
450
459
**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.
@@ -520,9 +529,9 @@ These guides explain how to install the Chainlink Developer Platform CLI (also r
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**.
748
+
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.2**.
740
749
741
750
## Installation
742
751
@@ -766,7 +775,7 @@ After the script completes, **open a new PowerShell window** and verify the inst
766
775
cre version
767
776
```
768
777
769
-
**Expected output:** `cre version v1.0.1`
778
+
**Expected output:** `cre version v1.0.2`
770
779
771
780
### Manual installation
772
781
@@ -794,7 +803,7 @@ Compare the `Hash` value in the output with the official checksum below:
When your workflow [writes data to the blockchain](/cre/guides/workflow/using-evm-client/onchain-write), it doesn't call your contract directly. Instead, it submits a signed report to a Chainlink `KeystoneForwarder` contract, which then calls your contract.
1920
1929
@@ -5747,10 +5756,10 @@ WebAssembly provides several benefits for CRE workflows:
Utility commands provide helpful information and troubleshooting capabilities.
6603
6612
@@ -6642,12 +6651,12 @@ cre version
6642
6651
**Example output:**
6643
6652
6644
6653
```bash
6645
-
cre version v1.0.1
6654
+
cre version v1.0.2
6646
6655
```
6647
6656
6648
6657
6649
6658
<Aside type="note" title="Version compatibility">
6650
-
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.
6659
+
Always check that your CLI version matches the version recommended in the documentation. The current recommended version is **v1.0.2**. See the [CLI Installation guide](/cre/getting-started/cli-installation) for more information.
6651
6660
</Aside>
6652
6661
6653
6662
## Learn more
@@ -8940,7 +8949,7 @@ This approach gives you the flexibility of direct ABI handling with the type saf
This page lists the EVM-compatible networks supported by CRE workflows, along with their chain names (for configuration) and forwarder contract addresses (for consumer contract validation).
0 commit comments