File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 22
33All 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
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments