Fork me on GitHub
#announcements
<
2022-11-21
>
borkdude12:11:48

https://github.com/borkdude/edamamev1.0.16 Configurable EDN/Clojure parser with location metadata • Fix https://github.com/borkdude/edamame/issues/93: read-cond assumes LineNumberingIndexReader • Optimization: reset source logging buffer when reading source Channel: wherever you can reach me and in doubt #borkdude-misc ;)

🎉 6
flowthing07:11:59

Mitchell Hashimoto has Hashicorp, so… how about “Borkcorp” (and hence #borkcorp)? I think it has a pretty nice ring to it. “Purveyors of fine open-source Clojure software.” 🙃

hlship21:11:43

Pedestal 0.5.11-beta-1 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/pedestal Significant 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 https://github.com/pedestal/pedestal/milestone/11?closed=1

🎉 23
👍 1
Eugen21:11:26

great to see this moving forward.

Eugen21:11:38

any plans to use newer jetty versions? 10 - 11 (uses jakarta API) ? https://github.com/pedestal/pedestal/issues/722

hlship21:11:58

Short answer: Yes. Long answer: We decided to prioritize getting a release out with fixes for known CVEs before coming up with a longer range strategy for supporting newer versions of Jetty.

hlship22:11:09

We (myself and @U0FRJF287) are very excited to revitalize Pedestal and its documentation.

❤️ 14
Eugen22:11:47

sounds great

Eugen22:11:18

loking further for future releases

Eugen22:11:45

would love to test a release with version 10.x