Skip to content

Commit 1aa3eec

Browse files
authored
docs: backfill changelog from v0.8.2 to latest (#107)
1 parent 9e112e4 commit 1aa3eec

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

CHANGELOG.md

+28-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
# CHANGELOG
22

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.
431

532
## v0.8.1
633

0 commit comments

Comments
 (0)