New Features
- Make new-type constructors
constfunctions (#186)
Bug Fixes
- Have
ureq::http_clientusesend_bytes()for POST requests to avoid sendingTransfer-Encoding: chunkedheader that certain providers such as Microsoft do not support (#182/#183) - Return
RequestTokenError::ServerResponsewithDeviceCodeErrorResponseType::ExpiredToken(instead ofRequestTokenError::Other) when device access token request times out (#195)
Other Changes
- Add async device code example for Microsoft endpoints (#190)