Skip to content

6.9.0

Choose a tag to compare

@LaunchDarklyCI LaunchDarklyCI released this 10 Apr 00:10

[6.9.0] - 2019-04-09

Added:

  • It is now possible to use the with statement on an LDClient object, so that close() will be called automatically when it goes out of scope.

Fixed:

  • Calling close() on the client would cause an error if the configuration included use_ldd=True. (#118)