Skip to content

Releases: sparckles/Robyn

v0.58.2 - make Robyn faster and fix bug in compile_rust_files

07 Aug 13:29
Compare
Choose a tag to compare

What's Changed

  • build: bump watchdog to 4.0.1 by @haoxins in #913
  • fix: 🐛 Fix bug in compile_rust_files where it returns a list of t… by @Kade-Powell in #873
  • docs: fix global var docs behavior in multi-threading by @VishnuSanal in #904
  • feat: replace stdlib RwLock with parking_lot::RwLock by @sansyrox in #924

New Contributors

Full Changelog: v0.58.1...v0.58.2

v0.58.1 - fix headers causing panic in invalid value conversion

29 Jul 23:22
Compare
Choose a tag to compare

What's Changed

  • fix: headers causing panic in invalid value to string conversion by @sansyrox in #908
  • ci: update rust dependencies by @sansyrox in #918
  • chore: update pull_request_template.md by @sansyrox in #920

Full Changelog: v0.58.0...v0.58.1

v0.58.0 - control dev mode with `ROBYN_DEV_MODE` env var

19 Jul 17:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.57.1...v0.58.0

v0.57.1 - fixes bug in binary responses

14 Jul 11:15
Compare
Choose a tag to compare

What's Changed

  • fix: fix response type for json by @yomaaf in #888
  • refactor: PyResponse::new to delegate body type checking to check_body… by @asamaayako in #891
  • docs: fix a typo in the deployment docs by @sansyrox in #893
  • fix: bug Binary type Reponse causes a crash#874 by @asamaayako in #882

New Contributors

Full Changelog: v0.57.0...v0.57.1

v0.57.0 - add QueryParams to WebSocket interface

09 Jul 22:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.56.3...v0.57.0

v0.56.3 - implement a `set_cookie` interface in Response struct

06 Jul 22:26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.56.2...v0.56.3

v0.56.2 - fix file serving

03 Jul 22:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.56.1...v0.56.2

v0.56.1 - remove repeated port checking in dev mode

01 Jul 20:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.56.0...v0.56.1

v0.56.0 - [BREAKING 🚨] - allow generic names for callback args

19 Jun 21:00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.55.0...v0.56.0

v0.55.0 - add prompt for a new port when a port is occupied

13 Jun 02:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.54.5...v0.55.0