All Versions
14
Latest Version
Avg Release Cycle
103 days
Latest Release
1386 days ago

Changelog History
Page 2

  • v0.10.10 Changes

    March 31, 2018

    ⚡️ BRUtils was updated to 0.10.0

  • v0.10.9 Changes

    November 25, 2017

    ⚡️ BRUtils was updated to 0.9.0.

  • v0.10.8 Changes

    June 08, 2017

    ⬆️ The BRUtils package has been upgraded to 0.5.0.
    👍 In 'SwifterSockets.Connection.swift' the methods incrementUsageCount and decrementUsageCount have been made public. (To help in supporting very large HTTP bodies by Swiftfire).

  • v0.10.7 Changes

    May 24, 2017

    🛠 Two bugs were fixed:

    • A crash that would occur when a connection object received data just (milli seconds) before it was closed.
    • A bug that would cause connection objects to go missing when a connection was accepted, but no data was ever received. This was a fairly common occurrence and would result in a non-response server.

    Unfortunately this necessitated the change of 1 interface in Connection.swift: 'receiverData' is now supplanted by 'processReceivedData'.