Skip to content

Commit

Permalink
Releasing version 6.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Jun 15, 2022
1 parent dc9510d commit bb9b4d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [6.3.3] - 2022-06-15
### Fixed:
- 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)!)

## [6.3.2] - 2022-03-18
### Added:
- Add `initial_reconnect_delay` option to config which controls the initial delay for reconnecting the streaming connection.
Expand Down
2 changes: 1 addition & 1 deletion lib/ldclient-rb/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module LaunchDarkly
VERSION = "6.3.2"
VERSION = "6.3.3"
end

0 comments on commit bb9b4d1

Please sign in to comment.