pedestal

hlship 2025-06-20T18:15:10.071219Z

It should be noted that the 0.8.0 documentation (which is now the default you hit first on https://pedestal.io) mostly ignores the deprecated namespaces that used to feature very prominently ... such as io.pedestal.http and io.pedestal.websocket. You will need to go to the 0.7 docs to see that information. Even the page on "Service Map" is gone (because we talk about connectors and the connector map).

hlship 2025-06-20T18:22:11.109909Z

I have in my mind a plan that gets Pedestal to a 1.0 release: • 0.8.0 is nearly to RC • 0.9 will: ◦ remove some deprecated functions and namespaces, including io.pedestal.websocket ◦ allow for async processing using alternatives to core.async https://github.com/pedestal/pedestal/issues/491 ◦ further connectors (JDK for example) • 0.10 ◦ remove remaining deprecations from 0.8.0 and earlier ◦ shorter release cycle (not the 1 year cadence of 0.6, 0.7, 0.8) • 1.0 ◦ hopefully, just a version bump on 0.10

👍 6