File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 5
5
* Support for collections in query parameters. E.g. ` :query-params [x :- [Long]] ` & url ` ?x=1&x=2&x=3 ` should result in ` x ` being ` [1 2 3] ` .
6
6
* ** BREAKING** : ` :validation-errors :error-handler ` , ` :validation-errors :catch-core-errors? `
7
7
and ` :exceptions :exception-handler ` options have been removed.
8
- * These have been replaced with general ` :exceptions :handler ` options.
8
+ * These have been replaced with general ` :exceptions :handlers ` options.
9
+ * Fails nicely at compile-time
9
10
* ** BREAKING** : New handler use different arity than old handler functions.
11
+ * new arguments: Exception, ex-info and request.
10
12
* Move ` context ` from ` compojure.api.sweet ` to ` compojure.api.legacy ` . Use ` context* ` instead.
11
13
* Updated deps:
12
14
You can’t perform that action at this time.
0 commit comments