Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Automation release notes #1800

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading