# Preparations for Servant 0.21.0.0

**URL:** https://discourse.haskell.org/t/preparations-for-servant-0-21-0-0/12341
**Category:** Announcements
**Created:** [June 18, 2025, 11:43am UTC](https://discourse.haskell.org/t/preparations-for-servant-0-21-0-0/12341 "2025-06-18T11:43:38Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![tchoutri](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.haskell.org/tchoutri/32/5158_2.png) [@tchoutri](https://discourse.haskell.org/u/tchoutri)
#### Post date: [June 18, 2025, 11:43am UTC](https://discourse.haskell.org/t/preparations-for-servant-0-21-0-0/12341/1 "2025-06-18T11:43:38Z")

</div>

Hi everyone,  
The [Servant](https://www.servant.dev/) team will start to prepare the 0.21.0.0, a major release. I am calling to people who wish to:

- Fix undesirable behaviours (like [#1816](https://github.com/haskell-servant/servant/pull/1816))

- Fix bugs that may arise from new features from 0.20.3.0, like [`MultiVerb`](https://docs.servant.dev/en/latest/cookbook/multiverb/MultiVerb.html)!

- Contribute a Cookbook, which guides users through the steps for using a particular feature

- Contribute Haddocks, which are usually the first point of contact for a route combinator

- Submit patches from their private forks so, especially so if you’re an industrial user.

See you all on the [ticket tracker](https://github.com/haskell-servant/servant/issues), and thank you for making Haskell such a robust choice for web development by contributing to Servant.

---

<div class="post-metadata">

### Author: ![jackdk](https://avatars.discourse-cdn.com/v4/letter/j/9f8e36/32.png) [@jackdk](https://discourse.haskell.org/u/jackdk)
#### Post date: [June 23, 2025, 3:05am UTC](https://discourse.haskell.org/t/preparations-for-servant-0-21-0-0/12341/2 "2025-06-23T03:05:12Z")

</div>

Any thoughts on [servant#1466](https://github.com/haskell-servant/servant/issues/1466), which provides a named alternative to `:-` that I (and a few colleagues) find easier to read? Probably not worth rolling straight into the next release without giving people a chance to check the bikeshed first, and probably requesting a doc update to match.

---

<div class="post-metadata">

### Author: ![tchoutri](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.haskell.org/tchoutri/32/5158_2.png) [@tchoutri](https://discourse.haskell.org/u/tchoutri)
#### Post date: [June 23, 2025, 8:20am UTC](https://discourse.haskell.org/t/preparations-for-servant-0-21-0-0/12341/3 "2025-06-23T08:20:21Z")

</div>

I would welcome such a contribution. 🙂
