Skip to content

v0.20.0 - support streaming input body

Compare
Choose a tag to compare
@jsteenb2 jsteenb2 released this 03 Sep 20:44
· 15 commits to main since this release
a2e9a5a

feat: update Request to take stream instead of json.RawMessage

this enables us to support a streaming API :yaaaas:. With
this we can enable our entire system to work with a streamed
input. Locally, that means working with a multipart/form body
file and the meta field.