Skip to content

Commit

Permalink
Update Automation release notes (#1800)
Browse files Browse the repository at this point in the history
  • Loading branch information
thedriftofwords authored Mar 8, 2024
1 parent 1bfba39 commit c4e05c8
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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:
Expand Down

0 comments on commit c4e05c8

Please sign in to comment.