Releases: sparckles/Robyn
Releases · sparckles/Robyn
v0.55.0 - add prompt for a new port when a port is occupied
What's Changed
- chore: remove codesee yaml by @sansyrox in #820
- chore: pre-commit autoupdate by @pre-commit-ci in #823
- docs: fix form data typo by @sansyrox in #832
- docs: update class Request documentation by @sansyrox in #834
- chore: pre-commit autoupdate by @pre-commit-ci in #830
- docs: better setup instructions by @VishnuSanal in #838
- docs: split custom exception handler and scaling pages by @VishnuSanal in #843
- chore: pre-commit autoupdate by @pre-commit-ci in #848
- feat: prompt for a new port when a port is occupied by @sansyrox in #849
Full Changelog: v0.54.5...v0.55.0
v0.54.5 - fix the optional returns in headers.get
What's Changed
Full Changelog: v0.54.4...v0.54.5
v0.54.4 - fix trailing slash issue in urls
What's Changed
- chore: pre-commit autoupdate by @pre-commit-ci in #812
- ci: fix linux cross builds by @sansyrox in #814
- chore: pre-commit autoupdate by @pre-commit-ci in #815
- fix: trailing slash issue by @VishnuSanal in #819
New Contributors
- @VishnuSanal made their first contribution in #819
Full Changelog: v0.54.3...v0.54.4
v0.54.3 - add a fix for sub process spawning
What's Changed
Full Changelog: v0.54.2...v0.54.3
v0.54.2 - fix: request.json to remove the extra double quotes in string types
What's Changed
- docs: fix path params docs by @sansyrox in #794
- docs: remove redundant imports from js code by @sansyrox in #790
- docs: fix documentation about middlewares by @sansyrox in #795
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #798
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #803
- chore: update setup.py by @jeffwidman in #806
- fix: request.json by @sansyrox in #808
New Contributors
- @jeffwidman made their first contribution in #806
Full Changelog: v0.54.1...v0.54.2
v0.54.1 - fix before request middleware for file uploads
v0.54.0 - add form data handling and file handling
What's Changed
- feat: add form data handling and file handling by @sansyrox in #778
- tests: add tests for form data by @sansyrox in #781
Full Changelog: v0.53.2...v0.54.0
v0.53.2 - add __contains__ in headers
Full Changelog: v0.53.2...v0.53.2
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #774
- fix: add contains in headers by @sansyrox in #775
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #779
Full Changelog: v0.53.1...v0.53.2
v0.53.1 - fix internal json rendering
What's Changed
Full Changelog: v0.53.0...v0.53.1
v0.53.0 - [BREAKING 🚨] - add a tuple return type and dict return cast to json
What's Changed
- docs: fix serve html and html docs by @sansyrox in #770
- feat: allow dictionary being returned directly by @sansyrox in #768
Full Changelog: v0.52.3...v0.53.0