v2.4.0-rc.1
Pre-release
Pre-release
Breaking change: With this release, a failed auth won't anymore terminate the connection (and thus not call onClose
) but just trigger onAuthenticateFailed.
What's Changed
- Lazily createEncoder for IncomingMessage by @canadaduane in #672
- Always clean up connection listeners by @canadaduane in #670
- fix: check if ymap is empty by @linspw in #666
- Allow provider awareness to be disabled by @raineorshine in #675
- don't close when auth fails by @YousefED in #615
- this allows giving extensions a custom name, that takes priority over the class name by @janthurau in #677
Full Changelog: v2.3.1...v2.4.0-rc.1