Skip to content

Commit 1a32ed3

Browse files
committed
Bump up version and ring-swagger dep
1 parent d3c39d8 commit 1a32ed3

2 files changed

Lines changed: 12 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
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

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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"
@@ -13,7 +13,7 @@
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"]

0 commit comments

Comments
 (0)