Skip to content

Releases: launchdarkly/cpp-sdks

launchdarkly-cpp-common: v0.3.5

01 Sep 00:18
ac23bb5

Choose a tag to compare

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • launchdarkly-cpp-sse-client bumped from 0.1.1 to 0.1.2

launchdarkly-cpp-client: v3.0.7

01 Sep 00:18
ac23bb5

Choose a tag to compare

3.0.7 (2023-08-31)

Bug Fixes

  • allow for specification of initial reconnect delay in streaming data source (#229) (d1dde79)

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

launchdarkly-cpp-client: v3.0.6

29 Aug 22:38
410ed6c

Choose a tag to compare

3.0.6 (2023-08-29)

Bug Fixes

  • LDDataSourceStatusListener_Init should take pointer (#222) (0aa3d14)
    • TO UPGRADE: If you previously called the C API LDDataSourceStatusListener_Init(listener), replace with LDDataSourceStatusListener_Init(&listener)

launchdarkly-cpp-internal: v0.1.7

28 Aug 22:10
d3e9890

Choose a tag to compare

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • launchdarkly-cpp-common bumped from 0.3.3 to 0.3.4

launchdarkly-cpp-common: v0.3.4

28 Aug 22:10
d3e9890

Choose a tag to compare

0.3.4 (2023-08-28)

Bug Fixes

launchdarkly-cpp-client: v3.0.5

28 Aug 22:10
d3e9890

Choose a tag to compare

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 with LDFlagListener_Init(&listener)

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>

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

launchdarkly-cpp-internal: v0.1.6

16 Aug 17:52
53aac7c

Choose a tag to compare

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • launchdarkly-cpp-common bumped from 0.3.2 to 0.3.3

launchdarkly-cpp-common: v0.3.3

16 Aug 17:52
53aac7c

Choose a tag to compare

0.3.3 (2023-08-16)

Bug Fixes

  • Fixes required to run with msvc 14.1 (vs2017) (#195) (d16b2ea)

launchdarkly-cpp-client: v3.0.4

16 Aug 17:51
53aac7c

Choose a tag to compare

[ 3.0.4]

Bug Fixes

Fixes required to run with msvc 14.1 (vs2017) (#195) (d16b2ea)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • launchdarkly-cpp-internal bumped from 0.1.5 to 0.1.6
      • launchdarkly-cpp-common bumped from 0.3.2 to 0.3.3

launchdarkly-cpp-client: v3.0.3

14 Jul 19:48
4555a9d

Choose a tag to compare

3.0.3 (2023-07-14)

Bug Fixes

  • Use correctly calculated polling delay instead of base interval. (#178) (8f70f71)