Skip to content

Releases: DotzInc/fastapi-ext-pkg

v0.4.0

04 Jun 19:25
a5b3382
Compare
Choose a tag to compare

What's Changed

Features

Changes

Dependencies

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

28 May 20:22
778129b
Compare
Choose a tag to compare

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

15 May 18:29
8f6daec
Compare
Choose a tag to compare

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