- Use `ProxyException` instead of `Exception` in one place. - Activate _Pypy 3.10_ and _Python 3.13_ on GitHub CI, with some dependency exclusions.
11.0
- Add delayed pool parameter initialization with `_set_pool`.
10.3
- Improve documentation. - Add workaround against `Flask --debug` initial reload, triggered by setting environment variable `PPP_WERKZEUG_WORKAROUND`.
10.2
- Fix blocking conditions due to improper locking from `Proxy`. - Improve debugging experience.
10.1
- Improve error message and debugging code. - Do not forget to release semaphore token in unlucky borrowing. - Add id counter to help identify multiple pools. - Drop `mypy` check. - Release semaphore while still under lock to reduce the hold time.