Releases: andrewthetechie/pydantic-aioredis
Releases · andrewthetechie/pydantic-aioredis
v1.4.0
1.4.0 (2024-05-08)
Features
Dependencies
- bump anyio from 3.7.1 to 4.3.0 (#863) (eec20b7)
- bump fakeredis from 2.22.0 to 2.23.0 (f304bc8)
- bump hypothesis from 6.100.4 to 6.100.5 (7253067)
- bump jinja2 from 3.1.3 to 3.1.4 (450952e)
- bump mypy from 1.4.1 to 1.10.0 (89e1421)
- bump pytest-env from 0.8.2 to 1.1.3 (#862) (e0e66a5)
- bump redis from 4.6.0 to 5.0.4 (#860) (5a30eb2)
- bump sphinx from 5.3.0 to 7.1.2 (#861) (583c127)
Documentation
v1.3.1
v1.3.0
v1.2.3
v1.2.2
v1.2.1
v1.2.0
v1.1.1
v1.1.0
v1.0.0
1.0.0 (2022-09-23)
⚠ BREAKING CHANGES
- This is a breaking change to how updates for model attributes are saved to Redis. It removes the update classmethod and replaces with with a save method on each model.
- This will result in "data loss" for existing models stored in redis due to the change in default separator. To maintain backwards compatbility with 0.7.0 and below, you will need to modify your existing models to set redis_separator = "%&_" as a field on them.
Features
- json_object_hook and serializer example (#294) (80c725e)
- redis-separator (#278) (f367d30)
- update on setattr (#287) (f1ce5c2)
Bug Fixes
- fix pre-commit in example (ab94167)