Skip to content

Releases: launchdarkly/cpp-sdks

launchdarkly-cpp-common: v0.3.6

13 Sep 23:09
16f9588
Compare
Choose a tag to compare

0.3.6 (2023-09-13)

Bug Fixes

  • stream connections longer than 5 minutes are dropped (#244) (e12664f)

launchdarkly-cpp-client: v3.0.8

13 Sep 23:09
16f9588
Compare
Choose a tag to compare

3.0.8 (2023-09-13)

Bug Fixes

  • stream connections longer than 5 minutes are dropped (#244) (e12664f)

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

launchdarkly-cpp-sse-client: v0.1.2

01 Sep 00:18
ac23bb5
Compare
Choose a tag to compare

0.1.2 (2023-08-31)

Bug Fixes

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

launchdarkly-cpp-internal: v0.1.8

01 Sep 00:18
ac23bb5
Compare
Choose a tag to compare

Dependencies

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

launchdarkly-cpp-common: v0.3.5

01 Sep 00:18
ac23bb5
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

0.3.4 (2023-08-28)

Bug Fixes

launchdarkly-cpp-client: v3.0.5

28 Aug 22:10
d3e9890
Compare
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