Skip to content
Closed
Show file tree
Hide file tree
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
5 changes: 0 additions & 5 deletions .changeset/empty-swans-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/icy-clouds-begin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/minor-bump-1770754250.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-donuts-dream.md

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog Chainlink Core

## 2.35.0

### Minor Changes

- [#21142](https://github.com/smartcontractkit/chainlink/pull/21142) [`f39d501`](https://github.com/smartcontractkit/chainlink/commit/f39d501aa1be09ed2ff69a06c2fdb29c39a88df7) - #added Add countNilsAsFaults flag to MedianTask. When enabled, nil values are counted toward allowedFaults and filtered out before median calculation, preventing nils from crashing the task while preserving fault

- [#21095](https://github.com/smartcontractkit/chainlink/pull/21095) [`4921537`](https://github.com/smartcontractkit/chainlink/commit/49215375727a3dcca77a9f0835bec1a07b1723d1) - Minor bump to start next version

### Patch Changes

- [#21043](https://github.com/smartcontractkit/chainlink/pull/21043) [`015109a`](https://github.com/smartcontractkit/chainlink/commit/015109a55615d092e821502da575398dc62d8d1e) - #bugfix passes http capability headers via MultiHeaders

- [#21171](https://github.com/smartcontractkit/chainlink/pull/21171) [`eac9bd6`](https://github.com/smartcontractkit/chainlink/commit/eac9bd6247d2f6453c669d6758d300abffdd921c) - Vault cap validations for workflow owner

## 2.34.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chainlink",
"version": "2.34.0",
"version": "2.35.0",
"description": "node of the decentralized oracle network, bridging on and off-chain computation",
"main": "index.js",
"scripts": {
Expand Down
Loading