Skip to content

Commit ef3334e

Browse files
author
Dan Richelson
committed
Merge branch 'dr/2.0.4'
2 parents 0dc594e + 26aa5e9 commit ef3334e

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+
## [2.0.4] - 2017-01-31
6+
## Changed
7+
- Improved error handling when connected to flag update stream.
8+
59
## [2.0.3] - 2016-10-21
610
## Fixed
711
- Indirect stream events are now correctly processed

ldclient-rb.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
3131
spec.add_runtime_dependency "net-http-persistent", "~> 2.9"
3232
spec.add_runtime_dependency "concurrent-ruby", "~> 1.0.4"
3333
spec.add_runtime_dependency "hashdiff", "~> 0.2"
34-
spec.add_runtime_dependency "ld-celluloid-eventsource", "~> 0.8.1"
34+
spec.add_runtime_dependency "ld-celluloid-eventsource", "~> 0.8.3"
3535
spec.add_runtime_dependency "nio4r", "~> 1.1" # for maximum ruby version compatibility.
3636

3737
spec.add_runtime_dependency "waitutil", "0.2"

0 commit comments

Comments
 (0)