Skip to content

v0.0.40: [Benchmark] Improve PostgreSQL connector.

Compare
Choose a tag to compare
@mirror-releases mirror-releases released this 16 May 21:23
· 751 commits to main since this release
f8fbb69
- Do not `kill()` while handling `TimeoutExpired`.  This should happen
  only in `finally` and after an attempt at graceful termination.
- Properly dispose of connections by `del`-eting them.