Skip to content

Releases: relay-tools/fetch-multipart-graphql

v3.0.0

10 Dec 04:19
Compare
Choose a tag to compare

Breaking Change - fetch-multipart-graphql no longer relies on Content-Length, it instead uses the boundary separators. This requires the server to send a boundary following each payload to avoid unnecessary buffering.

v2.0.0

10 Mar 14:19
Compare
Choose a tag to compare

Breaking change: applyToPrevious behavior is removed, onNext is called with an array of payloads.