File ghc-servant-client-core.changes of Package ghc-servant-client-core
-------------------------------------------------------------------
Sat Jun 21 09:43:30 UTC 2025 - Peter Simons <psimons@suse.com>
- Update servant-client-core to version 0.20.3.0 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Wed Jun 4 10:14:36 UTC 2025 - Peter Simons <psimons@suse.com>
- Update servant-client-core to version 0.20.3.0.
0.20.3.0
--------
- Server-sent events (SSE) for client-side [#1811](https://github.com/haskell-servant/servant/issues/1811)
Implement Server-sent events (SSE) for the Servant client using a new
combinator "ServerSentEvents". The raw event messages, accumulated events and
JSON-processed events can be exposed.
- Integrate MultiVerb [#1766](https://github.com/haskell-servant/servant/pull/1766) [#1804](https://github.com/haskell-servant/servant/pull/1804)
Expose MultiVerb, a more ergonomic way of defining endpoints that return
many kinds of responses. Read the cookbook https://docs.servant.dev/en/master/cookbook/multiverb/MultiVerb.html
- Add public re-export of renderCurlBasePath lens [#1706](https://github.com/haskell-servant/servant/pull/1706)
- Remove GHC <= 8.10.7 from the support window [#1778](https://github.com/haskell-servant/servant/pull/1778)
- Add Servant.API.Range type [#1805](https://github.com/haskell-servant/servant/pull/1805)
- Add missing HasLink instance for DeepQuery [#1784](https://github.com/haskell-servant/servant/issues/1784)
- Add Host API combinator [#1800](https://github.com/haskell-servant/servant/pull/1800)
Adding a Host combinator allows servant users to select APIs according
to the Host header provided by clients.
-------------------------------------------------------------------
Wed Mar 26 14:57:35 UTC 2025 - Peter Simons <psimons@suse.com>
- Update servant-client-core to version 0.20.2 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Fri Aug 30 02:29:39 UTC 2024 - Peter Simons <psimons@suse.com>
- Add servant-client-core at version 0.20.2.