connpool 0.2.0

A concurrent, generic connection pool for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Changelog

## `connpool` 0.2.0 - December 29. 2025

- The item guard is now an owned value, not borrowed.

## `connpool` 0.1.1 - December 29, 2025

- Added support for pulling items from the pool with waiting for the local limit.
- Added a method to attempt pulling an item from the pool without waiting for the global limit.

## `connpool` 0.1.0 - December 28, 2025

- First release