You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
700 B

  1. # Unreleased Changes
  2. ## v0.34.15
  3. Special thanks to external contributors on this release: @thanethomson
  4. Friendly reminder, we have a [bug bounty program](https://hackerone.com/tendermint).
  5. ### BREAKING CHANGES
  6. - CLI/RPC/Config
  7. - [config] \#7230 rpc: Add experimental config params to allow for subscription buffer size control (@thanethomson).
  8. - Apps
  9. - P2P Protocol
  10. - Go API
  11. - Blockchain Protocol
  12. ### FEATURES
  13. ### IMPROVEMENTS
  14. ### BUG FIXES
  15. - [\#7057](https://github.com/tendermint/tendermint/pull/7057) Import Postgres driver support for the psql indexer (@creachadair).
  16. - [\#7106](https://github.com/tendermint/tendermint/pull/7106) Revert mutex change to ABCI Clients (@tychoish).