6.9.0
[6.9.0] - 2019-04-09
Added:
- It is now possible to use the
withstatement on an LDClient object, so thatclose()will be called automatically when it goes out of scope.
Fixed:
- Calling
close()on the client would cause an error if the configuration includeduse_ldd=True. (#118)