All Versions
16
Latest Version
Avg Release Cycle
247 days
Latest Release
2684 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.12
September 19, 2017 -
v0.9.0 Changes
September 07, 2020- BREAKING Removed
snapToApplication'
. UsesnapToApplication
instead - Fixed a bug that caused duplication of header values in the request data used to route requests. See this issue: #27
- BREAKING Removed
-
v0.8.5
March 08, 2020 -
v0.8.5.0 Changes
- Bump dependencies for ghc-8.8.2
-
v0.8.4 Changes
May 27, 2019- Support servant 0.15 and 0.16, which have a new
Stream
combinator - Drop support for servant < 0.15
- Correct the way imperativelly added headers in request/response are managed (fixing CORS issue)
- More CORS test coverage
- Support servant 0.15 and 0.16, which have a new
-
v0.8.4.1 Changes
- Drop servant-client and http-client dependencies from snap-greet
-
v0.8.3 Changes
May 26, 2019- Add support for servant-0.14
- Reorder handling of errors
-
v0.8.3.2 Changes
May 28, 2019- Backport the response header fix from 0.8.4 (we can now use it with servant 0.14)
-
v0.8.2 Changes
July 21, 2018๐ Support servant-0.13, specifically streaming endpoints
-
v0.8 Changes
September 19, 2017- Copy BasicAuth and Context from servant-server to support basic auth checking