Skip to content

Latest commit

 

History

History
99 lines (48 loc) · 5.32 KB

CHANGELOG.md

File metadata and controls

99 lines (48 loc) · 5.32 KB

Changelog

0.2.1 (2023-06-04)

Bug Fixes

  • content-length is 0 when responding with nil value (#148) (9cf40b2)

Performance Improvements

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

0.1.4 (2023-05-09)

Bug Fixes

0.1.3 (2023-05-08)

Features

Bug Fixes

Performance Improvements

0.1.2 (2023-05-05)

Features

Bug Fixes

0.1.1 (2023-01-14)

Features

  • better error handling, minor refactor (#58) (0de3fc3)
  • encoding/text: support marshaler & stringer, improve performance (#60) (b7bffe8)

0.1.0 (2022-08-29)

Bug Fixes

  • encoding/text: int conversion on 32bit (#32) (3e469fe)
  • use error's marshaler, circular ref in Handler, lint issues (#28) (f8b32ea)