v0.83.0 - introduce testing client
What's Changed
- docs: add dedicated static files page and fix file-uploads SEO by @sansyrox in https://github.com/sparckles/Robyn/pull/1358
- docs: add comprehensive response return styles reference by @sansyrox in https://github.com/sparckles/Robyn/pull/1357
- feat: forward WebSocket binary frames to Python message handler by @sansyrox in https://github.com/sparckles/Robyn/pull/1353
- fix: replace panicking unwrap() calls with proper error handling in WebSocket code by @sansyrox in https://github.com/sparckles/Robyn/pull/1352
- perf: avoid unnecessary response body clone in IntoPyObject by @sansyrox in https://github.com/sparckles/Robyn/pull/1351
- fix(website): reduce excessive GitHub API requests from docs site by @sansyrox in https://github.com/sparckles/Robyn/pull/1360
- fix(ci): remove Python 3.14 from linux-cross preview matrix by @sansyrox in https://github.com/sparckles/Robyn/pull/1362
- fix: replace unused pydantic import with importlib.util.find_spec by @sansyrox in https://github.com/sparckles/Robyn/pull/1343
- feat: add in-process TestClient for fast unit testing by @sansyrox in https://github.com/sparckles/Robyn/pull/1344
Full Changelog: https://github.com/sparckles/Robyn/compare/v0.82.1...v0.83.0
