cpp_redis v4.3.1 Release Notes

Release Date: 2018-02-01 // over 8 years ago
  • 🏷 Tag

    4.3.1.

    Date

    January 31st, 2018

    🔄 Changes

    • 🛠 Fix compilation issues on some platforms
    • 🛠 Fix CMake configuration issues
    • Compile with position independent code
    • 🛠 Fix issue when reconnecting if the internal buffer was not cleared. Now fully clear all input/output buffers
    • Fix set_nb_workers behavior
    • Bump tacopie: compilation fix, position independent code, set_nb_workers fix

    ➕ Additions

    None

    Removals

    None


Previous changes from v4.3.0

  • 🏷 Tag

    4.3.0.

    Date

    November 13th, 2017

    🔄 Changes

    • 0️⃣ tacopie: fork support: allow set_default_io_service to take nullptr. In order to safely fork, call set_default_io_service(nullptr) to make sure the io_service destructor is called and all underlying threads joined.
    • ⏱ tacopie: fix: timeout for connection not working due to invalid param to select, now working
    • tacopie: improvement: make sure socket is in blocking mode before connection (#32) as it differs from one OS to another
    • tacopie: improvement: check for non-blocking connect errors with getsockopt to avoid connect reporting a successful connection followed by a call to disconnection handler (now connect report a failed

    ➕ Additions

    • tacopie: ipv6 support (connect, bind and accept operations, on tcp_server and tcp_client)

    Removals

    None