Skip to content

Commit 9c678f1

Browse files
committed
Release 0.84.0
1 parent 14672e9 commit 9c678f1

4 files changed

Lines changed: 18 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,20 @@
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

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "robyn"
3-
version = "0.83.0"
3+
version = "0.84.0"
44
authors = ["Sanskar Jethi <sansyrox@gmail.com>"]
55
edition = "2021"
66
description = "Robyn is a Super Fast Async Python Web Framework with a Rust runtime."

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "robyn"
7-
version = "0.83.0"
7+
version = "0.84.0"
88
description = "A Super Fast Async Python Web Framework with a Rust runtime."
99
readme = "README.md"
1010
authors = [{ name = "Sanskar Jethi", email = "sansyrox@gmail.com" }]
@@ -69,7 +69,7 @@ test = [
6969

7070
[tool.poetry]
7171
name = "robyn"
72-
version = "0.83.0"
72+
version = "0.84.0"
7373
description = "A Super Fast Async Python Web Framework with a Rust runtime."
7474
authors = ["Sanskar Jethi <sansyrox@gmail.com>"]
7575

0 commit comments

Comments
 (0)