From c4e05c8b4b87806df13f10ebe112334297f3b3e5 Mon Sep 17 00:00:00 2001 From: Crystal Gomes Date: Fri, 8 Mar 2024 12:11:24 -0500 Subject: [PATCH] Update Automation release notes (#1800) --- .../overview/automation-release-notes.mdx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/content/chainlink-automation/overview/automation-release-notes.mdx b/src/content/chainlink-automation/overview/automation-release-notes.mdx index bef9378a600..e92bc19b91f 100644 --- a/src/content/chainlink-automation/overview/automation-release-notes.mdx +++ b/src/content/chainlink-automation/overview/automation-release-notes.mdx @@ -13,7 +13,10 @@ whatsnext: **Chainlink Automation Release Notes** +- [Automation StreamsLookup error handler](#2024-03-07---automation-streamslookup-error-handler) +- [Automation debugging script](#2024-02-27---automation-debugging-script) - [Automation on Optimism Sepolia](#2024-02-27---automation-on-optimism-sepolia) +- [Automation on Base](#2023-12-07---automation-on-base) - [v2.0 release](#2023-10-02---v20-release) - [Automation on Optimism](#2023-05-15---automation-on-optimism) - [Chainlink Keepers is now Chainlink Automation](#chainlink-keepers-is-now-chainlink-automation) @@ -28,10 +31,22 @@ whatsnext: - [Keepers v1.1 launch on Ethereum](#2021-08-05---keepers-v11-launch-on-ethereum) - [Questions](#questions) +## 2024-03-07 - Automation StreamsLookup error handler + +The [Automation StreamsLookup error handler](/chainlink-automation/guides/streams-lookup-error-handler) is available to help you handle potential errors with StreamsLookup upkeeps. When you add the new [`checkErrorHandler`](/chainlink-automation/reference/automation-interfaces#checkerrorhandler-function) function, you can define custom logic to handle some errors offchain and handle other errors onchain in `performUpkeep`. + ## 2024-02-27 - Automation on Optimism Sepolia Chainlink Automation is live on [Optimism Sepolia](/chainlink-automation/overview/supported-networks#optimism-sepolia-testnet). +## 2024-02-27 - Automation debugging script + +The Chainlink [Automation debugging script](https://github.com/smartcontractkit/chainlink/blob/develop/core/scripts/chaincli/DEBUGGING.md) is available to help you debug and diagnose possible issues with registered upkeeps in Automation 2.1 registries. The script can debug custom logic upkeeps, log trigger upkeeps, and upkeeps that use `StreamsLookup`. + +## 2023-12-07 - Automation on Base + +Chainlink Automation is live on [Base](/chainlink-automation/overview/supported-networks#base). + ## 2023-10-02 - v2.0 release Automation 2.0 is now live on Ethereum, Binance Smart Chain, Polygon, Avalanche, Arbitrum, and Optimism. Automation 2.0 features include: