Skip to content

Commit 0842977

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 7.0.1
1 parent 25299b7 commit 0842977

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to the LaunchDarkly Ruby SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [7.0.1] - 2023-01-19
6+
### Changed:
7+
- Improved logging of feature flag data validation errors so that they are logged once at the time the SDK receives the data, rather than during each evaluation of the flag.
8+
9+
### Fixed:
10+
- Removed a misleading error message about a missing attribute that was being logged when a flag rule used the "is in segment" operator.
11+
512
## [7.0.0] - 2022-12-30
613
The latest version of this SDK supports LaunchDarkly's new custom contexts feature. Contexts are an evolution of a previously-existing concept, "users." Contexts let you create targeting rules for feature flags based on a variety of different information, including attributes pertaining to users, organizations, devices, and more. You can even combine contexts to create "multi-contexts."
714

lib/ldclient-rb/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module LaunchDarkly
2-
VERSION = "7.0.0"
2+
VERSION = "7.0.1"
33
end

0 commit comments

Comments
 (0)