Skip to content

Releases: launchdarkly/ruby-server-sdk

3.0.1

27 Feb 00:26
Compare
Choose a tag to compare

[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

22 Feb 23:38
Compare
Choose a tag to compare

[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 or RedisFeatureStore should work as before, but custom feature store implementations will need to be updated.

2.5.0

13 Feb 01:49
Compare
Choose a tag to compare

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

24 Jan 00:06
Compare
Choose a tag to compare

[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

12 Jan 21:49
Compare
Choose a tag to compare

[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

02 Dec 15:31
Compare
Choose a tag to compare

[2.3.2] - 2017-12-02

Fixed

  • Make sure redis store initializations are atomic

2.3.1

16 Nov 16:05
Compare
Choose a tag to compare

[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

26 Jul 22:12
Compare
Choose a tag to compare

[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

12 May 18:48
Compare
Choose a tag to compare

[2.2.5] - 2017-05-08

Changed

  • Added proxy support to streaming and http connections. Respects HTTP_PROXY and http_proxy environment variables as well as the :proxy => protocol://user:pass@host configuration parameter.

2.1.5

28 Mar 22:44
Compare
Choose a tag to compare

Changed

  • Updated changelog