diff --git a/.release_info.md b/.release_info.md index 34aef56..4450d79 100644 --- a/.release_info.md +++ b/.release_info.md @@ -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