Releases: sparckles/Robyn
Releases · sparckles/Robyn
v0.60.1 - [BREAKING 🚨] - rename add_directory to serve_directory
What's Changed
Full Changelog: v0.59.0...v0.60.1
v0.58.2 - make Robyn faster and fix bug in compile_rust_files
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
- @haoxins made their first contribution in #913
- @Kade-Powell made their first contribution in #873
Full Changelog: v0.58.1...v0.58.2
v0.58.1 - fix headers causing panic in invalid value conversion
v0.58.0 - control dev mode with `ROBYN_DEV_MODE` env var
What's Changed
- docs: fix styling of docs website by @sansyrox in #895
- feat: control dev mode with env var by @VishnuSanal in #877
Full Changelog: v0.57.1...v0.58.0
v0.57.1 - fixes bug in binary responses
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
What's Changed
- perf: type check function does not need to take ownership by @asamaayako in #884
- feat: add QueryParams to WebSocket by @VishnuSanal in #886
New Contributors
- @asamaayako made their first contribution in #884
Full Changelog: v0.56.3...v0.57.0
v0.56.3 - implement a `set_cookie` interface in Response struct
What's Changed
- feat: implement
set_cookie
function by @VishnuSanal in #870 - fix: typo error in postgres scaffold by @octaviusp in #883
New Contributors
- @octaviusp made their first contribution in #883
Full Changelog: v0.56.2...v0.56.3
v0.56.2 - fix file serving
What's Changed
Full Changelog: v0.56.1...v0.56.2
v0.56.1 - remove repeated port checking in dev mode
What's Changed
- chore: pre-commit autoupdate by @pre-commit-ci in #871
- docs: add docs for all the robyn env variables by @VishnuSanal in #872
- fix: disable repeated port checking in dev mode by @sansyrox in #875
Full Changelog: v0.56.0...v0.56.1
v0.56.0 - [BREAKING 🚨] - allow generic names for callback args
What's Changed
- docs: fix typo in the get_crimes route by @Amaljyothi44 in #852
- docs: document redirection by @VishnuSanal in #846
- chore: pre-commit autoupdate by @pre-commit-ci in #860
- fix: allow generic names for callback args by @sansyrox in #861
New Contributors
- @Amaljyothi44 made their first contribution in #852
Full Changelog: v0.55.0...v0.56.0