Skip to content

v4.15.0

Compare
Choose a tag to compare
@Baliedge Baliedge released this 25 Sep 13:50
· 30 commits to master since this release
d52ca92

What's Changed

  • Added gRPC connection pooling grpcconn by @Baliedge in #178
    • grpcconn automates gRPC Connection pooling. This is necessary for use cases requiring frequent stream creation and high stream concurrency to avoid reaching the default 100 stream per connection limit.