Skip to content

Commit e8860ba

Browse files
committed
Merge branch 'master' of github.com:launchdarkly/ruby-client
2 parents fd143d7 + e787798 commit e8860ba

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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+
## [5.5.3] - 2019-02-13
6+
### Changed:
7+
- The SDK previously used the `faraday` and `net-http-persistent` gems for all HTTP requests other than streaming connections. Since `faraday` lacks a stable version and has a known issue with character encoding, and `net-http-persistent` is no longer maintained, these have both been removed. This should not affect any SDK functionality.
8+
9+
### Fixed:
10+
- The SDK was not usable in Windows because of `net-http-persistent`. That gem has been removed.
11+
- When running in Windows, the event-processing thread threw a `RangeError` due to a difference in the Windows implementation of `concurrent-ruby`. This has been fixed.
12+
- Windows incompatibilities were undetected before because we were not running a Windows CI job. We are now testing on Windows with Ruby 2.5.
13+
514
## [5.5.2] - 2019-01-18
615
### Fixed:
716
- Like 5.5.1, this release contains only documentation fixes. Implementation classes that are not part of the supported API are now hidden from the [generated documentation](https://www.rubydoc.info/gems/ldclient-rb).

lib/ldclient-rb/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module LaunchDarkly
2-
VERSION = "5.5.2"
2+
VERSION = "5.5.3"
33
end

0 commit comments

Comments
 (0)