-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
2 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 |
---|---|---|
@@ -1,2 +1,6 @@ | ||
## Fixed | ||
- Also use the configured HTTP client for OAuth2 calls (this enables insecure mode/timeouts for OAuth2). Thanks for the fix in #234 @orgads and @yoshigev and the report in #195, @arun-a-nayagam! | ||
## New | ||
- Allow for empty responses to be treated as `{}` for APIs that give no answer on create. Thanks for the tweak in #226, alahijani! | ||
- Add support for sending a body (`read_data`) during read operations for APIs that are a little less REST-y. Thanks for the feature in #252, @detvdl! | ||
|
||
## Misc | ||
- Bump some dependnecies to keep them current |