File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1- ## 0.24.3 (13 .12.2015)
1+ ## 0.24.3 (14 .12.2015)
22
3- * coercer-cache is now per Route instead beeing global and based on a FIFO size 100 cache. Avoids potential memory
4- leaks when using anonymous coercion matchers (which never hit the cache).
3+ ** [ compare] ( https://github.com/metosin/compojure-api/compare/0.24.2...0.24.3 ) **
4+
5+ * coercer-cache is now per Route instead beeing global and based on a
6+ FIFO size 100 cache. Avoids potential memory leaks when using anonymous coercion matchers (which never hit the cache).
57
68* Updated deps:
79
Original file line number Diff line number Diff line change 1- (defproject metosin /compojure-api " 0.24.2 "
1+ (defproject metosin /compojure-api " 0.24.3 "
22 :description " Compojure Api"
33 :url " https://github.com/metosin/compojure-api"
44 :license {:name " Eclipse Public License"
4646 :main examples.server}
4747 :perf {:jvm-opts ^:replace []}
4848 :logging {:dependencies [[org.clojure/tools.logging " 0.3.1" ]]}
49- :1.8 {:dependencies [[org.clojure/clojure " 1.8.0-RC2 " ]]}}
49+ :1.8 {:dependencies [[org.clojure/clojure " 1.8.0-RC3 " ]]}}
5050 :eastwood {:namespaces [:source-paths ]
5151 :add-linters [:unused-namespaces ]}
5252 :codeina {:sources [" src" ]
You can’t perform that action at this time.
0 commit comments