Skip to content

Releases: sparckles/Robyn

v0.61.2 - fix module params

29 Sep 12:13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.61.1...v0.61.2

v0.61.1 - add a close method in websocket connectors

26 Aug 01:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.60.2...v0.61.1

v0.60.2 - introduce a --fast flag

24 Aug 02:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.60.1...v0.60.2

v0.60.1 - [BREAKING 🚨] - rename add_directory to serve_directory

22 Aug 22:57
Compare
Choose a tag to compare

What's Changed

  • style: rename add_directory to serve_directory by @sansyrox in #940

Full Changelog: v0.59.0...v0.60.1

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