Just released 0.8.0-rc-1
Nice. I was encountering a problem with get requests causing exceptions (something about body being nil) but upgrading from beta-2 to rc-1 solved it.
Maybe this is a stupid question, but is there a way to use reitit with 0.8.x?
I don't know enough about retit to say. Retit's focus is on request routing? In theory you can swap that out, in practice 0.8 binds that a little tighter than before (because routing is now used for websocket upgrade requests and file/resource asset requests, as well as all your API).
There was a discussion about that here previously and it was fixed in beta-3.