All Versions
11
Latest Version
Avg Release Cycle
161 days
Latest Release
1350 days ago

Changelog History
Page 1

  • v1.4.4 Changes

    August 07, 2020

    ๐Ÿ‘Œ Support for the conan package manager. Hopefully we'll get Seasocks on the conan package center.

  • v1.4.3 Changes

    January 24, 2020
    • ๐Ÿ‘ GCC 9 and Clang 9 support
    • ๐Ÿ‘ HTTP OPTIONS verb support
    • ๐Ÿ›  Bugfixes
  • v1.4.2 Changes

    April 15, 2019
    • ๐Ÿ›  Fixed escaping for non-ascii characters
    • CMake improvements
    • Clang format
  • v1.4.1 Changes

    October 08, 2018
    • Requires C++14.
    • ๐Ÿ‘Œ Support for Python 3 in build process.
    • Various CMake improvements.
    • ๐Ÿ‘ Internal improvements to better use smart pointers, and to take advantage of C++14 features.
    • ๐Ÿ›  Fix to CMake build process (plays better with Conan)
  • v1.4.0

    October 08, 2018
  • v1.3.2 Changes

    September 09, 2017

    โœ… Seasock supports latest GCC 7 and Clang 5 compiler now. SONAME is available through CMake and Catch uses v1.10 which notable reduces the test runtime.

    Note:

    Development is going to upgrade to C++14 from v1.4.x onwards.

  • v1.3.1 Changes

    April 26, 2017

    ๐Ÿš€ In 1.3.0 we added streaming, which introduced a dependency on libz. For those who don't want this dependency, in this release configuring with -DDEFLATE_SUPPORT=Off will drop the dependency.

  • v1.3.0 Changes

    March 23, 2017

    ๐Ÿ”ง Seasocks now supports compression - configurable by Server::setPerMessageDeflateEnabled

    ๐Ÿ— Also a few build and compilation fixes.

  • v1.2.6 Changes

    January 18, 2017

    โž• Added the ability to change the buffer size used for clients.

    ๐Ÿ— Internal fixes to make CMake builds more consistent.

    Enums are now enum classes: apologies for the API change. I suck at semantic versioning, it turns out :(

  • v1.2.5

    December 27, 2016