We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ffe6b3 commit af260a3Copy full SHA for af260a3
.release_info.md
@@ -1,6 +1,5 @@
1
-## New
2
-- Allow for empty responses to be treated as `{}` for APIs that give no answer on create. Thanks for the tweak in #226, alahijani!
3
-- 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
4
5
## Misc
6
-- 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
0 commit comments