Skip to content

Latest commit

 

History

History
123 lines (61 loc) · 7.33 KB

CHANGELOG.md

File metadata and controls

123 lines (61 loc) · 7.33 KB

Changelog

1.3.0 (2024-05-05)

Features

Documentation

1.2.3 (2023-03-30)

Documentation

  • remove unneccesary fields from bug report (d1454f9)

Dependencies

1.2.2 (2023-02-10)

Documentation

1.2.1 (2023-01-21)

Bug Fixes

1.2.0 (2022-12-21)

Features

1.1.1 (2022-12-19)

Bug Fixes

Documentation

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

Features

Bug Fixes

Documentation

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)