We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d809b commit 540e64bCopy full SHA for 540e64b
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to the LaunchDarkly Python SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
4
5
+## [8.1.6] - 2023-09-06
6
+### Changed:
7
+- Recoverable errors are logged as a warning not an error. (Thanks, [fritzdj](https://github.com/launchdarkly/python-server-sdk/pull/219)!)
8
+
9
## [8.1.5] - 2023-08-15
10
### Changed:
11
- Loosened the requirements on the semver package. (Thanks, [hauntsaninja](https://github.com/launchdarkly/python-server-sdk/pull/216)!)
ldclient/version.py
@@ -1 +1 @@
1
-VERSION = "8.1.5"
+VERSION = "8.1.6"
0 commit comments