Skip to content

Commit 8bdf7e0

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 7.4.1
1 parent b2fe1ac commit 8bdf7e0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
## [7.4.1] - 2022-04-22
6+
### Added:
7+
- Added py.typed file to indicate typing support. Thanks [@phillipuniverse](https://github.com/launchdarkly/python-server-sdk/pull/166)
8+
9+
### Fixed:
10+
- Fixed invalid operator in key in TestData.
11+
- Fixed bucketing logic to not treat boolean values as bucketable value types.
12+
513
## [7.4.0] - 2022-02-16
614
### Added:
715
- `TestData`, in the new module `ldclient.integrations.test_data`, is a new way to inject feature flag data programmatically into the SDK for testing—either with fixed values for each flag, or with targets and/or rules that can return different values for different users. Unlike the file data source, this mechanism does not use any external resources, only the data that your test code has provided.

ldclient/version.py

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

0 commit comments

Comments
 (0)