forked from Mastercard/terraform-provider-restapi
-
Notifications
You must be signed in to change notification settings - Fork 0
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
3 additions
and
4 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,6 +1,5 @@ | ||
## 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! | ||
## Fixed | ||
- Do not attempt to send data if `read_data` is not set | ||
|
||
## Misc | ||
- Bump some dependnecies to keep them current | ||
- Adjust checks for when data should be sent in `update|read|destroy_data` operations to be more deterministic |