Skip to content

Latest commit

 

History

History
155 lines (79 loc) · 9.89 KB

CHANGELOG.md

File metadata and controls

155 lines (79 loc) · 9.89 KB

Changelog

1.4.0 (2024-05-08)

Features

Dependencies

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

Documentation

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

Dependencies

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)