v0.4.0
What's Changed
- Add channel to signify server readiness by @KianYang-Lee in #58
- Optimize backend response handling and move concurrency limit by @ksysoev in #60
- Implement connection limit for WebSocket connections by @ksysoev in #64
- Improve readability for server_test by @KianYang-Lee in #62
- Refactor HandleRequests method on connection by @ksysoev in #65
- Add integration test for library by @KianYang-Lee in #66
- Update GitHub Actions workflow to include pull request events by @ksysoev in #70
- Refactor request parser and router dispatcher to include context parameter by @ksysoev in #79
- Add basic authentication middleware for HTTP requests by @ksysoev in #82
- Add compression mode and threshold to channel configuration by @ksysoev in #83
New Contributors
- @KianYang-Lee made their first contribution in #58
Full Changelog: v0.3.0...v0.4.0