This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
Releases: launchdarkly/c-client-sdk
Releases · launchdarkly/c-client-sdk
1.7.3
[1.7.3] - 2019-12-16
Fixed:
- Stopped using
clock_gettime
on OSX which is not supported for older OS versions.
1.7.2
[1.7.2] - 2019-12-16
Fixed:
- Updated cJSON dependency to 1.7.12 (to resolve several known security vulnerabilities)
1.7.1
1.7.0
1.6.0
1.5.0
[1.5.0] - 2019-07-26
Added
- Added the
LDUserFree
function. This can be used to free a user object before it has been passed to the client
Fixed
- A leak of HTTP headers set for requests to LaunchDarkly
- A leak of the in memory flag store when
LDClientIdentify
is called. This was introduced in1.2.0
- A leak of a structure when events are flushed but no events need to be sent
1.4.0
[1.4.0] - 2019-07-03
Added
- Added the
LDConfigSetVerifyPeer
configuration option. This option allows disabling certificate verification, which may be useful for testing, or in unfortunate networking configurations. Note that certificate verification should not be disabled unless it is essential, as it makes the SDK vulnerable to man-in-the-middle attacks. (Thanks, mstrater!)
1.3.2
1.3.1
[1.3.1] - 2019-05-10
Changed:
- Renamed the build artifacts. They are now prefixed with
ldclientapi
. - Changed repository references to use the new URL.
There are no other changes in this release. Substituting the build artifacts from version 1.3.0 with the build artifacts from version 1.3.1 will not affect functionality.