Releases: launchdarkly/ruby-server-sdk
Releases · launchdarkly/ruby-server-sdk
2.4.0
[2.4.0] - 2018-01-12
Changed
- Will use feature store if already initialized even if connection to service could not be established. This is useful when flags have been initialized in redis.
- Increase default and minimum polling interval to 30s
- Strip out unknown top-level attributes
2.3.2
[2.3.2] - 2017-12-02
Fixed
- Make sure redis store initializations are atomic
2.3.1
[2.3.1] - 2017-11-16
Added
- Add
close
method to Ruby client to stop processing events - Add support for Redis feature store
- Add support for LDD mode
- Allow user to disable outgoing event stream.
Changed
- Stop retrying on 401 responses (due to bad sdk keys)
2.2.7
[2.2.7] - 2017-07-26
Changed
- Update Readme to fix instructions on installing gem using command line
- Cleaned up formatting on various files (Rubocop)
2.2.5
2.1.5
Changed
- Updated changelog
2.1.1
Changed
- Bumped nio4r to 2.0
Bump ld-celluloid-eventsource dependency
Changed
- Bump
ld-celluloid-eventsource
from0.5.0
to0.9.0
- Reverts heatbeat detection and backoff change in
ld-celluloid-eventsource
. Resolves related issue: #81
2.0.6
[2.0.6] - 2017-02-10
Changed
- Improved handling of http status codes that may not be integers.
2.0.5
[2.0.5] - 2017-01-31
Changed
- Improved error handling when connected to flag update stream.