Skip to content

1.3.0

Compare
Choose a tag to compare
@LaunchDarklyReleaseBot LaunchDarklyReleaseBot released this 30 Aug 01:08
· 18 commits to main since this release

[1.3.0] - 2022-08-29

Added:

  • com.launchdarkly.testhelpers.tcptest: this package is analogous to httptest but much simpler, providing a basic TCP listener that can be configured with behaviors like "close connections without sending a response" or "forward the connection to another port".
  • com.launchdarkly.testhelpers.httptest.SpecialHttpConfigurations: test helpers to validate several standard kinds of HTTP client configurations.