django-valkey 0.4.0: django6, python3.14, faster startup, msgspec and more

hi :waving_hand:
today i released django-valkey version 0.4.0 :tada:

we have some new tools, and some optimizations
specially for cluster users

it’s an update with breaking changes, so please take a look at the changelog to be safe.
tho if you are a regular user that doesn’t extend anything, you shouldn’t have any problems :crossed_fingers:

we are now supporting django 6, so at this time these versions are supported: (4.2, 5.2, 6.0)

also added support for python 3.14, so now 3.10+ is supported :snake:

we’ve added msgpsec serializers, both json and msgpack, so make sure to check it out for some free speed boost :rocket:

we dropped pyzstd and replaced it with zstd from stdlib, but if you’re not on python 3.14, we also support the backport package.

we also have some startup time optimization, don’t ask how :woozy_face: it’s just here now
specially if you are a cluster user, i highly recommend updating to this release