reitit

ikitommi 2024-04-30T08:42:41.541589Z

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"

❤️ 2
ikitommi 2024-04-30T09:41:23.904409Z

🥳

🎄 4
🎁 5
🙌 3
🚀 7
🎉 11
timo 2024-04-30T11:52:48.060539Z

Great addition... I love not needing to restart my whole system after changing a handler. Thanks for the good work @ikitommi @djblue!

👍 2