Releases: processout/grpc-go-pool
Releases · processout/grpc-go-pool
Release list
v1.3.0
What's Changed
- spell err by @juwell in #18
- fix closing connections by @snwfog in #19
- add context supported factory method by @mgurevin in #21
- Add go.mod and migrate off deprecated grpc APIs by @roshan-gorasia-cko in #36
Full Changelog: v1.2.1...v1.3.0
v1.2.1: Merge pull request #12 from gillmk/master
Fix prematurely marking the connections unhealthy, when maxLifeDuration is set
v1.2: Merge pull request #6 from processout/add-max-life
Add maxLifeDuration option to recycle old connections
v1.1
Fix zoobie connection after marking it as unhealthy. Fixes #3