Skip to content

Commit 76bd59a

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 8.2.0
1 parent bcbcbee commit 76bd59a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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.2.0] - 2023-10-17
6+
### Deprecated:
7+
- Creating an `LDContext` using the legacy user format has been deprecated and will be removed in the next major release. To learn more, read the [Contexts documentation](https://docs.launchdarkly.com/guides/flags/intro-contexts).
8+
- Providing client methods `track`, `identify`, `variation`, `variation_detail`, `all_flags_state`, and `secure_mode_hash` with a context dictionary is deprecated. In the next major release, a `Context` will be required.
9+
510
## [8.1.7] - 2023-10-05
611
### Changed:
712
- Loosened urllib3 requirement to <3

ldclient/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "8.1.7"
1+
VERSION = "8.2.0"

0 commit comments

Comments
 (0)