Skip to content

launchdarkly-cpp-client: v3.0.6

Choose a tag to compare

@github-actions github-actions released this 29 Aug 22:38
410ed6c

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)