Skip to content

6.0.0

Compare
Choose a tag to compare
@LaunchDarklyCI LaunchDarklyCI released this 26 Jan 22:43

[6.0.0] - 2021-01-26

Added:

  • Added a socket_factory configuration option which can be used for socket creation by the HTTP client if provided. The value of socket_factory must be an object providing an open(uri, timeout) method and returning a connected socket.

Changed:

  • Switched to the http gem instead of socketry (with a custom http client) for streaming, and instead of Net::HTTP for polling / events.
  • Dropped support for Ruby < version 2.5
  • Dropped support for JRuby < version 9.2
  • Changed the default polling domain from app.launchdarkly.com to sdk.launchdarkly.com.