Skip to content

Releases: hummingbird-project/hummingbird-websocket

v1.0.0 Release Candidate 1

17 Jan 17:46
157c9cd
Compare
Choose a tag to compare

Minor changes

  • Use hummingbird 1.0.0-rc.1 and fix up errors generated by breaking changes in hummingbird release.
  • Use a separate router for web socket requests

v1.0.0 Alpha 2

07 Dec 14:20
Compare
Choose a tag to compare

Minor release changes

  • Requires Swift 5.5 (inline with SwiftNIO)

v1.0.0 Alpha 1

17 Nov 18:45
Compare
Choose a tag to compare

Use 1.0.0-alpha of Hummingbird

v0.4.1

11 Nov 14:40
Compare
Choose a tag to compare
  • Add import NIOHTTP1 because Hummingbird doesn't export the whole of NIOHTTP1 anymore.

v0.4.0

21 Sep 09:41
Compare
Choose a tag to compare

Minor release updates

  • Using hummingbird v0.13.0

Patch release updates

  • Fix websocket URLs that include query strings

v0.3.1

07 May 09:54
Compare
Choose a tag to compare
  • Add iOS and tvOS platform requirements
  • CI now uses swift 5.4

v0.3.0

26 Apr 10:26
Compare
Choose a tag to compare
  • Changes required for hummingbird v0.11.0

v0.2.0

25 Mar 16:17
3b31144
Compare
Choose a tag to compare
  • Added new library HummingbirdWSClient which includes WebSocket client HBWebSocketClient
  • Added tests for both server and client
  • HBApplication.WebSocket.on parameter onUpgrade is no longing a throwing function.

v0.1.0 Initial version

18 Feb 14:28
Compare
Choose a tag to compare

Initial version of web sockets for Hummingbird