Releases: launchdarkly/cpp-sdks
Releases · launchdarkly/cpp-sdks
launchdarkly-cpp-common: v0.3.6
launchdarkly-cpp-client: v3.0.8
3.0.8 (2023-09-13)
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- dependencies
- launchdarkly-cpp-internal bumped from 0.1.8 to 0.1.9
- launchdarkly-cpp-common bumped from 0.3.5 to 0.3.6
- launchdarkly-cpp-sse-client bumped from 0.1.2 to 0.1.3
- dependencies
launchdarkly-cpp-sse-client: v0.1.2
launchdarkly-cpp-internal: v0.1.8
Dependencies
- The following workspace dependencies were updated
- dependencies
- launchdarkly-cpp-common bumped from 0.3.4 to 0.3.5
- dependencies
launchdarkly-cpp-common: v0.3.5
Dependencies
- The following workspace dependencies were updated
- dependencies
- launchdarkly-cpp-sse-client bumped from 0.1.1 to 0.1.2
- dependencies
launchdarkly-cpp-client: v3.0.7
3.0.7 (2023-08-31)
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- dependencies
- launchdarkly-cpp-internal bumped from 0.1.7 to 0.1.8
- launchdarkly-cpp-common bumped from 0.3.4 to 0.3.5
- dependencies
launchdarkly-cpp-client: v3.0.6
launchdarkly-cpp-internal: v0.1.7
Dependencies
- The following workspace dependencies were updated
- dependencies
- launchdarkly-cpp-common bumped from 0.3.3 to 0.3.4
- dependencies
launchdarkly-cpp-common: v0.3.4
launchdarkly-cpp-client: v3.0.5
3.0.5 (2023-08-28)
Bug Fixes
- initialization of LDFlagListener (#218) (6c263dd)
- TO UPGRADE: If you previously called the C API
LDFlagListener_Init(listener)
, replace withLDFlagListener_Init(&listener)
- TO UPGRADE: If you previously called the C API
C Binding Header Changes
- The C binding configuration builder header has moved!
- TO UPGRADE: If you previously included
#include <launchdarkly/bindings/c/config/builder.h>
, replace with
#include <launchdarkly/client_side/bindings/c/config/builder.h>
- TO UPGRADE: If you previously included
Dependencies
- The following workspace dependencies were updated
- dependencies
- launchdarkly-cpp-internal bumped from 0.1.6 to 0.1.7
- launchdarkly-cpp-common bumped from 0.3.3 to 0.3.4
- dependencies