Skip to content

v0.24.4

Latest
Compare
Choose a tag to compare
@niklasad1 niklasad1 released this 11 Sep 14:08
· 2 commits to master since this release
v0.24.4
4440a00

[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