Skip to content

Commit 30c6149

Browse files
Update Changelog for release of version 6.5.0
1 parent f3ee806 commit 30c6149

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.5.0] - 2018-10-17
6+
### Added:
7+
- The `all_flags_state` method now accepts a new option, `details_only_for_tracked_flags`, which reduces the size of the JSON representation of the flag state by omitting some metadata. Specifically, it omits any data that is normally used for generating detailed evaluation events if a flag does not have event tracking or debugging turned on.
8+
9+
### Changed:
10+
- The SDK previously contained a copy of code from the `expiringdict` package. This has been changed to use the current version of that package from PyPi.
11+
12+
### Fixed:
13+
- JSON data from `all_flags_state` is now slightly smaller even if you do not use the new option described above, because it omits the flag property for event tracking unless that property is true.
14+
515
## [6.4.2] - 2018-09-21
616
### Fixed:
717
- In polling mode, if the client received an HTTP error from LaunchDarkly, it stopped polling. This has been fixed so it only stops polling if the error is 401 (indicating an invalid SDK key).

0 commit comments

Comments
 (0)