1.4.0 (2024-05-08)
- 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)
- add CharlieJiangXXX as a contributor for code (#873) (0bc4c67)
- bump furo from 2024.4.27 to 2024.5.6 in /docs (94bbb44)
1.3.1 (2024-05-05)
1.3.0 (2024-05-05)
1.2.3 (2023-03-30)
- remove unneccesary fields from bug report (d1454f9)
1.2.2 (2023-02-10)
1.2.1 (2023-01-21)
1.2.0 (2022-12-21)
1.1.1 (2022-12-19)
- add david-wahlstedt as a contributor for doc, and review (#394) (c9beb1a)
- add docs about Union types and casting (#383) (2af6167)
- update contributors shield (84cc727)
1.1.0 (2022-12-17)
- add all contributors (#384) (01dae8f)
- add andrewthetechie as a contributor for code, and doc (#386) (90739f9)
- add david-wahlstedt as a contributor for test (#388) (ad155f7)
- add gtmanfred as a contributor for test (#390) (2428db4)
- add martin (23f0e56)
- update development docs (97640e8)
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)