Releases: sparckles/Robyn
Releases Β· sparckles/Robyn
v0.63.0 - Introduce automatic OpenAPI docs generation
What's Changed
- feat: openapi implementation by @VishnuSanal in #890
- feat: introduce a disable openapi flag by @sansyrox in #929
- feat: openapi response schema by @VishnuSanal in #932
- fix: openapi regressions by @sansyrox in #942
- feat: openapi request bodies by @VishnuSanal in #937
- feat: openapi response schema by @VishnuSanal in #960
- refactor: revamp add OpenAPI route by @kigawas in #979
- feat: openapi config override by @VishnuSanal in #1002
- feat: finalise openapi by @sansyrox in #1010
Full Changelog: v0.58.2...v0.63.0
v0.62.1 - fix async shutdown handler not getting called on cleanup
What's Changed
- fix: async shutdown handler not getting called by @VishnuSanal in #965
Full Changelog: v0.62.0...v0.62.1
v0.62.0 - fix crashes on ctrl + c
What's Changed
- fix: crashes on ctrl + c by @sansyrox in #973
- feat(ci): add isort and black new by @VishnuSanal in #975
- refactor: revamp add OpenAPI route by @kigawas in #979
- fix: broken CI -- codspeed-benchmarks by @VishnuSanal in #981
New Contributors
Full Changelog: v0.61.2...v0.62.0
v0.61.2 - fix module params
What's Changed
- chore: cleanup dead links by @sansyrox in #959
- docs: fix link advanced features in scaling page by @kayqueGovetri in #971
- fix: module params by @VishnuSanal in #967
New Contributors
- @kayqueGovetri made their first contribution in #971
Full Changelog: v0.61.1...v0.61.2
v0.61.1 - add a close method in websocket connectors
v0.60.2 - introduce a --fast flag
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