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.

40 lines
940 B

  1. # Pending
  2. ## v0.26.3
  3. *TBD*
  4. Special thanks to external contributors on this release:
  5. Friendly reminder, we have a [bug bounty
  6. program](https://hackerone.com/tendermint).
  7. ### BREAKING CHANGES:
  8. * CLI/RPC/Config
  9. * Apps
  10. * Go API
  11. - [rpc] \#2791 Functions that start HTTP servers are now blocking:
  12. - Impacts: StartHTTPServer, StartHTTPAndTLSServer, and StartGRPCServer,
  13. - These functions now take a `net.Listener` instead of an address
  14. * Blockchain Protocol
  15. * P2P Protocol
  16. ### FEATURES:
  17. - [log] \#2843 New `log_format` config option, which can be set to 'plain' for colored
  18. text or 'json' for JSON output
  19. - [types] \#2767 New event types EventDataNewRound (with ProposerInfo) and EventDataCompleteProposal (with BlockID). (@kevlubkcm)
  20. ### IMPROVEMENTS:
  21. - [state] \#2765 Make "Update to validators" msg value pretty (@danil-lashin)
  22. - [p2p] \#2857 "Send failed" is logged at debug level instead of error.
  23. ### BUG FIXES: