Skip to content

v0.4.0

Compare
Choose a tag to compare
@ksysoev ksysoev released this 13 Jun 15:21
· 191 commits to main since this release
50469b1

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

Full Changelog: v0.3.0...v0.4.0