Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 14 May 22:00
0193f98

0.2.0 (2023-05-14)

⚠ BREAKING CHANGES

  • remove Empty type (use any instead) (#135)
  • move encoding logic to sub-package (#111)

Features

Bug Fixes

  • no content issues on error or pointer to Empty (#125) (fa50d36)

Performance Improvements

  • encoding/protobuf: cache reflection results (#138) (99e0cea)
  • encoding: improve encoding performance (#113) (a541544)
  • reuse requests to reduce allocs (#127) (827209b)

Code Refactoring