Skip to content

Releases: valkey-io/valkey-py

6.1.0b1

02 Dec 11:30
v6.1.0b1
9c67ddf
Compare
Choose a tag to compare
6.1.0b1 Pre-release
Pre-release

Changes

  • v6.1.0b1 (#132)
  • Fixes for valkey 8.0 (#124)
  • Set socket_timeout default value to 5 seconds (#120)
  • sort methods ACL DELUSER and ACL DRYRUN by alphabetically, checked doc (#103)
  • drop compose format and commands v1, use supported v2+ (#105)
  • fix redis-cluster-py link (#99)
  • make documentation link more obvious (#98)
  • Added geosearch tests (#97)

🔥 Breaking Changes

  • Remove expiration/TTL commands that are not supported by Valkey (#125)

🧰 Maintenance

  • build(deps): bump rojopolis/spellcheck-github-actions from 0.44.0 to 0.45.0 (#128)
  • build(deps): bump codecov/codecov-action from 4 to 5 (#127)
  • Add support for Python 3.13 (#116)
  • build(deps): bump rojopolis/spellcheck-github-actions from 0.42.0 to 0.44.0 (#118)
  • Revert "Temporarily fix https://github.com/actions/runner-images/issu…" (#117)
  • parsers: resp3: be less verbose (#112)
  • Temporarily fix actions/runner-images#10781 (#113)
  • build(deps): bump rojopolis/spellcheck-github-actions from 0.41.0 to 0.42.0 (#108)
  • build(deps): bump actions/cache from 3 to 4 (#107)
  • doc: fix rst format (#101)

Contributors

We'd like to thank all the contributors who worked on this release!

@ArtemIsmagilov, @aiven-sal, @amirreza8002, @dependabot, @dependabot[bot], @mkmkme and @zioproto

6.0.2

11 Sep 11:53
v6.0.2
c8c19c2
Compare
Choose a tag to compare

Changes

  • v6.0.2 (#94)
  • Fix regression introduced by 6.0.1 on Python 3.11.0, 3.11.1, and 3.11.2 (#92)

Contributors

We'd like to thank all the contributors who worked on this release!

@ahmedsobeh, @aiven-sal, @mkmkme and @nirav-ark-biotech

Full Changelog: v6.0.1...v6.0.2

6.0.1

10 Sep 10:07
v6.0.1
03320e6
Compare
Choose a tag to compare

Changes

  • v6.0.1 (#91)
  • update python version constraint to < 3.11 for async-timeout requirement (#87)

🧰 Maintenance

  • Fix issue with pytest-asyncio v0.24 (#77)
  • docs: hide unsupported commands and fix copyright (#83)

Contributors

We'd like to thank all the contributors who worked on this release!

@ahmedsobeh, @aiven-sal, @ali-gholami-aiven, @dependabot, @dependabot[bot] and @mkmkme

Full Changelog: v6.0.0...v6.0.1

6.0.0

13 Aug 12:08
v6.0.0
3fa55e9
Compare
Choose a tag to compare

Changes

  • Update the required libvalkey-py version to 4.0.0 (#73)
  • Fix broken links in README (#72)
  • Import some changes from redis-py (#70)
  • adds isclose checks to flaky geotests (#61)
  • Unify RESP3 and other tests workflows (#69)
  • Fix RESP3 CI (#68)
  • Set metadata for Python 3.12 support (#67)
  • Replace hiredis dependency with libvalkey (#32)
  • Bump rojopolis/spellcheck-github-actions from 0.38.0 to 0.40.0 (#64)
  • s/docker-compose/docker compose/ (#65)
  • v6.0.0b1 (#60)
  • Depend on hiredis < 3.0.0 (#59)
  • Remove 'View Test Results' step in CI (#57)
  • Replace use of redisfab/stunnel with a Dockerfile (#56)
  • Enable uvloop tests for "run-tests" job in CI (#53)
  • Add support for Python 3.12 and enable it in CI (#54)
  • CI: enforce semi-linear git history (#51)
  • Make pytest pass locally with Python 3.12 (#40)
  • GH: enable use of codecov secret (#42)
  • Deprecate PyPy 3.8 in favor of 3.10 (#38)
  • updates async test to skip if SSL not installed (#36)
  • updates text in changes file and pr template (#37)
  • Implement a single validation function around the service_uri (#29)
  • Bump rojopolis/spellcheck-github-actions from 0.36.0 to 0.38.0 (#30)
  • Version 5.1.0b7 (#22)
  • Version 5.1.0b6 (#20)
  • Enable automatic releases via tagging (#19)
  • Improve migration user-friendliness (#17)
  • Minor doc and comment fixes (#18)
  • Reduce test flakiness (#16)
  • Revert #8 and replace "redis" and "old valkey" with "server" (#15)
  • Fix Copyright mistake (#14)
  • adding security policy (#11)
  • LICENSE: fix copyright attribution (#9)
  • Remove mentions and workarounds for older Redis versions (#8)
  • Add DCO and fix badges in readme (#7)
  • s/redis/valkey/ single commit with fixes (#2)

6.0.0b1

22 Jul 15:12
v6.0.0b1
2b1ce71
Compare
Choose a tag to compare
6.0.0b1 Pre-release
Pre-release

Changes

  • v6.0.0b1 (#60)
  • Depend on hiredis < 3.0.0 (#59)
  • Remove 'View Test Results' step in CI (#57)
  • Replace use of redisfab/stunnel with a Dockerfile (#56)
  • Enable uvloop tests for "run-tests" job in CI (#53)
  • Add support for Python 3.12 and enable it in CI (#54)
  • CI: enforce semi-linear git history (#51)
  • Make pytest pass locally with Python 3.12 (#40)
  • GH: enable use of codecov secret (#42)
  • Deprecate PyPy 3.8 in favor of 3.10 (#38)
  • updates async test to skip if SSL not installed (#36)
  • updates text in changes file and pr template (#37)
  • Implement a single validation function around the service_uri (#29)
  • Bump rojopolis/spellcheck-github-actions from 0.36.0 to 0.38.0 (#30)

5.1.0b7

24 Jun 15:29
v5.1.0b7
d116aa6
Compare
Choose a tag to compare
5.1.0b7 Pre-release
Pre-release

Version 5.1.0b7 (#22)

Full Changelog: v5.1.0b6...v5.1.0b7

5.1.0b6

14 Jun 14:55
v5.1.0b6
a1053d7
Compare
Choose a tag to compare
5.1.0b6 Pre-release
Pre-release

What's Changed

  • Version 5.1.0b6 in #20

Full Changelog: v5.1.0b5...v5.1.0b6

v5.1.0b5

14 Jun 08:11
v5.1.0b5
16192e5
Compare
Choose a tag to compare
v5.1.0b5 Pre-release
Pre-release

This is the first release of valkey-py based on redis-py.

Contributors

We'd like to thank all the redis-py contributors!