Releases: penumbra-zone/tower-abci
Releases · penumbra-zone/tower-abci
v0.15.0
v0.14.0
v0.13.0
What's Changed
- docs: comments about consensus concurrency control by @aakoshh in #45
- Bump to tendermint 0.35 by @yito88 in #46
- add feature guard to unix-only listener in v038 by @tzemanovic in #47
New Contributors
Full Changelog: v0.12.0...v0.13.0
v0.12.0
v0.11.1
This minor release of tower-abci
includes a conditional compilation attribute gating unix socket support on builds targeting unix-family OSes.
What's Changed
New Contributors
Full Changelog: v0.11.0...v0.11.1
v0.11.0
What's Changed
This release upgrades to tendermint-rs@0.34
and prost@0.12
Full Changelog: v0.10.0...v0.11.0
v0.10.0
This release replaces Server::listen
with Server::listen_tcp
and adds a new UDS listener: Server::listen_uds
.
What's Changed
- Support Unix domain sockets by @SuperFluffy in #35
New Contributors
- @SuperFluffy made their first contribution in #35
Full Changelog: v0.9.0...v0.10.0