Scotty 0.30 [release]

Hi everyone,

I’m very happy to announce the latest release of scotty :tada:

This release is packed with useful features and long-due updates (hence the large version bump):

  • Completes the deprecation cycle for the old exception system, and provides a compact and principled one, based on the standard Exception stack and UnliftIO, big thanks to @fumieval for the multiple review cycles there.

  • Sessions ! thanks to @tusharad

  • More examples! e.g. on how to do logging or header filtering using WAI middleware

  • general clean up of exports and warnings

  • JSON mode!

and more, check out the full changelog: scotty/changelog.md at master · scotty-web/scotty · GitHub

A big thank you to all contributors for making this release possible.

Happy testing !

18 Likes

Release up as well !

scotty: Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp

2 Likes

I’m using scotty in multiple projects now, both outputting HTML via lucid2 and JSON for an API, and it “just works”, and is easy to use. To good to see it maintained as well, keep it up!

3 Likes

Great to hear! If you have any ideas for improvements or extensions, let us know ! GitHub · Where software is built