Skip to content

Commit 0360726

Browse files
authored
Fix: update functions sunset date (#3784)
* update functions sunset date * update banner
1 parent 609697d commit 0360726

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16573,7 +16573,7 @@ Last Updated: 2026-05-11
1657316573
sidebar to switch to the TypeScript version.
1657416574
</Aside>
1657516575

16576-
This guide is for developers with production [Chainlink Functions (CLF)](/chainlink-functions) subscriptions migrating their requests to the [Chainlink Runtime Environment (CRE)](/cre) before mainnet shutdown on **August 12, 2026**.
16576+
This guide is for developers with production [Chainlink Functions (CLF)](/chainlink-functions) subscriptions migrating their requests to the [Chainlink Runtime Environment (CRE)](/cre) before mainnet shutdown on **September 1, 2026**.
1657716577

1657816578
The majority of CLF use cases involve fetching off-chain data over HTTP and returning it to a consumer contract. That maps cleanly to a CRE workflow: a trigger (Cron, HTTP, or EVM Log) → an HTTP fetch → a signed report written on-chain to an `IReceiver` consumer.
1657916579

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16500,7 +16500,7 @@ Last Updated: 2026-05-11
1650016500
sidebar to switch to the Go version.
1650116501
</Aside>
1650216502

16503-
This guide is for developers with production [Chainlink Functions (CLF)](/chainlink-functions) subscriptions migrating their requests to the [Chainlink Runtime Environment (CRE)](/cre) before mainnet shutdown on **August 12, 2026**.
16503+
This guide is for developers with production [Chainlink Functions (CLF)](/chainlink-functions) subscriptions migrating their requests to the [Chainlink Runtime Environment (CRE)](/cre) before mainnet shutdown on **September 1, 2026**.
1650416504

1650516505
The majority of CLF use cases involve fetching off-chain data over HTTP and returning it to a consumer contract. That maps cleanly to a CRE workflow: a trigger (Cron, HTTP, or EVM Log) → an HTTP fetch → a signed report written on-chain to an `IReceiver` consumer.
1650616506

src/content/cre/reference/clf-migration-go.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { Aside } from "@components"
1717
sidebar to switch to the TypeScript version.
1818
</Aside>
1919

20-
This guide is for developers with production [Chainlink Functions (CLF)](/chainlink-functions) subscriptions migrating their requests to the [Chainlink Runtime Environment (CRE)](/cre) before mainnet shutdown on **August 12, 2026**.
20+
This guide is for developers with production [Chainlink Functions (CLF)](/chainlink-functions) subscriptions migrating their requests to the [Chainlink Runtime Environment (CRE)](/cre) before mainnet shutdown on **September 1, 2026**.
2121

2222
The majority of CLF use cases involve fetching off-chain data over HTTP and returning it to a consumer contract. That maps cleanly to a CRE workflow: a trigger (Cron, HTTP, or EVM Log) → an HTTP fetch → a signed report written on-chain to an `IReceiver` consumer.
2323

src/content/cre/reference/clf-migration-ts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { Aside } from "@components"
1717
sidebar to switch to the Go version.
1818
</Aside>
1919

20-
This guide is for developers with production [Chainlink Functions (CLF)](/chainlink-functions) subscriptions migrating their requests to the [Chainlink Runtime Environment (CRE)](/cre) before mainnet shutdown on **August 12, 2026**.
20+
This guide is for developers with production [Chainlink Functions (CLF)](/chainlink-functions) subscriptions migrating their requests to the [Chainlink Runtime Environment (CRE)](/cre) before mainnet shutdown on **September 1, 2026**.
2121

2222
The majority of CLF use cases involve fetching off-chain data over HTTP and returning it to a consumer contract. That maps cleanly to a CRE workflow: a trigger (Cron, HTTP, or EVM Log) → an HTTP fetch → a signed report written on-chain to an `IReceiver` consumer.
2323

src/features/chainlink-functions/common/cre-callout.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { Aside } from "@components"
22

3-
<Aside type="caution" title="Chainlink Functions is shutting down on August 12, 2026">
4-
Chainlink Functions will stop processing requests after **August 12, 2026**. Migrate your workflows to the
5-
[Chainlink Runtime Environment (CRE)](/cre) before this date to avoid service interruption.
3+
<Aside type="caution" title="Chainlink Functions sunsets Sept 1, 2026 (testnet: June 2, 2026)">
4+
Migrate to the [Chainlink Runtime Environment (CRE)](/cre), which does everything Functions does and [more →](/cre).
5+
Migrate your existing subscriptions before these dates to avoid service disruption.
66

77
See the [CLF to CRE migration guide](/cre/reference/clf-migration) for a full concept mapping and code examples.
88

0 commit comments

Comments
 (0)