Skip to content

Releases: importcjj/mobc

v0.8.3

19 Oct 08:18
29caec5
Compare
Choose a tag to compare

What's Changed

  • docs: Add documentation of metrics to README by @janpio in #78
  • impl debug for Pool struct by @pjb157 in #84
  • Better idle conn handling when max open is unlimited by @dcormier in #85
  • chore: Fix idle connections metric by @garrensmith in #86

New Contributors

Full Changelog: 0.8.2...0.8.3

0.8.2

29 Aug 12:00
ab8191c
Compare
Choose a tag to compare

What's Changed

  • Add bolt-client to supported backends by @0xSiO in #62
  • Update Redis dependency by @cking in #72
  • fix: open connections metrics increment by @alencardc in #74

New Contributors

Full Changelog: 0.8.1...0.8.2

0.8.1

21 Jan 10:14
1620baf
Compare
Choose a tag to compare

Update readme typo's and update mobc-redis and mobc-postgres deps to use 0.8

0.8.0

21 Jan 09:45
Compare
Choose a tag to compare

New:

  • Adds in metric support

Fixes:

  • #63 Use a semaphore instead of channels to avoid deadlocking and losing connections