v0.24.4
[v0.24.4] - 2024-09-11
This is non-breaking release that changes the error variants to be thiserror(transparent)
for wrapped errors and adds ConnectionGuard to the extensions to make it possible to get the number of active connections.
[Added]
- server: expose ConnectionGuard as request extension (#1443)
[Fixed]
- types: use error(transparent) for wrapped errors when possible (#1449)
New Contributors
Full Changelog: v0.24.3...v0.24.4