This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-06-05
Channels
- # aleph (4)
- # announcements (2)
- # aws (37)
- # babashka (20)
- # beginners (105)
- # calva (30)
- # cider (6)
- # clerk (8)
- # cljs-dev (2)
- # clojars (8)
- # clojure (18)
- # clojure-brasil (1)
- # clojure-europe (25)
- # clojure-nl (1)
- # clojure-norway (21)
- # clojure-sweden (7)
- # clojure-uk (5)
- # clr (2)
- # cursive (37)
- # datalevin (2)
- # emacs (6)
- # events (2)
- # graalvm (35)
- # graphql (1)
- # hyperfiddle (3)
- # lsp (4)
- # malli (1)
- # off-topic (7)
- # pedestal (7)
- # practicalli (8)
- # reitit (5)
- # releases (4)
- # remote-jobs (1)
- # shadow-cljs (15)
- # xtdb (19)
https://github.com/borkdude/html: Produce HTML from hiccup in Clojure and ClojureScript 0.1.1 • Fix https://github.com/borkdude/html/issues/7: boolean HTML attributes
io.pedestal/pedestal 0.7.0-rc-1
Pedestal is a set of Clojure libraries that bring the core Clojure principles - Simplicity, Power, and Focus - to server-side development.
https://github.com/pedestal/pedestal
Significant changes:
• Upgrade to Jetty 11 (and jakarta.servlet.* packages)
• New metrics and tracing support based on https://opentelemetry.io/
• Significant improvements to documentation (docstrings and standalone documentation)
• New implementation of websocket support
• Removal of several unused and unsupported sub-libraries
• New deps-new
template for projects based on embedding Jetty
• Significant improvements to developer productivity:
• Improvements to live-reloading of namespaces while the application runs
• Much improved exception output
• Request routing information is output to console at startup (when in development mode)
• Vastly improved observability of interceptors and how they change the context
• Optional Clojure specs for the most important data structures (routing specifications, service map)
• Console warnings when using any deprecated functions or macros
This release includes some significant breaking changes so please review the https://github.com/pedestal/pedestal/blob/master/CHANGELOG.md carefully when upgrading from 0.6.x; however, the vast majority of existing Pedestal users will not be affected by these changes.
