Skip to content

Commit aeb1eff

Browse files
committed
Bump up version
1 parent 59fb5b5 commit aeb1eff

2 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 0.24.2 (8.12.2015)
2+
3+
* Memoize coercers (for `schema` & `matcher` -input) for better performance.
4+
* [Tests](https://github.com/metosin/compojure-api/blob/master/test/compojure/api/perf_test.clj) show 0-40% lower latency,
5+
depending on input & output schema complexity.
6+
* Tested by sending json-strings to `api` and reading json-string out.
7+
* Measured a 80% lower latency with a real world large Schema.
8+
* Updated deps:
9+
10+
```clj
11+
[potemkin "0.4.2"] is available but we use "0.4.1"
12+
```
13+
114
## 0.24.1 (29.11.2015)
215

316
**[compare](https://github.com/metosin/compojure-api/compare/0.24.0...0.24.1)**

project.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
(defproject metosin/compojure-api "0.24.1"
1+
(defproject metosin/compojure-api "0.24.2"
22
:description "Compojure Api"
33
:url "https://github.com/metosin/compojure-api"
44
:license {:name "Eclipse Public License"
55
:url "http://www.eclipse.org/legal/epl-v10.html"
66
:distribution :repo
77
:comments "same as Clojure"}
88
:dependencies [[prismatic/plumbing "0.5.2"]
9-
[potemkin "0.4.1"]
9+
[potemkin "0.4.2"]
1010
[cheshire "5.5.0"]
1111
[compojure "1.4.0"]
1212
[prismatic/schema "1.0.3"]
@@ -30,7 +30,7 @@
3030
[lein-ring "0.9.7"]
3131
[funcool/codeina "0.3.0"]]
3232
:dependencies [[org.clojure/clojure "1.7.0"]
33-
[peridot "0.4.1"]
33+
[peridot "0.4.2"]
3434
[javax.servlet/servlet-api "2.5"]
3535
[midje "1.8.2"]
3636
[metosin/scjsv "0.2.0"]

0 commit comments

Comments
 (0)