Releases: abemedia/go-don
Releases · abemedia/go-don
v0.2.1
0.2.1 (2023-06-04)
Bug Fixes
- content-length is 0 when responding with nil value (#148) (9cf40b2)
Performance Improvements
v0.2.0
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
v0.1.4
0.1.4 (2023-05-09)
Bug Fixes
v0.1.3
0.1.3 (2023-05-08)
Features
Bug Fixes
Performance Improvements
v0.1.2
0.1.2 (2023-05-05)
Features
Bug Fixes
v0.1.1
0.1.1 (2023-01-14)
Features
- better error handling, minor refactor (#58) (0de3fc3)
- encoding/text: support marshaler & stringer, improve performance (#60) (b7bffe8)
v0.1.0
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)