You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+28-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,33 @@
1
1
# CHANGELOG
2
2
3
-
See [Releases](https://github.com/importcjj/mobc/releases) for the latest change log.
3
+
See [Releases](https://github.com/importcjj/mobc/releases) for the detailed change log and contributors.
4
+
5
+
## Unreleased
6
+
7
+
-`mobc-redis`: updated `redis` from 0.24 to 0.28.
8
+
9
+
## v0.8.5
10
+
11
+
- Refactored metrics to use RAII to ensure consistency:
12
+
- Fixed the gauges not being decremented back after fallible operations when they fail.
13
+
- Fixed some metrics relying on `Conn::close` being manually called.
14
+
- Fixed a misleading typo in a section name in the docs.
15
+
16
+
## v0.8.4
17
+
18
+
- Updated `metrics` to 0.22.
19
+
-`mobc-redis`: updated `redis` to 0.24.
20
+
21
+
## v0.8.3
22
+
23
+
- Added `Debug` impl for `Pool`.
24
+
- Improved idle connections handling when `max_open` is unlimited.
25
+
- Fixed a bug in idle connections metric.
26
+
27
+
## v0.8.2
28
+
29
+
- Fixed `mobc_pool_connections_opened_total` counter being incremented as a gauge and `mobc_pool_connections_open` gauge being incremented as a counter.
30
+
-`mobc-redis`: updated `redis` dependency from 0.22 to 0.23.
0 commit comments