Releases: andrewthetechie/pydantic-aioredis
Releases · andrewthetechie/pydantic-aioredis
v0.4.0
What's Changed
- Drops support for python 3.6
- Functional no-op - no features or bugfix
- hypermodern python stack by @andrewthetechie in #17
Full Changelog: 0.3.5...v0.4.0
v0.4.0b
v0.3.5
Changing tag format to v0.3.5, noop on code
Full Changelog: 0.3.4...0.3.5
0.3.4
Full Changelog: 0.3.3...0.3.4
0.3.3
0.3.2
What's Changed
- feat: fastapi extra FastAPIModel by @andrewthetechie in #14
Full Changelog: 0.3.1...0.3.2
0.3.1
0.3.0
0.2.0
Initial release of pydantic-aioredis after forking from pydantic-redis
- Moves all tests to pytest and using redislite
- Moves to using aioredis rather than redispy
- Allows connecting to redis servers that require auth
- Adds examples for asyncio and fastapi in the examples/ folder