File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## Unreleased
22
3- - Added ` compojure.api.exception/with-logging ` helper to add logging to exception handlers.
4- - Check extended wiki guide on [ exception handling] ( https://github.com/metosin/compojure-api/wiki/Exception-handling#logging )
3+ * [ Updated ring-swagger] ( https://github.com/metosin/ring-swagger/blob/master/CHANGELOG.md#Unreleased )
4+ * Added ` compojure.api.exception/with-logging ` helper to add logging to exception handlers.
5+ * Check extended wiki guide on [ exception handling] ( https://github.com/metosin/compojure-api/wiki/Exception-handling#logging )
6+
7+ * Updated deps:
8+
9+ ``` clojure
10+ [metosin/ring-swagger " 0.22.3-SNAPSHOT" ] is available
11+ ```
512
613## 0.24.4 (13.1.2016)
714
815** [ compare] ( https://github.com/metosin/compojure-api/compare/0.24.3...0.24.4 ) **
916
10- - Updated ring-swagger:
11- - Discard all extra map keys from properties ([ metosin/ring-swagger #77 ] ( https://github.com/metosin/ring-swagger/issues/77 ) )
12- - All Schema [ extra keys] ( https://github.com/Prismatic/schema/blob/master/src/cljx/schema/core.cljx#L765 )
13- are now exposed as Swagger additional properties.
14- - Previously only ` s/Keyword ` were supported.
15- - Fix JSON Schema ` nil ` default value ([ metosin/ring-swagger #79 ] ( https://github.com/metosin/ring-swagger/issues/79 ) )
16-
17+ - [ Updated ring-swagger] ( https://github.com/metosin/ring-swagger/blob/master/CHANGELOG.md#0222-1312016 )
1718
1819* Updated deps:
1920
Original file line number Diff line number Diff line change 1- (defproject metosin /compojure-api " 0.24.4 "
1+ (defproject metosin /compojure-api " 0.24.5-SNAPSHOT "
22 :description " Compojure Api"
33 :url " https://github.com/metosin/compojure-api"
44 :license {:name " Eclipse Public License"
1313 [org.tobereplaced/lettercase " 1.0.0" ]
1414 [frankiesardo/linked " 1.2.6" ]
1515 [metosin/ring-http-response " 0.6.5" ]
16- [metosin/ring-swagger " 0.22.2 " ]
16+ [metosin/ring-swagger " 0.22.3-SNAPSHOT " ]
1717 [metosin/schema-tools " 0.7.0" ]
1818 [ring-middleware-format " 0.7.0" ]
1919 [backtick " 0.3.3" ]
You can’t perform that action at this time.
0 commit comments