Skip to content

v1.2.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 29 May 12:51
· 25 commits to main since this release
27577be

New Features

  • Added a new request block [FormData], which enables to specify multipart/form-data request payloads. Here you can read the documentation. [#55]

  • Added a new request option followredirects. This is true by default, but can be set to false if redirects should not be followed transparently. [#61]

Minor Changes and Bug Fixes

  • Fixed an issue when parsing file descriptors on Windows systems.