Add #1077 entry
This commit is contained in:
parent
a5d3f44f2a
commit
c6311be5a1
1 changed files with 6 additions and 2 deletions
|
@ -5,7 +5,10 @@
|
||||||
|
|
||||||
### Significant changes
|
### Significant changes
|
||||||
|
|
||||||
- Streaming refactoring. [#991](https://github.com/haskell-servant/servant/pull/991)
|
- Streaming refactoring.
|
||||||
|
[#991](https://github.com/haskell-servant/servant/pull/991)
|
||||||
|
[#1076](https://github.com/haskell-servant/servant/pull/1076)
|
||||||
|
[#1077](https://github.com/haskell-servant/servant/pull/1077)
|
||||||
|
|
||||||
The streaming functionality (`Servant.API.Stream`) is refactored to use
|
The streaming functionality (`Servant.API.Stream`) is refactored to use
|
||||||
`servant` own `SourceIO` type (see `Servant.Types.SourceT` documentation),
|
`servant` own `SourceIO` type (see `Servant.Types.SourceT` documentation),
|
||||||
|
@ -23,7 +26,8 @@
|
||||||
|
|
||||||
This change shouldn't affect you, if you don't use streaming endpoints.
|
This change shouldn't affect you, if you don't use streaming endpoints.
|
||||||
|
|
||||||
- *servant-client* Separate streaming client. [#1066](https://github.com/haskell-servant/servant/pull/1066)
|
- *servant-client* Separate streaming client.
|
||||||
|
[#1066](https://github.com/haskell-servant/servant/pull/1066)
|
||||||
|
|
||||||
We now have two `http-client` based clients,
|
We now have two `http-client` based clients,
|
||||||
in `Servant.Client` and `Servant.Client.Streaming`.
|
in `Servant.Client` and `Servant.Client.Streaming`.
|
||||||
|
|
Loading…
Reference in a new issue