Skip to content

v3.22.1

Choose a tag to compare

@cb-alish cb-alish released this 09 Mar 09:49
· 3 commits to master since this release
40c9de6

v3.22.1 (2026-03-09)


Bug Fixes:

  • Fixed GET requests incorrectly sending a request body. Parameters are now only serialized into the request body for non-GET requests.

Tests:

  • GET list request — body must be empty.
  • GET retrieve request — body must be empty.
  • GET with params — params go into the query string, not the body.
  • POST request — body is correctly populated with encoded params.