Skip to content

Releases: vapor-community/sockets

Bugfixes

06 Jun 12:20
Compare
Choose a tag to compare
  • Fixed the intermittent crash in address resolution (#39)
  • Made AddressFamily and Port re-exported enums of Socks (#34)

0.4.0: Fixed ipv6 address handling (#31)

02 Jun 19:29
Compare
Choose a tag to compare
* Fixed ipv6 address handling

* Not using ss_length as its not present on Linux

* Adjusting tests

* Trying to fix Linux :/

* trying things out

* fixed port

* Final touches

* Really final touches

0.3.0: UDP Client/Server (#28)

01 Jun 17:15
Compare
Choose a tag to compare
* started work on UDP, will require more changes to the interfaces

* Deleted proj

* Renaming enums to the new lower-case convention

* Also fixing tests

* Giant refactoring WIP, changed abstractions, TCP and UDP need more separation than I previously anticipated

* Fixed adjusting of SocketConfig to the resolved address family

* Updated to Swift 3 Preview 1

* UDP Server and Client working!

* Finishing up UDP, tested for leaks and performance, all looks good

0.2.3

06 May 21:23
Compare
Choose a tag to compare
Refactored resolving of addresses, fixed leak (#26)

0.2.1

03 May 20:42
9735ef7
Compare
Choose a tag to compare
Updated Swift 05-03

0.0.3

21 Mar 11:17
Compare
Choose a tag to compare
Update README.md

0.0.2

21 Mar 10:29
Compare
Choose a tag to compare
fixing a force unwrap