Releases: hummingbird-project/hummingbird-websocket
Releases · hummingbird-project/hummingbird-websocket
v1.0.0 Alpha 2
Minor release changes
- Requires Swift 5.5 (inline with SwiftNIO)
v1.0.0 Alpha 1
Use 1.0.0-alpha of Hummingbird
v0.4.1
- Add
import NIOHTTP1
because Hummingbird doesn't export the whole ofNIOHTTP1
anymore.
v0.4.0
Minor release updates
- Using hummingbird v0.13.0
Patch release updates
- Fix websocket URLs that include query strings
v0.3.1
- Add iOS and tvOS platform requirements
- CI now uses swift 5.4
v0.3.0
- Changes required for hummingbird v0.11.0
v0.2.0
- Added new library
HummingbirdWSClient
which includes WebSocket clientHBWebSocketClient
- Added tests for both server and client
HBApplication.WebSocket.on
parameteronUpgrade
is no longing a throwing function.
v0.1.0 Initial version
Initial version of web sockets for Hummingbird