Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Latest commit

 

History

History
100 lines (51 loc) · 2.13 KB

CHANGELOG.md

File metadata and controls

100 lines (51 loc) · 2.13 KB

CHANGELOG

July 24, 2020

v0.7.2

IMPROVEMENTS:

  • #138: dependencies upgrades (protobuf to 2.16.2, tokio to 0.2, bytes to 0.5)

June 30, 2020

v0.7.1

IMPROVEMENTS:

  • #131: Tendermint 0.33.4+ ABCI compatibility and upgraded protobuf to 2.15.1

March 3, 2020

v0.7.0

BREAKING CHANGES:

  • #116: Tendermint 0.33.*'s ABCI compatibility

January 2, 2020

Special thanks to external contributors on this release: @devashishdxt

v0.6.5

IMPROVEMENTS:

  • #110: Upgrade protobuf to 2.10.0

November 18, 2019

Special thanks to external contributors on this release: @yihuang

v0.6.4

IMPROVEMENTS:

  • #100: worker panic propagated to the abci process

November 11, 2019

v0.6.3

IMPROVEMENTS:

  • #97: futures version bumped to 0.3
  • #94: Reduce number of tokio dependencies

September 25, 2019

v0.6.2

  • #97: futures version bumped to 0.3
  • #94: Reduce number of tokio dependencies

September 25, 2019

v0.6.2

BUG FIXES:

  • #89: Version of protobuf specified to the latest one (2.8.1)

August 23, 2019

Special thanks to external contributors on this release: @amanusk, @marbar3778

v0.6.1

IMPROVEMENTS:

  • #84: Fix warning for dynamic trait objects

  • #80: Reduce amount of logs under info

BUG FIXES:

July 1, 2019

Special thanks to external contributors on this release: @liamsi

v0.6.0

BREAKING CHANGES:

  • #79: Tendermint 0.32.*'s ABCI compatibility

FEATURES:

IMPROVEMENTS:

BUG FIXES: