Releases: DotzInc/fastapi-ext-pkg
Releases · DotzInc/fastapi-ext-pkg
v0.4.1
What's Changed
Bugfix
- fix: memory leak using httpx by @julianolf in #31
Dependencies
- chore(deps-dev): bump twine from 5.1.0 to 5.1.1 by @dependabot in #20
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
Features
- Database wrapper class for SQLAlchemy by @julianolf in #15
Changes
- Pytest config via
pyproject.toml
by @julianolf in #17
Dependencies
- Bump pytest from 8.2.0 to 8.2.1 by @dependabot in #10
- Bump twine from 5.0.0 to 5.1.0 by @dependabot in #11
- Bump setuptools from 69.5.1 to 70.0.0 by @dependabot in #12
- Bump anyio[trio] from 4.3.0 to 4.4.0 by @dependabot in #13
- Bump ruff from 0.4.4 to 0.4.7 by @dependabot in #14
New Contributors
- @dependabot made its first contribution in #10
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
Features
- Helper class for managing Redis connections by @julianolf in #5
- Support for caching on remote authorization function by @julianolf in #6
- Implement cache protocol for Redis client by @julianolf in #7
- Support Pydantic's AnyHttpUrl for url argument by @julianolf in #8
Full Changelog: v0.2.0...v0.3.0
v0.2.0
First release
Features
- Add middleware to remove part of the HTTP request path.
- Helpful when running behind a proxy or load balancer and you don't want to prefix all you routes.
Full Changelog: https://github.com/DotzInc/fastapi-ext-pkg/commits/v0.2.0