Skip to content

Releases: andrewthetechie/pydantic-aioredis

v0.4.0

29 Dec 23:59
3988ee5
Compare
Choose a tag to compare

What's Changed

  • Drops support for python 3.6
  • Functional no-op - no features or bugfix
  • hypermodern python stack by @andrewthetechie in #17

Full Changelog: 0.3.5...v0.4.0

v0.4.0b

29 Dec 23:43
5fd9c55
Compare
Choose a tag to compare
v0.4.0b Pre-release
Pre-release

What's Changed

Full Changelog: 0.3.5...v0.4.0b

v0.3.5

02 Nov 16:46
Compare
Choose a tag to compare

Changing tag format to v0.3.5, noop on code
Full Changelog: 0.3.4...0.3.5

0.3.4

22 Oct 20:00
Compare
Choose a tag to compare

Full Changelog: 0.3.3...0.3.4

0.3.3

15 Oct 21:50
e464db7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.2...0.3.3

0.3.2

11 Oct 22:36
94bdbe2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.1...0.3.2

0.3.1

11 Oct 16:18
5348441
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.3.1

0.3.0

09 Oct 23:23
6fdf1ea
Compare
Choose a tag to compare

Breaking change: New Json Serializer. See #12 for more info on this change.

0.2.0

07 Aug 19:19
Compare
Choose a tag to compare

Initial release of pydantic-aioredis after forking from pydantic-redis

  • Moves all tests to pytest and using redislite
  • Moves to using aioredis rather than redispy
  • Allows connecting to redis servers that require auth
  • Adds examples for asyncio and fastapi in the examples/ folder