mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +00:00
Update Ring to 1.7.1
This commit is contained in:
parent
3db3ec68f3
commit
61aa981da7
2 changed files with 8 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
## UNRELEASED
|
## 0.2.5 (2018-10-30)
|
||||||
|
|
||||||
## `reitit-ring`
|
## `reitit-ring`
|
||||||
|
|
||||||
|
|
@ -23,6 +23,12 @@
|
||||||
; {:status 308, :headers {"Location" "/pong/"}, :body ""}
|
; {:status 308, :headers {"Location" "/pong/"}, :body ""}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
* updated deps:
|
||||||
|
|
||||||
|
```clj
|
||||||
|
[ring/ring-core "1.7.1"] is available but we use "1.7.0"
|
||||||
|
```
|
||||||
|
|
||||||
## `reitit-http`
|
## `reitit-http`
|
||||||
|
|
||||||
* router is injected into request also in the default branch
|
* router is injected into request also in the default branch
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
[metosin/reitit-frontend "0.2.4"]
|
[metosin/reitit-frontend "0.2.4"]
|
||||||
[metosin/reitit-sieppari "0.2.4"]
|
[metosin/reitit-sieppari "0.2.4"]
|
||||||
[meta-merge "1.0.0"]
|
[meta-merge "1.0.0"]
|
||||||
[ring/ring-core "1.7.0"]
|
[ring/ring-core "1.7.1"]
|
||||||
[metosin/spec-tools "0.8.0"]
|
[metosin/spec-tools "0.8.0"]
|
||||||
[metosin/schema-tools "0.10.4"]
|
[metosin/schema-tools "0.10.4"]
|
||||||
[metosin/ring-swagger-ui "2.2.10"]
|
[metosin/ring-swagger-ui "2.2.10"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue