nyquest-v0.4.0
Changelog
interface
- Breaking: Moved stream upload/download functionalities behind feature
async-streamandblocking-stream. - Breaking: Changed boxed client container from
BoxtoArc. - Clients are not required to implement
Cloneany more.
nyquest-backend-curl
- Breaking: requires
nyquest-interface0.4.0. - Breaking: Moved stream upload/download functionalities behind feature
async-streamandblocking-stream. - Fixed a bug when using stream upload, PUT requests become POST.
- Fixed a deadlock when blocking clients being dropped with two requests streaming from each other.
nyquest-backend-nsurlsession
- Breaking: requires
nyquest-interface0.4.0. - Breaking: Moved stream upload/download functionalities behind feature
async-streamandblocking-stream.
nyquest-backend-winrt
- Breaking: requires
nyquest-interface0.4.0. - Breaking: Moved stream upload/download functionalities behind feature
async-streamandblocking-stream. - Fixed a bug when stream upload hang with body greater than 64 KiB
nyquest-preset
- Breaking: Moved stream upload/download functionalities behind feature
async-streamandblocking-stream. - Breaking: requires
nyquest0.4.0. - Breaking: requires
nyquest-backend-curl0.4.0. - Breaking: requires
nyquest-backend-nsurlsession0.4.0. - Breaking: requires
nyquest-backend-winrt0.4.0.
nyquest
- Breaking: requires
nyquest-interface0.4.0. - Breaking: Moved stream upload/download functionalities behind feature
async-streamandblocking-stream. - Added documentation for stream body object requirements.
Full Changelog: backend-curl-v0.3.1...nyquest-v0.4.0