Skip to content

v0.13.3

Compare
Choose a tag to compare
@VojtechVitek VojtechVitek released this 27 Sep 20:24
· 42 commits to master since this release
dd5f914
  • Switch to .WithCause() in the generated code
  • Implement err.WithCause(), a shorter version of proto.ErrorWithCause()
  • Deprecate proto.ErrorWithCause()
  • Implement -errorStackTrace opt-in option (errors with stack traces reflect-compatible with github.com/pkg/errors / golang.org/x/xerrors / golang.org/x/exp/errors)
  • Improve formatting
  • Generates less server code
  • Implements Allow header per RFC 9110
  • Implements -fixEmptyArrays option to force empty array [] instead of null in JSON
  • Removes deprecated ioutils pkg
  • Adds support for type meta to service method arguments