[go: up one dir, main page]

Skip to content

Releases: sparckles/Robyn

v0.63.0 - Introduce automatic OpenAPI docs generation

03 Nov 01:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.58.2...v0.63.0

v0.62.1 - fix async shutdown handler not getting called on cleanup

17 Oct 00:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.62.0...v0.62.1

v0.62.0 - fix crashes on ctrl + c

15 Oct 15:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.61.2...v0.62.0

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