File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed
Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -21,3 +21,4 @@ translate to valkey API:
2121Amirreza Sohrabi far <https://github.com/amirreza8002>
2222q0w <https://github.com/q0w>
2323Christian Clauss <https://github.com/cclauss>
24+ Ülgen Sarıkavak https://github.com/ulgens
Original file line number Diff line number Diff line change 1+ Version 0.4.0
2+ -------------
3+
14### new
25- added support for msgspec serialization (both json and msgpack)
6+ - support django 6
7+ - support python 3.14
38
49### Breaking changes
10+ - dropped support for django 5.0 and 5.1
511- ` BackendCommands ` and ` AsyncBackendCommands ` are no longer decorated with ` omit_exception ` .
612- added ` omit_exception_async ` to decorate async operations, instead of using ` omit_exception ` for both sync and async.
713- ` omit_exception ` no longer supports async functions and generators.
Original file line number Diff line number Diff line change 1- VERSION = (0 , 3 , 2 )
1+ VERSION = (0 , 4 , 0 )
22__version__ = "." .join (map (str , VERSION ))
33
44
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " django-valkey"
7- version = " 0.3.2 "
7+ version = " 0.4.0 "
88description = " a valkey backend for django"
99readme = " README.rst"
1010requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments