Skip to content

Releases: sparckles/Robyn

v0.85.0 - make robyn even faster in json payloads

29 Apr 22:20

Choose a tag to compare

What's Changed

  • fix: share contextvars Context across before/handler/after hooks (#1380) by @sansyrox in #1382
  • fix: improve OpenAPI schema generation for complex types by @sansyrox in #1377
  • perf: skip Python Response wrapping for bare dict/list/str/bytes returns by @sansyrox in #1384

Full Changelog: v0.83.0...v0.84.0

v0.83.0 - introduce testing client

13 Apr 22:30

Choose a tag to compare

What's Changed

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

Full Changelog: v0.82.1...v0.83.0

v0.82.1 - fix cors regression

28 Mar 15:57

Choose a tag to compare

What's Changed

  • feat: speed up CI with caching, reduced matrix, and path filters by @sansyrox in #1338
  • feat(website): comprehensive SEO overhaul and blog scaffold by @sansyrox in #1340
  • fix: enable default autoescape for Jinja2 templates by @RinZ27 in #1321
  • chore: add Granian attribution to asyncio.rs by @sansyrox in #1342
  • fix: prevent CORS header duplication on middleware early-return responses by @sansyrox in #1347

New Contributors

Full Changelog: v0.82.0...v0.82.1

v0.82.0 - make robyn 200% faster

21 Mar 17:48

Choose a tag to compare

What's Changed

Full Changelog: v0.81.0...v0.82.0

v0.81.0 - integrate pydantic

13 Mar 21:42

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.80.0...v0.81.0

v0.80.0 - easy access query params and deprecate old websockets

06 Mar 00:21

Choose a tag to compare

What's Changed

Full Changelog: v0.78.0...v0.80.0

v0.79.0 - websocket bugs and json handling

22 Feb 00:26

Choose a tag to compare

What's Changed

Full Changelog: v0.78.0...v0.79.0

v0.78.0 - implement a new @app.websocket syntax and some minor bug fixes

15 Feb 06:57

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.77.0...v0.78.0

v0.77.0 - fix json serialization and sse response

07 Feb 01:31

Choose a tag to compare

What's Changed

Full Changelog: v0.75.0...v0.77.0

v0.76.0 - fixes cookies and routing issues

25 Jan 14:04

Choose a tag to compare

What's Changed

Full Changelog: v0.75.0...v0.76.0