Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps django-valkey[libvalkey] from 0.3.2 to 0.4.0.

Release notes

Sourced from django-valkey[libvalkey]'s releases.

0.4.0

What's Changed

New Contributors

Full Changelog: django-commons/django-valkey@0.3.2...0.4.0

Changelog

Sourced from django-valkey[libvalkey]'s changelog.

Version 0.4.0

new

  • added support for msgspec serialization (both json and msgpack)
  • support django 6
  • support python 3.14

Breaking changes

  • dropped support for django 5.0 and 5.1
  • BackendCommands and AsyncBackendCommands are no longer decorated with omit_exception.
  • added omit_exception_async to decorate async operations, instead of using omit_exception for both sync and async.
  • omit_exception no longer supports async functions and generators.
  • added DecoratedBackendCommands and DecoratedAsyncBackendCommands as commands decorated with omit_exception and omit_exception_async.
  • AsyncValkeyCache and ValkeyCache no longer inherit from BackendCommands and AsyncBackendCommands, they inherit from DecoratedBackendCommands and DecoratedAsyncBackendCommands instead.
  • stdlib zstd is used instead of pyzstd (zstd is the same as pyzstd, but since the package name are different this is counted is breaking change)

improvement

  • removed the undecorator loop from cluster client
Commits
  • fe73a70 Merge pull request #83 from amirreza8002/main
  • a7ad711 0.4.0
  • edf9f68 Merge pull request #82 from amirreza8002/main
  • 13c2b4f update installation guides
  • d69a0a7 Merge pull request #81 from ulgens/drop-django5.0-5.1-eol
  • d28ca68 Drop support for Django 5.0 & 5.1 (EOL)
  • f19ce36 Merge pull request #80 from ulgens/improve-django4.2-support
  • 7ded2b3 Improve Django 4.2 support
  • 9f2f363 Merge pull request #77 from ulgens/support-django6.0
  • 0e7b78e Remove redundant trove classifier
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [django-valkey[libvalkey]](https://github.com/django-commons/django-valkey) from 0.3.2 to 0.4.0.
- [Release notes](https://github.com/django-commons/django-valkey/releases)
- [Changelog](https://github.com/django-commons/django-valkey/blob/main/CHANGES.md)
- [Commits](django-commons/django-valkey@0.3.2...0.4.0)

---
updated-dependencies:
- dependency-name: django-valkey[libvalkey]
  dependency-version: 0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Dec 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant