Skip to content

Commit 6c566a6

Browse files
Releasing version 6.13.1
1 parent 6d4ee4b commit 6c566a6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
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.13.1] - 2020-07-13
6+
### Fixed:
7+
- 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))
8+
59
## [6.13.0] - 2020-03-30
610
### Added:
711
- The new `Config` parameter `initial_reconnect_delay` allows customizing of the base retry delay for stream connections (that is, the delay for the first reconnection after a failure; subsequent retries use an exponential backoff).

ldclient/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "6.13.0"
1+
VERSION = "6.13.1"

0 commit comments

Comments
 (0)