Skip to content

Commit 290ead7

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 8.1.4
1 parent 8fc379d commit 290ead7

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+
## [8.1.4] - 2023-06-01
6+
### Fixed:
7+
- Password will be redacted from redis URL prior to logging.
8+
59
## [8.1.3] - 2023-05-03
610
### Fixed:
711
- Updated usage of `HTTPResponse.getheader` to remove deprecation warning from upstream `urllib3` package. (Thanks, [mnito](https://github.com/launchdarkly/python-server-sdk/pull/206)!)

ldclient/version.py

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

0 commit comments

Comments
 (0)