Skip to content

Commit a450db1

Browse files
committed
add release note
1 parent d15eccb commit a450db1

File tree

3 files changed

+36
-4
lines changed

3 files changed

+36
-4
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 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",

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/release-notes.mdx

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
section: cre
3+
title: "Release Notes"
4+
date: Last Modified
5+
metadata:
6+
description: "Discover what's new in CRE: latest features, changes, and improvements in each release of the Chainlink Runtime Environment."
7+
datePublished: "2025-11-04"
8+
lastModified: "2025-11-04"
9+
---
10+
11+
import { Aside } from "@components"
12+
13+
This page provides detailed release notes for CRE. It includes information on new features, significant changes, and known limitations.
14+
15+
## Release - November 4, 2025
16+
17+
**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.
18+
19+
### Available now
20+
21+
- **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.
22+
23+
### Early Access
24+
25+
- **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>.

0 commit comments

Comments
 (0)