Skip to content

Commit e70f7ed

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 7.3.0
1 parent 6b375ae commit e70f7ed

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.3.0] - 2023-10-16
6+
### Fixed:
7+
- The documentation for the `default_connect_timeout` setting stated it defaulted to 10 seconds when the code actually defaults to 2. (Thanks, [zmagg-figma](https://github.com/launchdarkly/ruby-server-sdk/pull/223)!)
8+
9+
### Deprecated:
10+
- 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).
11+
512
## [7.2.0] - 2023-05-04
613
### Added:
714
- 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.

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.2.0"
2+
VERSION = "7.3.0"
33
end

0 commit comments

Comments
 (0)