Skip to content

Commit 9b8c19c

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 7.2.0
1 parent 01dc51d commit 9b8c19c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.2.0] - 2023-05-04
6+
### Added:
7+
- You can monitor the status of the SDK's data source (which normally means the streaming connection to the LaunchDarkly service) with `LaunchDarkly::LDClient.data_source_status_provider`. This allows you to check the current connection status, and to be notified if this status changes.
8+
- You can monitor the status of a data store with `LaunchDarkly::LDClient.data_store_status_provider`. This allows you to check whether updates are succeeding and to be notified if this status changes.
9+
- You can tell the SDK to notify you whenever a feature flag's configuration has changed (either in general, or in terms of its result for a specific context), using `LaunchDarkly::LDClient.flag_tracker`.
10+
511
## [7.1.0] - 2023-04-13
612
### Added:
713
- Support for Payload Filtering in streaming and polling modes. Payload Filtering is a beta feature that allows SDKs to download a subset of environment data, rather than full environments.

lib/ldclient-rb/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module LaunchDarkly
2-
VERSION = "7.1.0"
2+
VERSION = "7.2.0"
33
end

0 commit comments

Comments
 (0)