1.0.0 (2022-09-23)
- 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.
- json_object_hook and serializer example (#294) (80c725e)
- redis-separator (#278) (f367d30)
- update on setattr (#287) (f1ce5c2)
- fix pre-commit in example (ab94167)
- change typing to <3.10 compatible (2ccfa0a)
- fix incorrect links in CONTRIBUTING.rst (a8ba8e5)
- fix invalid doc in abstract.py (32d0d13)
0.7.0 (2022-07-21)
- update shields in readme (a5bea90)