Skip to content

Releases: andrewthetechie/pydantic-aioredis

v1.4.0

08 May 00:26
05a82c1
Compare
Choose a tag to compare

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)

v1.3.1

05 May 21:03
c9bc315
Compare
Choose a tag to compare

1.3.1 (2024-05-05)

Dependencies

v1.3.0

05 May 20:22
b30e091
Compare
Choose a tag to compare

1.3.0 (2024-05-05)

Features

Documentation

v1.2.3

30 Mar 03:30
32eaba7
Compare
Choose a tag to compare

1.2.3 (2023-03-30)

Documentation

  • remove unneccesary fields from bug report (d1454f9)

Dependencies

v1.2.2

10 Feb 21:42
2ddc408
Compare
Choose a tag to compare

1.2.2 (2023-02-10)

Documentation

v1.2.1

21 Jan 22:20
1db2f53
Compare
Choose a tag to compare

1.2.1 (2023-01-21)

Bug Fixes

v1.2.0

22 Dec 00:03
179e34e
Compare
Choose a tag to compare

1.2.0 (2022-12-21)

Features

v1.1.1

19 Dec 21:44
e6d47be
Compare
Choose a tag to compare

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)

v1.1.0

17 Dec 04:19
343c9d5
Compare
Choose a tag to compare

1.1.0 (2022-12-17)

Features

Bug Fixes

Documentation

v1.0.0

23 Sep 03:22
6804417
Compare
Choose a tag to compare

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)