|
2 | 2 |
|
3 | 3 | ## [Unreleased](https://github.com/sparckles/robyn/tree/HEAD) |
4 | 4 |
|
5 | | -[Full Changelog](https://github.com/sparckles/robyn/compare/v0.26.1...HEAD) |
| 5 | +[Full Changelog](https://github.com/sparckles/robyn/compare/v0.83.0...HEAD) |
| 6 | + |
| 7 | +## [v0.83.0](https://github.com/sparckles/robyn/tree/v0.83.0) (2026-04-12) |
| 8 | + |
| 9 | +[Full Changelog](https://github.com/sparckles/robyn/compare/v0.82.1...v0.83.0) |
6 | 10 |
|
7 | 11 | **Implemented enhancements:** |
8 | 12 |
|
9 | | -- Allow empty returns on websocket handling [\#1263](https://github.com/sparckles/robyn/issues/1263) |
| 13 | +- feat: add in-process TestClient for fast unit testing [\#1344](https://github.com/sparckles/robyn/pull/1344) |
| 14 | +- feat: forward WebSocket binary frames to Python message handler [\#1353](https://github.com/sparckles/robyn/pull/1353) |
| 15 | +- perf: avoid unnecessary response body clone in IntoPyObject [\#1351](https://github.com/sparckles/robyn/pull/1351) |
10 | 16 |
|
11 | | -**Closed issues:** |
| 17 | +**Fixed bugs:** |
12 | 18 |
|
13 | | -- Payload reached size limit. [\#463](https://github.com/sparckles/robyn/issues/463) |
14 | | -- Proposal to rename `params` with `path_params` [\#457](https://github.com/sparckles/robyn/issues/457) |
| 19 | +- fix: replace unused pydantic import with importlib.util.find\_spec [\#1343](https://github.com/sparckles/robyn/pull/1343) |
| 20 | +- fix: replace panicking unwrap() calls with proper error handling in WebSocket code [\#1352](https://github.com/sparckles/robyn/pull/1352) |
| 21 | +- fix(ci): remove Python 3.14 from linux-cross preview matrix [\#1362](https://github.com/sparckles/robyn/pull/1362) |
| 22 | +- fix(website): reduce excessive GitHub API requests from docs site [\#1360](https://github.com/sparckles/robyn/pull/1360) |
15 | 23 |
|
16 | 24 | **Merged pull requests:** |
17 | 25 |
|
18 | | -- feat: allow configurable payload sizes [\#465](https://github.com/sparckles/robyn/pull/465) ([sansyrox](https://github.com/sansyrox)) |
19 | | -- docs: remove test pypi instructions from pr template [\#462](https://github.com/sparckles/robyn/pull/462) ([sansyrox](https://github.com/sansyrox)) |
20 | | -- Rename params with path\_params [\#460](https://github.com/sparckles/robyn/pull/460) ([carlosm27](https://github.com/carlosm27)) |
21 | | -- feat: Implement global CORS [\#458](https://github.com/sparckles/robyn/pull/458) ([sansyrox](https://github.com/sansyrox)) |
| 26 | +- docs: add comprehensive response return styles reference [\#1357](https://github.com/sparckles/robyn/pull/1357) |
| 27 | +- docs: add dedicated static files page and fix file-uploads SEO [\#1358](https://github.com/sparckles/robyn/pull/1358) |
22 | 28 |
|
23 | 29 | ## [v0.26.1](https://github.com/sparckles/robyn/tree/v0.26.1) (2023-04-05) |
24 | 30 |
|
|
0 commit comments