Download Latest Version v2.59.0 source code.zip (28.4 MB)
Email in envelope

Get an email when there's a new version of Chainlink

Home / v2.57.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-07-27 2.8 kB
v2.57.0 source code.tar.gz 2026-07-27 25.2 MB
v2.57.0 source code.zip 2026-07-27 28.1 MB
Totals: 3 Items   53.3 MB 0

Minor Changes

  • #23084 3007515 - #added Add Telemetry.MetricCardinalityLimit config to support limiting Beholder OTel SDK metric cardinality.

  • #23136 aa67b6b - #added The v2 workflow engine now emits ClassifiedExecutionStatus on WorkflowExecutionFinished events, distinguishing failures caused by the user's workflow (USER_ERROR) from platform/infrastructure failures (SYSTEM_ERROR). The v1 engine is unaffected.

  • #23134 46a0f6e - Minor bump to start next version

Patch Changes

  • #22708 db2daaa - #bugfix Rebuild the in-memory workflow execution store's map when pruning so old bucket storage becomes eligible for GC. Go maps never shrink after deletes, which stranded memory as the store churned through millions of executions.

Container Images

Core Image

DockerHub:

docker pull docker.io/smartcontract/chainlink:2.57.0

ECR:

docker pull public.ecr.aws/chainlink/chainlink:2.57.0

Digest: sha256:4052f2ecfb03b8a98216b4b66997efe318806e740050a38c84535c76de5b5b0b

Verification

Verify the image signatures using cosign:

Core Image: DockerHub:

:::bash
cosign verify docker.io/smartcontract/chainlink@sha256:4052f2ecfb03b8a98216b4b66997efe318806e740050a38c84535c76de5b5b0b \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp '^https://github.com/smartcontractkit/.*$' \
  --certificate-github-workflow-repository smartcontractkit/chainlink

ECR:

:::bash
cosign verify public.ecr.aws/chainlink/chainlink@sha256:4052f2ecfb03b8a98216b4b66997efe318806e740050a38c84535c76de5b5b0b \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp '^https://github.com/smartcontractkit/.*$' \
  --certificate-github-workflow-repository smartcontractkit/chainlink

🔗 Full Changelog

View full changelog

📊 Diff from Previous Release

View changes from v2.56.0

Source: README.md, updated 2026-07-27