Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

36 lines (23 loc) · 1.39 KB

CHANGELOG

0.7.4

  • Fix bug in decoding response bodies
  • Fix decoding nested strings
  • Use the latest finch

0.7.3

  • Gracefully handle all client errors

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 Strip struct before encoding as JSON. - Jeffery Utter

0.3.0 (December 04, 2019)

  • 0a85ecc Support hooks around twirp services - Chris Keathley

0.2.1 (December 02, 2019)

  • 5b446e3 Add support for hackney pools - Chris Keathley
  • 5fc9eb5 Add comments to generated files - Chris Keathley
  • c0eb0f6 Clients should define callbacks. - Chris Keathley
  • d70ef62 Handle pre-parsed json - Chris Keathley
  • b9e46f7 Return errors when a handler raises an exception - Chris Keathley