This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-04-30
Channels
- # announcements (25)
- # beginners (11)
- # biff (8)
- # calva (19)
- # cider (9)
- # clojure (16)
- # clojure-europe (15)
- # clojure-nl (1)
- # clojure-norway (40)
- # clojure-spec (4)
- # clojure-uk (5)
- # data-science (11)
- # dev-tooling (1)
- # emacs (46)
- # events (4)
- # figwheel-main (3)
- # gratitude (4)
- # heroku (1)
- # humbleui (1)
- # integrant (4)
- # jobs (11)
- # jobs-discuss (48)
- # lsp (3)
- # malli (24)
- # off-topic (12)
- # overtone (14)
- # pathom (26)
- # portal (4)
- # reitit (3)
- # releases (2)
- # remote-jobs (5)
- # ring-swagger (4)
- # scittle (44)
- # shadow-cljs (47)
today! will push out reitit 0.7.0 (one year in the making), but before that, final alpha: > 0.7.0-alpha8 (2024-04-30) > • Handlers can be vars https://github.com/metosin/reitit/pull/585 > • Fetch OpenAPI content types from Muuntaja https://github.com/metosin/reitit/issues/636 > • BREAKING OpenAPI support is now clj only > • Fix swagger generation when unsupported coercions are present https://github.com/metosin/reitit/pull/671 > • Generate correct OpenAPI $ref schemas for malli var and ref schemas https://github.com/metosin/reitit/pull/673 > • Updated dependencies: >
[metosin/malli "0.16.1"] is available but we use "0.13.0"
> [metosin/muuntaja "0.6.10"] is available but we use "0.6.8"
> [metosin/spec-tools "0.10.6"] is available but we use "0.10.5"
> [metosin/jsonista "0.3.8"] is available but we use "0.3.7"
> [com.fasterxml.jackson.core/jackson-core "2.17.0"] is available but we use "2.15.1"
> [com.fasterxml.jackson.core/jackson-databind "2.17.0"] is available but we use "2.15.1"
> [ring/ring-core "1.12.1"] is available but we use "1.10.0"
> [metosin/ring-swagger-ui "5.9.0"] is available but we use "4.19.1"
Great addition... I love not needing to restart my whole system after changing a handler. Thanks for the good work @U055NJ5CC @U1G869VNV!