Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Releases: launchdarkly/c-server-sdk

1.1.0

26 Sep 20:25
c938271

Choose a tag to compare

[1.1.0] - 2019-09-26

Added

  • Added LDClientTrackMetric which is an extended version of LDClientTrack but with an extra associated metric value.

Fixed

  • Corrected LDReasonToJSON encoding of the RULE_MATCH case.

1.0.2

26 Jul 22:57
fc40a79

Choose a tag to compare

[1.0.2] - 2019-07-26

Fixed

  • Undefined behavior associated with branching on an uninitialized variable when parsing server time headers

1.0.0

05 Jul 23:02
347f774

Choose a tag to compare

[1.0.0] - 2019-07-05

Added

  • LRU caching to prevent users being indexed multiple times

Fixed

  • The server HTTP response time parsing logic

1.0.0-beta.4

11 Jun 23:02
c887468

Choose a tag to compare

1.0.0-beta.4 Pre-release
Pre-release

[1.0.0-beta.4] - 2019-06-11

Fixed

  • Memory leak when evaluating flags with prerequisites

1.0.0-beta.3

17 May 20:27
c1f04a2

Choose a tag to compare

1.0.0-beta.3 Pre-release
Pre-release

[1.0.0-beta.3] - 2019-05-17

Added

  • Completed Doxygen coverage

Changed

  • The header files have been reorganized. Now include "launchdarkly/api.h".

1.0.0-beta.2

05 Apr 19:33
7d7f43c

Choose a tag to compare

1.0.0-beta.2 Pre-release
Pre-release

[1.0.0-beta.2] - 2019-04-05

Added

  • Windows support
  • Networking retry timing jitter
  • Analytics debugEventsUntilDate support

1.0.0-beta.1

28 Mar 23:03
0c22011

Choose a tag to compare

1.0.0-beta.1 Pre-release
Pre-release

[1.0.0-beta.1] - 2019-03-27

Added

  • Initial public API
  • OSX / Linux builds

Missing

  • Windows support
  • Networking retry timing jitter
  • Analytics debugEventsUntilDate support