We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f4531 commit 35bdc54Copy full SHA for 35bdc54
servant-server/CHANGELOG.md
@@ -1,6 +1,9 @@
1
HEAD
2
----
3
4
+* Add `Config` machinery (https://github.com/haskell-servant/servant/pull/327).
5
+ This is a breaking change, as the signatures of both `route` and `serve` now
6
+ take an extra parameter.
7
* Support for the `HttpVersion`, `IsSecure`, `RemoteHost` and `Vault` combinators
8
* Drop `EitherT` in favor of `ExceptT`
9
* Use `http-api-data` instead of `Servant.Common.Text`
servant/CHANGELOG.md
@@ -1,6 +1,7 @@
+* Add `WithNamedConfig` combinator.
* Add `HttpVersion`, `IsSecure`, `RemoteHost` and `Vault` combinators
* Fix safeLink, so Header is not in fact required.
* Add more instances for (:<|>)
0 commit comments