v0.5.0
ChristopherDavenport
released this
10 Apr 19:14
·
60 commits
to main
since this release
Lots of neat stuff in here.
Better ability to work with Network, better Throwables, Auth, Timeouts, New Keypool, Fixed a bad bug on tcp disconnects.
Many thanks to everyone who continues to improve this library. 😄
What's Changed
- Relax constraints, expose
Network
by @armanbilge in #62 - Wrap Throwables Returned from Queues by @ChristopherDavenport in #65
- refactor(core): remove unused parameter in private method by @Kazark in #59
- Add Auth On Connection Initialization by @ChristopherDavenport in #63
- Use Resource Keypool rather than tuple by @ChristopherDavenport in #66
- Add Timeout Mechanism, default to 60 seconds by @ChristopherDavenport in #68
- Fix Hanging Queue Responses by @ChristopherDavenport in #69
New Contributors
Full Changelog: v0.4.1...v0.5.0