Releases: sparckles/Robyn
Releases · sparckles/Robyn
v0.64.2 - fix a bug in allow cors and internal refactors
What's Changed
- Two tiny corrections found by mypy 1.13 by @dave42w in #1032
- Update pyproject.toml by @dave42w in #1037
- Update README.md to encourage all tests are run by @dave42w in #1036
- Router refactor by @dave42w in #1043
- Feat: integrate uv in the ci pipelines and the docs by @Mr-Sunglasses in #1040
- Minimal mypy update to openapy.py, adding dict type by @dave42w in #1048
- Minimum change to SubRouter so get, post etc have same signature as Robyn by @dave42w in #1049
- fix: allow cors in robyn by @sansyrox in #1057
Full Changelog: v0.64.1...v0.64.2
v0.64.1 - fix a bug in `--disable-openapi-path`
What's Changed
- chore: reduce number of mypy warnings by @dave42w in #1023
- fix: disable openapi path by @sansyrox in #1031
Full Changelog: v0.64.0...v0.64.1
v0.64.0 - fix a bug in allow cors
What's Changed
- chore: sync poetry lock by @sansyrox in #1014
- docs: add better docs for local development by @sansyrox in #1018
- docs: fix typos in API Reference documentation by @nicdgonzalez in #1015
- Introducing Robyn Guru on Gurubase.io by @kursataktas in #1016
- fix: allow cors in robyn by @sansyrox in #1019
New Contributors
- @nicdgonzalez made their first contribution in #1015
- @kursataktas made their first contribution in #1016
Full Changelog: v0.63.0...v0.64.0
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