3.2.0
The 3.2.0 release adds new support for arq, the Redis-based asyncio distributed queue package. The safir.arq
module provides an arq client and metadata/result data classes with a mock implementation for testing. The FastAPI dependency, safir.dependencies.arq.arq_dependency
, provides a convenient way to use the arq client from HTTP handlers.
What's Changed
- Bump pre-commit/action from 2.0.3 to 3.0.0 by @dependabot in #103
- [neophile] Update dependencies by @sqrbot in #105
- Bump actions/setup-python from 3 to 4 by @dependabot in #106
- DM-34473: Add arq FastAPI dependency by @jonathansick in #98
Full Changelog: 3.1.0...3.2.0