Skip to content

Tags: hummingbird-project/swift-websocket

Tags

1.3.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixes including - Don't include Content-Length in request (#25)

1.3.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Actually set sniHostname (#21)

1.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #20 from hummingbird-project/server-name

Add WebSocketClientConfiguration.sniHostname

1.2.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update from hummingbird-project-template 39b2227dee2e6590b8dc0b72820f…

…09433a569c17 (#14)

1.2.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
clear pingData before writing new data (#11)

* clear pingData before writing new data

* Add test

1.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Don't let client close the connection wait for server to initiate clo…

…se (#10)

* Don't let client close the connection wait for server

* Add timeout for close

* Change Closing websocket debug to trace

* Disable autobahn tests in CI

1.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Record what reserved bits are valid (#8)

1.1.0

swift-nio-utf8

1.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove unnecessary @escaping attribute (#6)

0.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add UTF8 validation (#2)

* Add UTF8 validation

* Add UTF8 validation

* Wrap validation code in compiler(>=6)

* Disable some tests for swift 5.10

* Duplicate API being submitted to SwiftNIO

* Update docs to use WSCore

* Update Sources/WSCore/ByteBuffer+validatingString.swift

Co-authored-by: Joannis Orlandos <joannis@orlandos.nl>

* Minor updates

* Fix CI

---------

Co-authored-by: Joannis Orlandos <joannis@orlandos.nl>