Skip to content

Releases: metosin/reitit

0.10.1

10 Mar 06:11
106fc4c

Choose a tag to compare

0.10.1 (2026-03-10)

  • FIX redirect-trailing-slash-handler won't make external redirects. #776
  • Allow colons in bracket parameter syntax. #770
  • Add url-encode? option to match-by-name. #778
  • Updated dependencies:
[metosin/ring-swagger-ui "5.31.0"] is available but we use "5.20.0"
[metosin/jsonista "0.3.14"] is available but we use "0.3.13"
[metosin/malli "0.20.1"] is available but we use "0.20.0"
[com.fasterxml.jackson.core/jackson-core "2.21.1"] is available but we use "2.20.1"
[com.fasterxml.jackson.core/jackson-databind "2.21.1"] is available but we use "2.20.1"

0.10.0

09 Jan 08:14
373ea9b

Choose a tag to compare

0.10.0 (2026-01-09)

  • Improve & document how response schemas get picked in per-content-type coercion. See docs. #745.
  • BREAKING Remove unused reitit.dependency ns. #763
  • Support passing options to malli humanize. See docs. #467
  • FIX Handling of ex-type keyword hierarchies in create-exception-middleware. #768
  • Updated dependencies:
[metosin/malli "0.20.0"] is available but we use "0.19.2"
[com.fasterxml.jackson.core/jackson-core "2.20.1"] is available but we use "2.20.0"
[com.fasterxml.jackson.core/jackson-databind "2.20.1"] is available but we use "2.20.0"
[org.clojure/core.rrb-vector "0.2.1"] is available but we use "0.2.0"

0.9.2

28 Oct 13:07
f4da07c

Choose a tag to compare

  • Allow multimethods as handlers when validating #755
  • Improve error reporting when generating OpenAPI fails #754
  • Allow middleware registry to be used when defining middleware in ring-handler. See docs. #739
  • Allow passing options (eg. :malli.transform/add-optional-keys) to malli's default-value-transformer. See docs. #756
  • FIX: match-by-name! returning nil instead of throwing an exception for some partial matches #758
  • Updated dependencies:
[com.fasterxml.jackson.core/jackson-core "2.20.0"] is available but we use "2.18.2"
[com.fasterxml.jackson.core/jackson-databind "2.20.0"] is available but we use "2.18.2"
[compojure "1.7.2"] is available but we use "1.7.1"
[fipp "0.6.29"] is available but we use "0.6.27"
[metosin/malli "0.19.2"] is available but we use "0.18.0"
[ring "1.15.3"] is available but we use "1.14.1"
[ring/ring-core "1.15.3"] is available but we use "1.14.1"
[ring/ring-defaults "0.7.0"] is available but we use "0.6.0"

0.9.2-rc1

24 Oct 13:16

Choose a tag to compare

0.9.2-rc1 Pre-release
Pre-release
chore: disable release signing harder