Skip to content

launchdarkly-cpp-client: v3.0.5

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Aug 22:10
d3e9890

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