v1.2.0
What's Changed
- Feat/fuzzy read until input by @carlmontanari in #151
- Fixes #155 - add WithStandardTransportDialTimeout by @patrickfnielsen in #156
The big one here is the fuzzy read pr -- it actually contains a ton of internal channel improvements. things that were maybe just kinda copied form py -> go and not really every optimized. Surely still room for improvement, but some good stuff there. This also moved a few channel methods around hence the minor instead of patch version bump.
New Contributors
- @patrickfnielsen made their first contribution in #156
Full Changelog: v1.1.12...v1.2.0