mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 21:01:21 +00:00
changelog
This commit is contained in:
23
CHANGELOG.md
23
CHANGELOG.md
@ -1,6 +1,27 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 0.19.5 (TBD)
|
## 0.19.5
|
||||||
|
|
||||||
|
May 20th, 2018
|
||||||
|
|
||||||
|
BREAKING CHANGES
|
||||||
|
|
||||||
|
- [rpc/client] TxSearch and UnconfirmedTxs have new arguments (see below)
|
||||||
|
- [version] Breaking changes to Go APIs will not be reflected in breaking
|
||||||
|
version change, but will be included in changelog.
|
||||||
|
|
||||||
|
FEATURES
|
||||||
|
|
||||||
|
- [rpc] `/tx_search` takes `page` and `per_page` args to paginate results
|
||||||
|
- [rpc] `/unconfirmed_txs` takes `limit` arg to limit the output
|
||||||
|
|
||||||
|
IMPROVEMENTS
|
||||||
|
|
||||||
|
- [docs] Lots of updates
|
||||||
|
|
||||||
|
BUG FIXES
|
||||||
|
|
||||||
|
- [mempool] Enforce upper bound on number of transactions
|
||||||
|
|
||||||
## 0.19.4 (May 17th, 2018)
|
## 0.19.4 (May 17th, 2018)
|
||||||
|
|
||||||
|
@ -93,7 +93,11 @@ According to SemVer, anything in the public API can change at any time before ve
|
|||||||
|
|
||||||
To provide some stability to Tendermint users in these 0.X.X days, the MINOR version is used
|
To provide some stability to Tendermint users in these 0.X.X days, the MINOR version is used
|
||||||
to signal breaking changes across a subset of the total public API. This subset includes all
|
to signal breaking changes across a subset of the total public API. This subset includes all
|
||||||
interfaces exposed to other processes (cli, rpc, p2p, etc.), as well as parts of the following packages:
|
interfaces exposed to other processes (cli, rpc, p2p, etc.), but does not
|
||||||
|
include the in-process Go APIs.
|
||||||
|
|
||||||
|
That said, breaking changes in the following packages will be documented in the
|
||||||
|
CHANGELOG even if they don't lead to MINOR version bumps:
|
||||||
|
|
||||||
- types
|
- types
|
||||||
- rpc/client
|
- rpc/client
|
||||||
|
Reference in New Issue
Block a user