Skip to content

Releases: sparckles/Robyn

v0.52.2 - Fix a typo in sqlalchemy and CI fixes

19 Mar 22:24
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.52.0...v0.52.1

v0.52.0 - Add sqlmodel in Robyn scaffolds!

11 Feb 20:25
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.51.3...v0.52.0

v0.51.3 - fix Dockerfile in robyn scaffolds

10 Feb 22:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.51.2...v0.51.3

v0.51.2 - implement [] sets and gets in headers

06 Feb 23:26
Compare
Choose a tag to compare

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

03 Feb 17:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.51.0...v0.51.1

v0.51.0 - add a way to serve html strings

10 Jan 00:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.50.0...v0.51.0

v0.50.0 - add direct rust imports!

08 Jan 11:53
Compare
Choose a tag to compare

What's Changed

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

27 Dec 18:28
Compare
Choose a tag to compare

What's Changed

Sample Usage

  • robyn --version works now. No need for python -m robyn --version

Full Changelog: v0.49.0...v0.49.3

v0.49.0 - [BREAKING 🚨] - make `--dev` command a module only command

10 Dec 21:17
Compare
Choose a tag to compare

What's Changed

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

03 Dec 21:42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.47.0...v0.48.0

Sample Usage

https://robyn.tech/documentation/api_reference/dependency_injection