Skip to content

Commit 157ef82

Browse files
Releasing version 6.11.2
1 parent 5f15518 commit 157ef82

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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.11.2] - 2019-12-09
6+
### Fixed:
7+
- Changed `Files.new_data_source()` to use `yaml.safe_load()` instead of `yaml.load()` for YAML/JSON test data parsing. This disables `pyyaml` extended syntax features that could allow arbitrary code execution. ([#136](https://github.com/launchdarkly/python-server-sdk/issues/136))
8+
59
## [6.11.1] - 2019-11-21
610
### Fixed:
711
- Fixed an incompatibility with Python 3.3 due to an unpinned dependency on `expiringdict`.

ldclient/version.py

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

0 commit comments

Comments
 (0)