Skip to content

v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 15:42
· 318 commits to main since this release
4dc2d88

Made connection management better.

Now you can:

  • Manually send a connection back to the connection pool.
  • Use connection in async context management with the acquire method in ConnectionPool.
  • Resize connection pool in runtime with resize method.
  • Retrieve connection pool status with status method.

There was a problem with possible deadlock, but now it's solved.

We highly recommend you update your services with the new 0.7.0 version of the package.*

What's Changed

Full Changelog: 0.6.8...0.7.0