DEPRECATED: C libevent Client Library Release Notes

  • 2.1.44
    Release Date: March 9, 2016

    Fixes

    • Integer bin with value 32767 would fail update. Fixed protocol sizing bug - was sizing as 4 bytes but sending 2.

  • 2.1.43
    Release Date: September 19, 2015

    Fixes

    • Use 'replicas-all' to get partition info.

  • 2.1.41
    Release Date: September 15, 2014

    Fixes

    • Handle "split cluster" case so that a "split" node reporting it's a one-node cluster doesn't dominate client's partition map.

  • 2.1.37
    Release Date: June 10, 2014

    Features

    • Added new APIs to allow runtime changes of client settings. - Socket re-use pool limit. - Optional transaction throttling controls.

    Fixes

    • allow blob size less than 8 bytes in example4 and example5.

  • 2.1.24
    Release Date: August 5, 2013

    Features

    • Added new APIs to allow runtime changes of client settings. - Socket re-use pool limit. - Optional transaction throttling controls.

    Fixes

    • Fixed libevent client batch get to work with blobs.

    • Removed "node dunning" and its associated scoring system.

    • Revised method of partition map composition.

    • Supported new (50x more compact) replicas info protocol. Only works with server version 2.6.7 and later.

    • Updated statistics and various other logging.

  • 2.1.20
    Release Date: September 24, 2013

    Features

    • Added new APIs to allow runtime changes of client settings. - Socket re-use pool limit. - Optional transaction throttling controls.

    Fixes

    • Fixed libevent client batch get to work with blobs.

    • Removed "node dunning" and its associated scoring system.

    • Revised method of partition map composition.

    • Supported new (50x more compact) replicas info protocol. Only works with server version 2.6.7 and later.

    • Updated statistics and various other logging.

  • 2.1.12
    Release Date: March 28, 2013

    Fixes

    • Treat server-side timeout return code the same as a client-side timeout with respect to node health.

    • Fixed crashing log statement in both C client and libevent2 client.

    • Fixed cf_gettime in windows libevent2 client.

    • Don't leak mutex object if init fails.