Skip to content

Commit 354ccd0

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 6.2.5
1 parent 065e75a commit 354ccd0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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+
## [6.2.5] - 2021-10-12
6+
### Fixed:
7+
- Fixed a bug that caused unnecessarily heavy CPU usage when receiving very large sets of flag data from LaunchDarkly.
8+
- Improved the speed of making the initial streaming connection to LaunchDarkly. The delay that happens before reconnecting after a connection failure was mistakenly being applied before the first connection.
9+
510
## [6.2.4] - 2021-08-11
611
### Changed:
712
- The dependency version constraint for the `http` gem is now looser: it allows 5.x versions as well as 4.x. The breaking changes in `http` v5.0.0 do not affect the SDK. ([#184](https://github.com/launchdarkly/ruby-server-sdk/issues/184))

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 = "6.2.4"
2+
VERSION = "6.2.5"
33
end

0 commit comments

Comments
 (0)