This repository was archived by the owner on May 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/main/java/com/launchdarkly/client Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212.gradletasknamecache
1313.gradle /
1414build /
15- bin /
15+ bin /gradle.properties
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ repositories {
1111
1212allprojects {
1313 group = ' com.launchdarkly'
14- version = " 0.13.1 "
14+ version = " 0.14.0 "
1515 sourceCompatibility = 1.6
1616 targetCompatibility = 1.6
1717}
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ public static class Builder{
6868 private String proxyHost ;
6969 private int proxyPort = -1 ;
7070 private String proxyScheme ;
71- private boolean stream = false ;
71+ private boolean stream = true ;
7272 private boolean debugStreaming = false ;
7373
7474 /**
@@ -110,7 +110,7 @@ public Builder debugStreaming(boolean debugStreaming) {
110110 }
111111
112112 /**
113- * Set whether streaming mode should be enabled
113+ * Set whether streaming mode should be enabled. By default, streaming is enabled.
114114 * @param stream whether streaming mode should be enabled
115115 * @return the builder
116116 */
You can’t perform that action at this time.
0 commit comments