Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 2.3 KB

CHANGELOG.md

File metadata and controls

39 lines (20 loc) · 2.3 KB

Changelog

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

Bug Fixes

  • fix pre-commit in example (ab94167)

Documentation

  • 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)

Features

Documentation

  • update shields in readme (a5bea90)