Skip to content

Commit

Permalink
Releasing version 7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Oct 16, 2023
1 parent 6b375ae commit e70f7ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,13 @@

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

## [7.3.0] - 2023-10-16
### Fixed:
- 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)!)

### Deprecated:
- 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).

## [7.2.0] - 2023-05-04
### Added:
- 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.
Expand Down
2 changes: 1 addition & 1 deletion lib/ldclient-rb/version.rb
@@ -1,3 +1,3 @@
module LaunchDarkly
VERSION = "7.2.0"
VERSION = "7.3.0"
end

0 comments on commit e70f7ed

Please sign in to comment.