Skip to content

Commit d3179c5

Browse files
Releasing version 6.10.2
1 parent 874ea54 commit d3179c5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.10.2] - 2019-10-30
6+
### Fixed:
7+
- Since version 6.1.0, the SDK was not respecting the standard `https_proxy` environment variable for specifying a proxy (because that variable is not used by `urllib3`). This has been fixed.
8+
- In streaming mode, the SDK could fail to apply a feature flag update if it exceeded the LaunchDarkly service's maximum streaming message size; the service uses an alternate delivery mechanism in this case, which was broken in the SDK. This bug was also introduced in version 6.1.0.
9+
- Fixed the generated documentation to exclude special members like `__dict__`.
10+
511
## [6.10.1] - 2019-08-20
612
### Fixed:
713
- Fixed a bug in 6.10.0 that prevented analytics events from being generated for missing flags.

ldclient/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "6.10.1"
1+
VERSION = "6.10.2"

0 commit comments

Comments
 (0)