File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 22
33## Next release
44
5- ** Release date: unknown **
5+ ** Release date: 2024-02-29 **
66
77### Improvements
88
9- - When package ` defusedxml ` is installed in the same environment, builtin xmlrpc.client module is patched to reduce
9+ - When package ` defusedxml ` is installed in the same environment, builtin ` xmlrpc.client ` module is patched to reduce
1010 the risk of various XML payload based attacks on the server
1111
1212### Fixes
1515
1616### Misc
1717
18- - Added support for Django 5.0
19- - Reduced the verbosity of the package. Startup initialization message is now a DEBUG log instead of an INFO one.
18+ - Added support for Django 5.0 (Thanks to @washeck )
19+ - Reduced the verbosity of the package. Startup initialization message is now a DEBUG log instead of
20+ an INFO one (Thanks to @washeck )
2021 - Dropped use of Black and PyLint. Use Ruff to enforce all linting rules and code formatting
2122
2223## v1.0.2
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"
77
88[tool .poetry ]
99name = " django-modern-rpc"
10- version = " 1.0.2 "
10+ version = " 1.0.3 "
1111
1212authors = [" Antoine Lorence <antoine.lorence@gmail.com>" ]
1313description = " Simple and powerful RPC server for your Django project"
You can’t perform that action at this time.
0 commit comments