Pedestal is a set of batteries-included libraries for building HTTP-based services and applications.
We are pleased to announce the first beta of Pedestal 0.5.11; this release primarily addresses
out-of-date dependencies and security issues.
Documentation:
http://pedestal.io/GitHub page:
https://github.com/pedestal/pedestalSignificant changes:
- Now built using deps.edn
- pedestal-jetty: Upgraded version of Jetty to 9.4.48.v20220622 to address known CVEs
- Bumped many other dependencies for security and compatibility with Clojure 11
- pedestal-log: Fixed issues that made it difficult to override the built-in implementation of logging
- pedestal-jetty: Removed blocking I/O inside a go block when using a WebSocket connection
[Closed Issues](
https://github.com/pedestal/pedestal/milestone/11?closed=1)