Skip to content

Commit bb9b4d1

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 6.3.3
1 parent dc9510d commit bb9b4d1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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.3.3] - 2022-06-15
6+
### Fixed:
7+
- Improved efficiency of SSE parsing to reduce transient memory/CPU usage spikes when receiving flag/segment data for a large LaunchDarkly environment. (Thanks, [sq-square](https://github.com/launchdarkly/ruby-eventsource/pull/32)!)
8+
59
## [6.3.2] - 2022-03-18
610
### Added:
711
- Add `initial_reconnect_delay` option to config which controls the initial delay for reconnecting the streaming connection.

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

0 commit comments

Comments
 (0)