0.7.0-alpha6

This commit is contained in:
Tommi Reiman 2023-09-11 15:03:31 +03:00
parent 2778775565
commit 6a39dcd6ec
37 changed files with 67 additions and 67 deletions

View file

@ -12,7 +12,7 @@ We use [Break Versioning][breakver]. The version numbers follow a `<major>.<mino
[breakver]: https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md
## UNRELEASED
## 0.7.0-alpha6 (2023-09-11)
* **BREAKING**: require Clojure 1.11, drop support for Clojure 1.10
* **BREAKING**: new syntax for `:request` and `:response` per-content-type coercions. See [coercion.md](doc/ring/coercion.md). [#627](https://github.com/metosin/reitit/issues/627)

View file

@ -2,6 +2,6 @@
:description "Reitit Buddy Auth App"
:dependencies [[org.clojure/clojure "1.10.1"]
[ring/ring-jetty-adapter "1.8.1"]
[fi.metosin/reitit "0.7.0-alpha5"]
[fi.metosin/reitit "0.7.0-alpha6"]
[buddy "2.0.0"]]
:repl-options {:init-ns example.server})

View file

@ -10,9 +10,9 @@
[ring "1.7.1"]
[hiccup "1.0.5"]
[org.clojure/clojurescript "1.10.439"]
[fi.metosin/reitit "0.7.0-alpha5"]
[fi.metosin/reitit-schema "0.7.0-alpha5"]
[fi.metosin/reitit-frontend "0.7.0-alpha5"]
[fi.metosin/reitit "0.7.0-alpha6"]
[fi.metosin/reitit-schema "0.7.0-alpha6"]
[fi.metosin/reitit-frontend "0.7.0-alpha6"]
;; Just for pretty printting the match
[fipp "0.6.14"]]

View file

@ -10,9 +10,9 @@
[ring "1.7.1"]
[hiccup "1.0.5"]
[org.clojure/clojurescript "1.10.439"]
[fi.metosin/reitit "0.7.0-alpha5"]
[fi.metosin/reitit-schema "0.7.0-alpha5"]
[fi.metosin/reitit-frontend "0.7.0-alpha5"]
[fi.metosin/reitit "0.7.0-alpha6"]
[fi.metosin/reitit-schema "0.7.0-alpha6"]
[fi.metosin/reitit-frontend "0.7.0-alpha6"]
;; Just for pretty printting the match
[fipp "0.6.14"]]

View file

@ -10,9 +10,9 @@
[ring "1.7.1"]
[hiccup "1.0.5"]
[org.clojure/clojurescript "1.10.520"]
[fi.metosin/reitit "0.7.0-alpha5"]
[fi.metosin/reitit-spec "0.7.0-alpha5"]
[fi.metosin/reitit-frontend "0.7.0-alpha5"]
[fi.metosin/reitit "0.7.0-alpha6"]
[fi.metosin/reitit-spec "0.7.0-alpha6"]
[fi.metosin/reitit-frontend "0.7.0-alpha6"]
;; Just for pretty printting the match
[fipp "0.6.14"]]

View file

@ -10,9 +10,9 @@
[ring "1.7.1"]
[hiccup "1.0.5"]
[org.clojure/clojurescript "1.10.520"]
[fi.metosin/reitit "0.7.0-alpha5"]
[fi.metosin/reitit-spec "0.7.0-alpha5"]
[fi.metosin/reitit-frontend "0.7.0-alpha5"]
[fi.metosin/reitit "0.7.0-alpha6"]
[fi.metosin/reitit-spec "0.7.0-alpha6"]
[fi.metosin/reitit-frontend "0.7.0-alpha6"]
;; Just for pretty printting the match
[fipp "0.6.14"]]

View file

@ -1,7 +1,7 @@
(defproject frontend-re-frame "0.1.0-SNAPSHOT"
:dependencies [[org.clojure/clojure "1.10.0"]
[org.clojure/clojurescript "1.10.520"]
[fi.metosin/reitit "0.7.0-alpha5"]
[fi.metosin/reitit "0.7.0-alpha6"]
[reagent "0.8.1"]
[re-frame "0.10.6"]]

View file

@ -10,9 +10,9 @@
[ring "1.8.1"]
[hiccup "1.0.5"]
[org.clojure/clojurescript "1.10.773"]
[fi.metosin/reitit "0.7.0-alpha5"]
[fi.metosin/reitit-spec "0.7.0-alpha5"]
[fi.metosin/reitit-frontend "0.7.0-alpha5"]
[fi.metosin/reitit "0.7.0-alpha6"]
[fi.metosin/reitit-spec "0.7.0-alpha6"]
[fi.metosin/reitit-frontend "0.7.0-alpha6"]
;; Just for pretty printting the match
[fipp "0.6.23"]]

View file

@ -3,6 +3,6 @@
:dependencies [[org.clojure/clojure "1.10.0"]
[ring/ring-jetty-adapter "1.7.1"]
[aleph "0.4.7-alpha5"]
[fi.metosin/reitit "0.7.0-alpha5"]
[fi.metosin/reitit "0.7.0-alpha6"]
[metosin/ring-swagger-ui "5.0.0-alpha.0"]]
:repl-options {:init-ns example.server})

View file

@ -5,5 +5,5 @@
[funcool/promesa "1.9.0"]
[manifold "0.1.8"]
[ring/ring-jetty-adapter "1.7.1"]
[fi.metosin/reitit "0.7.0-alpha5"]]
[fi.metosin/reitit "0.7.0-alpha6"]]
:repl-options {:init-ns example.server})

View file

@ -2,4 +2,4 @@
:description "Reitit coercion with vanilla ring"
:dependencies [[org.clojure/clojure "1.10.0"]
[ring/ring-jetty-adapter "1.7.1"]
[fi.metosin/reitit "0.7.0-alpha5"]])
[fi.metosin/reitit "0.7.0-alpha6"]])

View file

@ -3,7 +3,7 @@
:dependencies [[org.clojure/clojure "1.10.0"]
[metosin/jsonista "0.2.6"]
[ring/ring-jetty-adapter "1.7.1"]
[fi.metosin/reitit "0.7.0-alpha5"]
[fi.metosin/reitit "0.7.0-alpha6"]
[metosin/ring-swagger-ui "5.0.0-alpha.0"]]
:repl-options {:init-ns example.server}
:profiles {:dev {:dependencies [[ring/ring-mock "0.3.2"]]}})

View file

@ -3,7 +3,7 @@
:dependencies [[org.clojure/clojure "1.10.0"]
[io.pedestal/pedestal.service "0.5.5"]
[io.pedestal/pedestal.jetty "0.5.5"]
[fi.metosin/reitit-malli "0.7.0-alpha5"]
[fi.metosin/reitit-pedestal "0.7.0-alpha5"]
[fi.metosin/reitit "0.7.0-alpha5"]]
[fi.metosin/reitit-malli "0.7.0-alpha6"]
[fi.metosin/reitit-pedestal "0.7.0-alpha6"]
[fi.metosin/reitit "0.7.0-alpha6"]]
:repl-options {:init-ns server})

View file

@ -3,6 +3,6 @@
:dependencies [[org.clojure/clojure "1.10.0"]
[io.pedestal/pedestal.service "0.5.5"]
[io.pedestal/pedestal.jetty "0.5.5"]
[fi.metosin/reitit-pedestal "0.7.0-alpha5"]
[fi.metosin/reitit "0.7.0-alpha5"]]
[fi.metosin/reitit-pedestal "0.7.0-alpha6"]
[fi.metosin/reitit "0.7.0-alpha6"]]
:repl-options {:init-ns example.server})

View file

@ -3,6 +3,6 @@
:dependencies [[org.clojure/clojure "1.10.0"]
[io.pedestal/pedestal.service "0.5.5"]
[io.pedestal/pedestal.jetty "0.5.5"]
[fi.metosin/reitit-pedestal "0.7.0-alpha5"]
[fi.metosin/reitit "0.7.0-alpha5"]]
[fi.metosin/reitit-pedestal "0.7.0-alpha6"]
[fi.metosin/reitit "0.7.0-alpha6"]]
:repl-options {:init-ns example.server})

View file

@ -2,5 +2,5 @@
:description "Reitit Ring App"
:dependencies [[org.clojure/clojure "1.10.0"]
[ring/ring-jetty-adapter "1.7.1"]
[fi.metosin/reitit "0.7.0-alpha5"]]
[fi.metosin/reitit "0.7.0-alpha6"]]
:repl-options {:init-ns example.server})

View file

@ -2,7 +2,7 @@
:description "Reitit Ring App with Integrant"
:dependencies [[org.clojure/clojure "1.10.1"]
[ring/ring-jetty-adapter "1.7.1"]
[fi.metosin/reitit "0.7.0-alpha5"]
[fi.metosin/reitit "0.7.0-alpha6"]
[integrant "0.7.0"]]
:main example.server
:repl-options {:init-ns user}

View file

@ -3,6 +3,6 @@
:dependencies [[org.clojure/clojure "1.10.0"]
[metosin/jsonista "0.2.6"]
[ring/ring-jetty-adapter "1.7.1"]
[fi.metosin/reitit "0.7.0-alpha5"]]
[fi.metosin/reitit "0.7.0-alpha6"]]
:repl-options {:init-ns example.server}
:profiles {:dev {:dependencies [[ring/ring-mock "0.3.2"]]}})

View file

@ -3,7 +3,7 @@
:dependencies [[org.clojure/clojure "1.10.0"]
[metosin/jsonista "0.2.6"]
[ring/ring-jetty-adapter "1.7.1"]
[fi.metosin/reitit "0.7.0-alpha5"]
[fi.metosin/reitit "0.7.0-alpha6"]
[metosin/ring-swagger-ui "5.0.0-alpha.0"]]
:repl-options {:init-ns example.server}
:profiles {:dev {:dependencies [[ring/ring-mock "0.3.2"]]}})

View file

@ -2,7 +2,7 @@
:description "Reitit Ring App with Swagger"
:dependencies [[org.clojure/clojure "1.10.0"]
[ring/ring-jetty-adapter "1.7.1"]
[fi.metosin/reitit "0.7.0-alpha5"]
[fi.metosin/reitit "0.7.0-alpha6"]
[metosin/ring-swagger-ui "5.0.0-alpha.0"]]
:repl-options {:init-ns example.server}
:profiles {:dev {:dependencies [[ring/ring-mock "0.3.2"]]}})

View file

@ -1,4 +1,4 @@
(defproject fi.metosin/reitit-core "0.7.0-alpha5"
(defproject fi.metosin/reitit-core "0.7.0-alpha6"
:description "Snappy data-driven router for Clojure(Script)"
:url "https://github.com/metosin/reitit"
:license {:name "Eclipse Public License"

View file

@ -1,4 +1,4 @@
(defproject fi.metosin/reitit-dev "0.7.0-alpha5"
(defproject fi.metosin/reitit-dev "0.7.0-alpha6"
:description "Snappy data-driven router for Clojure(Script)"
:url "https://github.com/metosin/reitit"
:license {:name "Eclipse Public License"

View file

@ -1,4 +1,4 @@
(defproject fi.metosin/reitit-frontend "0.7.0-alpha5"
(defproject fi.metosin/reitit-frontend "0.7.0-alpha6"
:description "Reitit: Clojurescript frontend routing core"
:url "https://github.com/metosin/reitit"
:license {:name "Eclipse Public License"

View file

@ -1,4 +1,4 @@
(defproject fi.metosin/reitit-http "0.7.0-alpha5"
(defproject fi.metosin/reitit-http "0.7.0-alpha6"
:description "Reitit: HTTP routing with interceptors"
:url "https://github.com/metosin/reitit"
:license {:name "Eclipse Public License"

View file

@ -1,4 +1,4 @@
(defproject fi.metosin/reitit-interceptors "0.7.0-alpha5"
(defproject fi.metosin/reitit-interceptors "0.7.0-alpha6"
:description "Reitit, common interceptors bundled"
:url "https://github.com/metosin/reitit"
:license {:name "Eclipse Public License"

View file

@ -1,4 +1,4 @@
(defproject fi.metosin/reitit-malli "0.7.0-alpha5"
(defproject fi.metosin/reitit-malli "0.7.0-alpha6"
:description "Reitit: Malli coercion"
:url "https://github.com/metosin/reitit"
:license {:name "Eclipse Public License"

View file

@ -1,4 +1,4 @@
(defproject fi.metosin/reitit-middleware "0.7.0-alpha5"
(defproject fi.metosin/reitit-middleware "0.7.0-alpha6"
:description "Reitit, common middleware bundled"
:url "https://github.com/metosin/reitit"
:license {:name "Eclipse Public License"

View file

@ -1,4 +1,4 @@
(defproject fi.metosin/reitit-openapi "0.7.0-alpha5"
(defproject fi.metosin/reitit-openapi "0.7.0-alpha6"
:description "Reitit: OpenAPI-support"
:url "https://github.com/metosin/reitit"
:license {:name "Eclipse Public License"

View file

@ -1,4 +1,4 @@
(defproject fi.metosin/reitit-pedestal "0.7.0-alpha5"
(defproject fi.metosin/reitit-pedestal "0.7.0-alpha6"
:description "Reitit + Pedestal Integration"
:url "https://github.com/metosin/reitit"
:license {:name "Eclipse Public License"

View file

@ -1,4 +1,4 @@
(defproject fi.metosin/reitit-ring "0.7.0-alpha5"
(defproject fi.metosin/reitit-ring "0.7.0-alpha6"
:description "Reitit: Ring routing"
:url "https://github.com/metosin/reitit"
:license {:name "Eclipse Public License"

View file

@ -1,4 +1,4 @@
(defproject fi.metosin/reitit-schema "0.7.0-alpha5"
(defproject fi.metosin/reitit-schema "0.7.0-alpha6"
:description "Reitit: Plumatic Schema coercion"
:url "https://github.com/metosin/reitit"
:license {:name "Eclipse Public License"

View file

@ -1,4 +1,4 @@
(defproject fi.metosin/reitit-sieppari "0.7.0-alpha5"
(defproject fi.metosin/reitit-sieppari "0.7.0-alpha6"
:description "Reitit: Sieppari Interceptors"
:url "https://github.com/metosin/reitit"
:license {:name "Eclipse Public License"

View file

@ -1,4 +1,4 @@
(defproject fi.metosin/reitit-spec "0.7.0-alpha5"
(defproject fi.metosin/reitit-spec "0.7.0-alpha6"
:description "Reitit: clojure.spec coercion"
:url "https://github.com/metosin/reitit"
:license {:name "Eclipse Public License"

View file

@ -1,4 +1,4 @@
(defproject fi.metosin/reitit-swagger-ui "0.7.0-alpha5"
(defproject fi.metosin/reitit-swagger-ui "0.7.0-alpha6"
:description "Reitit: Swagger-ui support"
:url "https://github.com/metosin/reitit"
:license {:name "Eclipse Public License"

View file

@ -1,4 +1,4 @@
(defproject fi.metosin/reitit-swagger "0.7.0-alpha5"
(defproject fi.metosin/reitit-swagger "0.7.0-alpha6"
:description "Reitit: Swagger-support"
:url "https://github.com/metosin/reitit"
:license {:name "Eclipse Public License"

View file

@ -1,4 +1,4 @@
(defproject fi.metosin/reitit "0.7.0-alpha5"
(defproject fi.metosin/reitit "0.7.0-alpha6"
:description "Snappy data-driven router for Clojure(Script)"
:url "https://github.com/metosin/reitit"
:license {:name "Eclipse Public License"

View file

@ -1,4 +1,4 @@
(defproject fi.metosin/reitit-parent "0.7.0-alpha5"
(defproject fi.metosin/reitit-parent "0.7.0-alpha6"
:description "Snappy data-driven router for Clojure(Script)"
:url "https://github.com/metosin/reitit"
:license {:name "Eclipse Public License"
@ -15,22 +15,22 @@
:url "https://github.com/metosin/reitit"}
;; TODO: need to verify that the code actually worked with Java1.8, see #242
:javac-options ["-Xlint:unchecked" "-target" "1.8" "-source" "1.8"]
:managed-dependencies [[fi.metosin/reitit "0.7.0-alpha5"]
[fi.metosin/reitit-core "0.7.0-alpha5"]
[fi.metosin/reitit-dev "0.7.0-alpha5"]
[fi.metosin/reitit-spec "0.7.0-alpha5"]
[fi.metosin/reitit-malli "0.7.0-alpha5"]
[fi.metosin/reitit-schema "0.7.0-alpha5"]
[fi.metosin/reitit-ring "0.7.0-alpha5"]
[fi.metosin/reitit-middleware "0.7.0-alpha5"]
[fi.metosin/reitit-http "0.7.0-alpha5"]
[fi.metosin/reitit-interceptors "0.7.0-alpha5"]
[fi.metosin/reitit-swagger "0.7.0-alpha5"]
[fi.metosin/reitit-openapi "0.7.0-alpha5"]
[fi.metosin/reitit-swagger-ui "0.7.0-alpha5"]
[fi.metosin/reitit-frontend "0.7.0-alpha5"]
[fi.metosin/reitit-sieppari "0.7.0-alpha5"]
[fi.metosin/reitit-pedestal "0.7.0-alpha5"]
:managed-dependencies [[fi.metosin/reitit "0.7.0-alpha6"]
[fi.metosin/reitit-core "0.7.0-alpha6"]
[fi.metosin/reitit-dev "0.7.0-alpha6"]
[fi.metosin/reitit-spec "0.7.0-alpha6"]
[fi.metosin/reitit-malli "0.7.0-alpha6"]
[fi.metosin/reitit-schema "0.7.0-alpha6"]
[fi.metosin/reitit-ring "0.7.0-alpha6"]
[fi.metosin/reitit-middleware "0.7.0-alpha6"]
[fi.metosin/reitit-http "0.7.0-alpha6"]
[fi.metosin/reitit-interceptors "0.7.0-alpha6"]
[fi.metosin/reitit-swagger "0.7.0-alpha6"]
[fi.metosin/reitit-openapi "0.7.0-alpha6"]
[fi.metosin/reitit-swagger-ui "0.7.0-alpha6"]
[fi.metosin/reitit-frontend "0.7.0-alpha6"]
[fi.metosin/reitit-sieppari "0.7.0-alpha6"]
[fi.metosin/reitit-pedestal "0.7.0-alpha6"]
[metosin/ring-swagger-ui "4.18.1"]
[metosin/spec-tools "0.10.5"]
[metosin/schema-tools "0.13.1"]