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 2.0.0 release #41

Merged
merged 36 commits into from
Jan 22, 2020
Merged

prepare 2.0.0 release #41

merged 36 commits into from
Jan 22, 2020

Conversation

LaunchDarklyCI
Copy link
Contributor

@LaunchDarklyCI LaunchDarklyCI commented Jan 22, 2020

[2.0.0] - 2020-01-22

Added:

  • EventSource.Builder.lastEventId (replaces EventSource.setLastEventId).

Changed:

  • This library now uses OkHttp 4.x and requires Java 8 or above.
  • Configuration methods that previously specified a duration in milliseconds now use the Duration class.

Removed:

  • In EventSource: setHttpUrl, setLastEventId, setMaxReconnectTime, setReconnectionTime, setUri (these can only be set in the builder).

eli-darkly and others added 30 commits December 11, 2018 14:26
# Conflicts:
#	src/main/java/com/launchdarkly/eventsource/EventSource.java
allow endpoint to be specified as either URI or HttpUrl
# Conflicts:
#	CHANGELOG.md
#	gradle.properties
replace SSL-specific config method with general-purpose HTTP config method
# Conflicts:
#	src/main/java/com/launchdarkly/eventsource/EventSource.java
omit default header value if there's a custom value
@LaunchDarklyCI LaunchDarklyCI merged commit dc06609 into master Jan 22, 2020
@LaunchDarklyCI LaunchDarklyCI deleted the release-2.0.0 branch January 22, 2020 21:09
LaunchDarklyCI pushed a commit that referenced this pull request Sep 23, 2020
[ch90426] Fix Java 7 compatibility and bump okhttp to 3.12.12.
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.

3 participants