1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
# ChangeLog for http-semantics
## 0.3.0
* Breaking change: fillFileBodyGetNext takes Sentinel instead of
IO () to close files on time.
## 0.2.1
* Add outBodyCancel to OutBodyIface
[#11](https://github.com/kazu-yamamoto/http-semantics/pull/11)
* Documentation improvement.
[#10](https://github.com/kazu-yamamoto/http-semantics/pull/10)
[#11](https://github.com/kazu-yamamoto/http-semantics/pull/11)
## 0.2.0
* Introduce `responseStreamingIface`
[#9](https://github.com/kazu-yamamoto/http-semantics/pull/9)
## 0.1.2
* Avoid buffer overflow in fillBufBuilderOne
[#4](https://github.com/kazu-yamamoto/http-semantics/pull/4)
## 0.1.1
* Avoid buffer overflow in runStreamingBuilder
[#3](https://github.com/kazu-yamamoto/http-semantics/pull/3)
## 0.1.0
* Make it possible to guarantee that final DATA frame is marked end-of-stream.
[#2](https://github.com/kazu-yamamoto/http-semantics/pull/2)
## 0.0.1
* Defining getResponseBodyChunk'.
[#1](https://github.com/kazu-yamamoto/http-semantics/pull/1)
## 0.0.0
* The first release.
|