Skip to content

Releases: launchdarkly/okhttp-eventsource

1.7.0

17 Jan 23:03
a2a7e7e

Choose a tag to compare

[1.7.0] - 2018-01-17

Added

  • Added the ability to connect to an SSE resource using any HTTP method (defaults to GET), and specify a request body.

1.6.0

21 Dec 05:20
60c3649

Choose a tag to compare

[1.6.0] - 2017-12-20

Fixed

  • Ensure that connections are closed completely (#24)
  • Add new handler interface for stopping connection retries after an error
  • Ensure that we reconnect with backoff in case of a read timeout

1.5.3

05 Oct 00:05

Choose a tag to compare

[1.5.3] - 2017-10-04

Fixed

  • Connections are closed completely

1.1.1

07 Feb 00:11

Choose a tag to compare

Update okhttp dependency to 3.6.0

Add support for HTTP proxy configuration

24 Jan 21:41

Choose a tag to compare

EventSource.Builder now has a proxy method which can be used to specify an HTTP proxy to be used by the okhttp client.

Add exponential backoff + jitter during reconnects

06 Oct 04:15

Choose a tag to compare

Merge pull request #8 from launchdarkly/jko/backoff

Add exponential backoff with jitter during reconnects.

0.2.2

09 Sep 23:50

Choose a tag to compare

0.2.2 Pre-release
Pre-release

Addresses #6

First release for LaunchDarkly Java client

12 Apr 20:41

Choose a tag to compare