-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(java): Implement global timeout configuration for generated clie…
…nts. (#5472) * Implement global timeout configuration for generated clients. * chore: update changelog * Add docstring; minor fixes. * Update snapshots. * US * Minor fixes. * chore: update changelog * US --------- Co-authored-by: eyw520 <[email protected]> Co-authored-by: fern-support <[email protected]>
- Loading branch information
1 parent
0883bb0
commit 2359122
Showing
164 changed files
with
2,027 additions
and
290 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
## 2.8.1 | ||
**`(feat):`** Implement global timeout configuration for generated clients. | ||
```java | ||
var client = Client.builder() | ||
.apiKey("...") | ||
.timeout(40) | ||
.build(); | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
seed/java-sdk/alias/src/main/java/com/seed/alias/SeedAliasClientBuilder.java
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
19 changes: 17 additions & 2 deletions
19
seed/java-sdk/alias/src/main/java/com/seed/alias/core/ClientOptions.java
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
seed/java-sdk/any-auth/src/main/java/com/seed/anyAuth/SeedAnyAuthClientBuilder.java
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
19 changes: 17 additions & 2 deletions
19
seed/java-sdk/any-auth/src/main/java/com/seed/anyAuth/core/ClientOptions.java
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
...de-base-path/src/main/java/com/seed/apiWideBasePath/SeedApiWideBasePathClientBuilder.java
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.