From 8a74ba733092eaa14fe46995763832e7fdfac76b Mon Sep 17 00:00:00 2001 From: Sebastian Lerner Date: Fri, 29 May 2026 18:19:23 -0400 Subject: [PATCH 1/3] Add changelog entry for Webhook job type deprecation Announce legacy Webhook job removal after Chainlink Node v2.49 and point operators to CRE. Co-authored-by: Cursor --- public/changelog.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/public/changelog.json b/public/changelog.json index 582dad3cec6..9150fc046be 100644 --- a/public/changelog.json +++ b/public/changelog.json @@ -402,6 +402,13 @@ } }, "data": [ + { + "category": "deprecation", + "date": "2026-05-29", + "description": "Chainlink is deprecating support for the legacy Webhook job type.\n\nAfter version 2.49, this job type will no longer be supported in Chainlink node releases. Node operators and developers that continue to rely on this job type can choose to remain on the last compatible release, but should not expect ongoing development support, including maintenance, bug fixes, security patches, or compatibility with future releases.\n\nTeams using this legacy job type should begin planning to upgrade to the [Chainlink Runtime Environment (CRE)](https://docs.chain.link/cre) as an alternative.", + "title": "Deprecating support for Webhook", + "topic": "Nodes" + }, { "category": "integration", "date": "2026-05-29", From c781e49574e2c00835745a9d2adb21c106128967 Mon Sep 17 00:00:00 2001 From: Sebastian Lerner Date: Sat, 30 May 2026 08:24:16 -0400 Subject: [PATCH 2/3] Add Webhook job deprecation notice to all-jobs docs Mirror the Direct Request caution banner on the Webhook jobs section with v2.49-specific copy. Co-authored-by: Cursor --- src/content/chainlink-nodes/oracle-jobs/all-jobs.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/content/chainlink-nodes/oracle-jobs/all-jobs.mdx b/src/content/chainlink-nodes/oracle-jobs/all-jobs.mdx index 27803a4e4e9..639f3dab21d 100644 --- a/src/content/chainlink-nodes/oracle-jobs/all-jobs.mdx +++ b/src/content/chainlink-nodes/oracle-jobs/all-jobs.mdx @@ -417,6 +417,14 @@ See [shared fields](/chainlink-nodes/oracle-jobs/jobs/#shared-fields). ## Webhook Jobs + + Webhook jobs can be initiated by HTTP request, either by a user or external initiator.