Skip to content

Commit 3a48640

Browse files
Update Changelog for release of version 6.9.0
1 parent 6d8a8d9 commit 3a48640

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to the LaunchDarkly Python SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [6.9.0] - 2019-04-09
6+
### Added:
7+
- 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.
8+
9+
### Fixed:
10+
- Calling `close()` on the client would cause an error if the configuration included `use_ldd=True`. ([#118](https://github.com/launchdarkly/python-client/issues/118))
11+
512
## [6.8.4] - 2019-03-29
613
### Fixed:
714
- Setting user attributes to non-string values when a string was expected would cause analytics events not to be processed. Also, in the case of the "secondary" attribute, this could cause evaluations to fail for a flag with a percentage rollout. The SDK will now convert attribute values to strings as needed. ([#115](https://github.com/launchdarkly/python-client/issues/115))

0 commit comments

Comments
 (0)