Skip to content

Commit 56c849f

Browse files
authored
version 2.14.1 (#1436)
1 parent 9560f9a commit 56c849f

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# `chainweb-node` Changelog
22

3+
## 2.14.1 (2022-05-16)
4+
5+
This is a feature and bug-fix release. Upgrading is optional but recommended.
6+
7+
Unlike mandatory service releases, optional releases can be rolled back in case
8+
of an issue with the release. Optional releases are therefore well suited for
9+
early integration and testing of new chainweb-node versions.
10+
11+
To upgrade, pull the latest docker image or download the binary and restart the
12+
node.
13+
14+
Changes:
15+
16+
* Improve performance of branch queries in some cases (#1431)
17+
* Make upper and lower bounds in branch APIs optional (#1432)
18+
* Make the payload API batch limit configurable on the service API.
19+
Restrict the payload batch limit on the P2P API to 50 items. (#1433)
20+
* More robust block refill logic (#1437)
21+
322
## 2.14 (2022-04-11)
423

524
This version replaces all previous versions. Any prior version will stop working

chainweb.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.4
22

33
name: chainweb
4-
version: 2.14
4+
version: 2.14.1
55
synopsis: A Proof-of-Work Parallel-Chain Architecture for Massive Throughput
66
description: A Proof-of-Work Parallel-Chain Architecture for Massive Throughput.
77
homepage: https://github.com/kadena-io/chainweb

0 commit comments

Comments
 (0)