- Fix bug in decoding response bodies
- Fix decoding nested strings
- Use the latest finch
- Gracefully handle all client errors
- Convert twirp errors to exceptions
- Improve client to use latest finch
- Fix bug with producing stop telemetry.
- ccd8fc5 Strip struct before encoding as JSON. - Jeffery Utter
- 0a85ecc Support hooks around twirp services - Chris Keathley