Skip to content

v5.10.0: ClientHooks

Compare
Choose a tag to compare
@spenczar spenczar released this 16 Dec 21:52

This release includes two PRs:

#198 adds ClientHooks. These are a structure that can be passed to client constructors to hook off of client request lifecycle events. This can be used to build standard tools for logging, monitoring, or authorization steps in all outbound calls.

#201 fixes the Twirp library WriteError function to return an error value instead of swallowing the error.