v0.65.0 - BREAKING 🚨 - deprecate views and some other updates
What's Changed
- docs: fix a typo in the custom exceptions documentation by @sansyrox in https://github.com/sparckles/Robyn/pull/1055
- add_route refactoring by @dave42w in https://github.com/sparckles/Robyn/pull/1060
- Add missing function return types (mostly None) to reloader.py by @dave42w in https://github.com/sparckles/Robyn/pull/1058
- remove redundant else statement in ws.py by @dave42w in https://github.com/sparckles/Robyn/pull/1052
- chore: temporary kludge to make websocket test past on ci by @dave42w in https://github.com/sparckles/Robyn/pull/1070
- chore: drop python 3.8 support by @sansyrox in https://github.com/sparckles/Robyn/pull/1079
- chore: suppress clippy warnings by @sansyrox in https://github.com/sparckles/Robyn/pull/1086
- fix: correction of "Closed" to "closed" in temporary ws test fix by @dave42w in https://github.com/sparckles/Robyn/pull/1078
- ci: update macos to 13 by @sansyrox in https://github.com/sparckles/Robyn/pull/1088
- chore: deprecate views by @sansyrox in https://github.com/sparckles/Robyn/pull/1096
- refactor: openApi made lazy. by @dave42w in https://github.com/sparckles/Robyn/pull/1066
Full Changelog: https://github.com/sparckles/Robyn/compare/v0.64.2...v0.65.0