Skip to content

2.0.0

Choose a tag to compare

@LaunchDarklyCI LaunchDarklyCI released this 26 Jan 18:19

[2.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 and a custom HTTP client.
  • Dropped support for Ruby < version 2.5
  • Dropped support for JRuby < version 9.2