From 881d1c35b5d18941b67eaec830a76555e0aac3ef Mon Sep 17 00:00:00 2001 From: LaunchDarklyCI Date: Mon, 21 Sep 2020 23:45:55 +0000 Subject: [PATCH] Releasing version 6.13.2 --- CHANGELOG.md | 4 ++++ ldclient/version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c8cb8e7..181927f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the LaunchDarkly Python SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [6.13.2] - 2020-09-21 +### Fixed: +- The SDK was not recognizing proxy authorization parameters included in a proxy URL (example: `http://username:password@proxyhost:port`). It will now use these parameters if present, regardless of whether you set the proxy URL programmatically or in an environment variable. (Thanks, [gangeli](https://github.com/launchdarkly/python-server-sdk/pull/145)!) + ## [6.13.1] - 2020-07-13 ### Fixed: - A problem with the SDK's use of `urllib3.Retry` could prevent analytics event delivery from being retried after a network error or server error. ([#143](https://github.com/launchdarkly/python-server-sdk/issues/143)) diff --git a/ldclient/version.py b/ldclient/version.py index 4c3bdb31..a9336f71 100644 --- a/ldclient/version.py +++ b/ldclient/version.py @@ -1 +1 @@ -VERSION = "6.13.1" +VERSION = "6.13.2"