Skip to content

4.3.0

Compare
Choose a tag to compare
@ramosbugs ramosbugs released this 08 Nov 22:56
· 63 commits to main since this release

New Features

  • Make new-type constructors const functions (#186)

Bug Fixes

  • Have ureq::http_client use send_bytes() for POST requests to avoid sending Transfer-Encoding: chunked header that certain providers such as Microsoft do not support (#182/#183)
  • Return RequestTokenError::ServerResponse with DeviceCodeErrorResponseType::ExpiredToken (instead of RequestTokenError::Other) when device access token request times out (#195)

Other Changes

  • Add async device code example for Microsoft endpoints (#190)