Skip to content

v5.10.2: Proto import bug fix, error case improvement

Compare
Choose a tag to compare
@dpolansky dpolansky released this 11 May 23:01
  • Fixes the issue in #196, where importing a .proto file with the same Go package as the file being generated would not be handled correctly.
  • Includes the response body in the error metadata when the response body's error JSON has an invalid Twirp error code to assist with debugging.