File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## v2.11.2 (2025-09-14)
2+
3+ ### Feat
4+
5+ - ** docs** : update theme colors and button styles
6+ - ** nexios** : add request_content_type parameter for OpenAPI documentation
7+
8+ ### Fix
9+
10+ - ** http** : remove debug prints and improve UploadedFile class
11+
12+ ### Refactor
13+
14+ - ** nexios** : update UploadedFile for Pydantic 2 compatibility
15+ - ** parser** : comment out size checks for parts and files
16+ - ** response** : extract response processing logic into a separate function
17+
118## v2.11.1 (2025-09-10)
219
320### Fix
Original file line number Diff line number Diff line change 1- __version__ : str = "2.11.1 "
1+ __version__ : str = "2.11.2 "
22
33# Version bump test - this comment will be removed after testing
44ascii_art = f"""
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " nexios"
7- version = " 2.11.1 "
7+ version = " 2.11.2 "
88description = " Nexios is a modern, high-performance ASGI web framework for Python with multi-server support with zero overhead."
99authors = [
1010 {name = " Chidebele Dunamis" , email = " techwithdunamix@gmail.com" }
@@ -208,7 +208,7 @@ known-first-party = ["nexios"]
208208
209209[tool .commitizen ]
210210name = " cz_conventional_commits"
211- version = " 2.11.1 "
211+ version = " 2.11.2 "
212212version_files = [
213213 " pyproject.toml:version" ,
214214 " nexios/__main__.py:__version__"
You can’t perform that action at this time.
0 commit comments