pedestal

hlship 2025-08-08T19:02:47.753739Z

Just released 0.8.0-rc-1

🎉 6
Doug Harvey 2025-08-10T20:33:25.061789Z

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.

victor ruotolo 2025-08-12T17:45:43.995729Z

Maybe this is a stupid question, but is there a way to use reitit with 0.8.x?

hlship 2025-08-12T17:47:53.185119Z

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).

hlship 2025-08-11T16:28:10.635599Z

There was a discussion about that here previously and it was fixed in beta-3.