Releases: sparckles/Robyn
v0.52.2 - Fix a typo in sqlalchemy and CI fixes
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #751
- Keep GitHub Actions up to date with GitHub's Dependabot by @cclauss in #754
- chore(deps): bump the github-actions group with 7 updates by @dependabot in #757
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #752
- Distutils is removed in Python 3.12 so switch to setuptools by @cclauss in #753
- fix: typo in sqlalchemy scaffold by @sansyrox in #759
New Contributors
- @dependabot made their first contribution in #757
Full Changelog: v0.52.0...v0.52.1
v0.52.0 - Add sqlmodel in Robyn scaffolds!
What's Changed
- Added sqlmodel scaffold by @leogregianin in #749
New Contributors
- @leogregianin made their first contribution in #749
Full Changelog: v0.51.3...v0.52.0
v0.51.3 - fix Dockerfile in robyn scaffolds
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #747
- fix: requirements.txt order in robyn scaffolds by @sansyrox in #750
Full Changelog: v0.51.2...v0.51.3
v0.51.2 - implement [] sets and gets in headers
What's Changed
- chore: fix pyproject and poetry run test_server and implement [] sets and gets in headers command by @AntoineRR in #746
Full Changelog: v0.51.1...v0.51.2
v0.51.1 - fix --dev reloading bug
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #739
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #740
- fix: robyn dev loading bug by @sansyrox in #743
Full Changelog: v0.51.0...v0.51.1
v0.51.0 - add a way to serve html strings
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #736
- feat: add a way to serve htmls by @sansyrox in #730
- fix(releases.jsx): docs' heading colors by @sansyrox in #737
Full Changelog: v0.50.0...v0.51.0
v0.50.0 - add direct rust imports!
What's Changed
- feat: add rust imports by @sansyrox in #717
- fix: rust imports by @sansyrox in #733
- docs: fix web sockets docs by @sansyrox in #732
Full Changelog: v0.49.3...v0.50.0
Docs - https://robyn.tech/documentation/api_reference/using_rust_directly
A detailed thought process here - https://sanskar.wtf/posts/future-of-web-apis
v0.49.3 - fix cli invocation
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #715
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #719
- Add argument 'origins' to Cors docs by @carlosm27 in #710
- docs: fix docs color scheme by @sansyrox in #720
- docs: fix headers docs by @sansyrox in #721
- feat: make startup link log clickable by @sansyrox in #722
- fix: cli invocation for Robyn by @sansyrox in #723
Sample Usage
robyn --version
works now. No need forpython -m robyn --version
Full Changelog: v0.49.0...v0.49.3
v0.49.0 - [BREAKING 🚨] - make `--dev` command a module only command
What's Changed
- docs: fix broken link for di page by @sansyrox in #707
- feat: make the cli the entry point by @sansyrox in #713
- docs: add docs for --dev flag by @sansyrox in #714
Full Changelog: v0.48.0...v0.49.0
Now, --dev
mode only works as a module command, e.g. python -m robyn --dev
We had to make --dev
command as a module only command to add support for file deletion. Deletion of files would break the module imports otherwise.
v0.48.0 - add dependency injections
What's Changed
- feat: add dependency injections by @DarrenSeng @Frodriguez116 @sansyrox in #569
New Contributors
- @DarrenSeng made their first contribution in #569
- @Frodriguez116 made their first contribution in #569
Full Changelog: v0.47.0...v0.48.0
Sample Usage
https://robyn.tech/documentation/api_reference/dependency_injection