File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## [ Unreleased] ( https://github.com/sparckles/robyn/tree/HEAD )
44
5- [ Full Changelog] ( https://github.com/sparckles/robyn/compare/v0.83.0...HEAD )
5+ [ Full Changelog] ( https://github.com/sparckles/robyn/compare/v0.84.0...HEAD )
6+
7+ ## [ v0.84.0] ( https://github.com/sparckles/robyn/tree/v0.84.0 ) (2026-04-26)
8+
9+ [ Full Changelog] ( https://github.com/sparckles/robyn/compare/v0.83.0...v0.84.0 )
10+
11+ ** Implemented enhancements:**
12+
13+ - perf: skip Python Response wrapping for bare dict/list/str/bytes returns [ \# 1384] ( https://github.com/sparckles/robyn/pull/1384 )
14+
15+ ** Fixed bugs:**
16+
17+ - fix: improve OpenAPI schema generation for complex types [ \# 1377] ( https://github.com/sparckles/robyn/pull/1377 )
18+ - fix: share contextvars Context across before/handler/after hooks [ \# 1382] ( https://github.com/sparckles/robyn/pull/1382 )
619
720## [ v0.83.0] ( https://github.com/sparckles/robyn/tree/v0.83.0 ) (2026-04-12)
821
Original file line number Diff line number Diff line change 11[package ]
22name = " robyn"
3- version = " 0.83 .0"
3+ version = " 0.84 .0"
44authors = [" Sanskar Jethi <sansyrox@gmail.com>" ]
55edition = " 2021"
66description = " Robyn is a Super Fast Async Python Web Framework with a Rust runtime."
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "maturin"
44
55[project ]
66name = " robyn"
7- version = " 0.83 .0"
7+ version = " 0.84 .0"
88description = " A Super Fast Async Python Web Framework with a Rust runtime."
99readme = " README.md"
1010authors = [{ name = " Sanskar Jethi" , email = " sansyrox@gmail.com" }]
@@ -69,7 +69,7 @@ test = [
6969
7070[tool .poetry ]
7171name = " robyn"
72- version = " 0.83 .0"
72+ version = " 0.84 .0"
7373description = " A Super Fast Async Python Web Framework with a Rust runtime."
7474authors = [" Sanskar Jethi <sansyrox@gmail.com>" ]
7575
You can’t perform that action at this time.
0 commit comments