Releases: ambarltd/pgt-proxy
Releases · ambarltd/pgt-proxy
v1.3
Full Changelog: v1.2...v1.3
v1.2
What's Changed
- Convert panics to anyhow errors by @xandkar in #1
- Switch from adhoc stdout logging to formal tracing by @xandkar in #2
- Style fix and tests by @galeaspablo in #3
New Contributors
- @xandkar made their first PR contribution in #1
- @galeaspablo made their first PR contribution in #3
Full Changelog: v1.1...v1.2
v1.1
Reduce buffer sizes to exact buffer sizes needed.
Use write_exact and read_exact, instead of try_write, try_read.
v1.0.0
Production ready release.