You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`clojure.tools.logging` is used with default uncaugt exception handling if it's found
4
7
on the classpath. Fixes [#172](https://github.com/metosin/compojure-api/issues/172).
5
8
* Both `api` and `defapi` produce identical swagger-docs. Fixes [#159](https://github.com/metosin/compojure-api/issues/159)
6
9
* allow any swagger data to be overriden at runtime either via swagger-docs or via middlewares. Fixes [#170](https://github.com/metosin/compojure-api/issues/170).
7
10
8
11
```clojure
12
+
[metosin/ring-swagger "0.22.1"] is available but we use"0.22.0"
13
+
[metosin/ring-swagger-ui "2.1.3-4"] is available but we use"2.1.3-2"
9
14
[prismatic/plumbing "0.5.2] is available but we use "0.5.1"
0 commit comments