Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare 1.9.0 release #31

Merged
merged 11 commits into from
Dec 13, 2018
Merged

prepare 1.9.0 release #31

merged 11 commits into from
Dec 13, 2018

Conversation

eli-darkly
Copy link
Contributor

[1.9.0] - 2018-12-12

Added:

  • The requestTransformer option allows you to customize the outgoing request in any way you like. (#28)
  • It is now possible to specify the endpoint as either a URI or an OkHttp HttpUrl. (#29)
  • The backoffResetThresholdMs option controls the new backoff behavior described below.
  • Added Javadoc comments for all public members.

Changed:

  • The exponential backoff behavior when a stream connection fails has changed as follows. Previously, the backoff delay would increase for each attempt if the connection could not be made at all, or if a read timeout happened; but if a connection was made and then an error (other than a timeout) occurred, the delay would be reset to the minimum value. Now, the delay is only reset if a stream connection is made and remains open for at least backoffResetThresholdMs milliseconds. The default for this value is one minute (60000).

@eli-darkly eli-darkly requested a review from pkaeding December 13, 2018 01:12
@eli-darkly
Copy link
Contributor Author

Note, we had not been maintaining a changelog for this repo before. I've added one, copying the release dates and notes from previous releases (although not all of those were documented).

@eli-darkly eli-darkly requested a review from jkodumal December 13, 2018 01:14
@eli-darkly eli-darkly merged commit c0a57b8 into master Dec 13, 2018
@eli-darkly eli-darkly deleted the 1.9.0 branch December 13, 2018 01:25
LaunchDarklyCI pushed a commit that referenced this pull request Apr 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants