Current section

Files

Jump to
twirp CHANGELOG.md
Raw

CHANGELOG.md

# CHANGELOG
## 0.5.0
* Convert twirp errors to exceptions
* Improve client to use latest finch
## 0.4.1
* Fix bug with producing stop telemetry.
## 0.4.0
## 0.3.1 (December 05, 2019)
* [ccd8fc5](https://github.com/keathley/twirp/commit/ccd8fc5637eb03e8bf40d84e2c956bb6cd35d274) Strip struct before encoding as JSON. - Jeffery Utter
## 0.3.0 (December 04, 2019)
* [0a85ecc](https://github.com/keathley/twirp/commit/0a85eccc588ea72dfb117bd599c80c1254c414e8) Support hooks around twirp services - Chris Keathley
## 0.2.1 (December 02, 2019)
* [5b446e3](https://github.com/keathley/twirp/commit/5b446e3b98241ae01680b3fcd1b2e38e22008050) Add support for hackney pools - Chris Keathley
* [5fc9eb5](https://github.com/keathley/twirp/commit/5fc9eb5ee5832e4847937ac8aac3fc0851dba880) Add comments to generated files - Chris Keathley
* [c0eb0f6](https://github.com/keathley/twirp/commit/c0eb0f627a2c448dfe540c04b3b0ee96fa5206c4) Clients should define callbacks. - Chris Keathley
* [d70ef62](https://github.com/keathley/twirp/commit/d70ef62c2dbcb00b718c51e14a4193093e0243d1) Handle pre-parsed json - Chris Keathley
* [b9e46f7](https://github.com/keathley/twirp/commit/b9e46f715ebe6a9482cf637ddd2a688228a9a61b) Return errors when a handler raises an exception - Chris Keathley