Skip to content

v1.0.0

Compare
Choose a tag to compare
@andrewthetechie andrewthetechie released this 23 Sep 03:22
6804417

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)