Skip to content

v3.4.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Feb 21:13
· 37 commits to main since this release

NOTES:

  • data-source/http: Previously the HTTP request would unexpectedly always contain a body for all requests. Certain HTTP server implementations are sensitive to this data existing if it is not expected. Requests now only contain a request body if the request_body attribute is explicitly set. To exactly preserve the previous behavior, set request_body = "". (#388)

BUG FIXES:

  • data-source/http: Ensured HTTP request body is not sent unless configured (#388)