Releases: launchdarkly/ruby-server-sdk
Releases · launchdarkly/ruby-server-sdk
3.0.1
[3.0.1] - 2018-02-26
Fixed
- Fixed a bug that could prevent very large feature flags from being updated in streaming mode.
3.0.0
[3.0.0] - 2018-02-22
Added
- Support for a new LaunchDarkly feature: reusable user segments.
Changed
- The feature store interface has been changed to support user segment data as well as feature flags. Existing code that uses
InMemoryFeatureStore
orRedisFeatureStore
should work as before, but custom feature store implementations will need to be updated.
2.5.0
2.5.0 (2018-02-12)
Added
- Adds support for a future LaunchDarkly feature, coming soon: semantic version user attributes.
Changed
- It is now possible to compute rollouts based on an integer attribute of a user, not just a string attribute.
2.4.1
[2.4.1] - 2018-01-23
Changed
- Reduce logging level for missing flags
- Relax json and faraday dependencies
Fixed
- Wrap redis bulk updates in a transaction
- Fixed documentation links
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