Skip to content

Commit edc4efd

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 6.3.1
1 parent ebf01bf commit edc4efd

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.3.1] - 2021-12-31
6+
### Fixed:
7+
- Fixed a bug that could cause a streaming connection to fail intermittently if the feature flag data contained UTF-8 characters outside of the ASCII character set. This would happen if a multi-byte character happened to be split across two successive reads from the stream, so the chances of it happening varied according to how often international characters appeared in the data and how much buffering of reads was done by the OS.
8+
- In JRuby only, stream reconnections would fail if the application explicitly set the initial reconnect delay to zero.
9+
510
## [6.3.0] - 2021-12-09
611
### Added:
712
- The SDK now supports evaluation of Big Segments. See: https://docs.launchdarkly.com/home/users/big-segments

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

0 commit comments

Comments
 (0)