Falcon 3.0 Roadmap
- Review/Merge the ASGI implementation - PR #1573
- Review/Merge native form parsing (WSGI only) - PR #1549
- Fix doc formatting issue (see also comment on PR #1566)
- Get tests to pass on Windows
- Add windows gate to Travis CI
- Tweak ASGI and form interfaces (if needed) based on alpha tester feedback
- Finish ASGI Docs (including Changelog snippets)
- Finish multipart form parsing docs
- Add async support for multipart form parsing
- Review/Merge PR backlog
- ASGI WebSocket impl. + docs - PR #1741
- Tweak ASGI and form interfaces (if needed) based on alpha tester feedback
- Review/Merge PR backlog
- ASGI tutorial
- Implement and merge remaining items from the 3.0 milestone in the issue tracker (delay low-priority items to 3.1/4.0 as needed)
- Semi-final performance testing and optimization
- Semi-final changelog updates
- Render changelog news fragments (so far)
- Bug fixes
- Final performance testing and optimization
- Final changelog updates
- Review/Merge PR backlog (or delay community PRs to 3.x/4.x as needed)
- Critical bug fixes and non-invasive documentation improvements ONLY
- Render changelog news fragments to changelog and remove fragment files
- Finalize "Contributors to this Release" section in the changelog
- Add release summary to changelog
Hi @onecrayon, thanks for reaching out. I can't promise anything, but I will take a look and see if I can get an initial WebSocket implementation done for 3.0. I don't want to push out the release any longer than we have to (since things already got a bit delayed) but I may be able to sneak something in while @vytas7 is finishing up
multipart/form-data
.If you have thoughts on https://gist.github.com/kgriffs/023dcdc39c07c0ec0c749d0ddf29c4da please let me know!