File tree 2 files changed +7
-5
lines changed
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)
2
2
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).
5
7
6
8
* Updated deps:
7
9
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 "
2
2
:description " Compojure Api"
3
3
:url " https://github.com/metosin/compojure-api"
4
4
:license {:name " Eclipse Public License"
46
46
:main examples.server}
47
47
:perf {:jvm-opts ^:replace []}
48
48
: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 " ]]}}
50
50
:eastwood {:namespaces [:source-paths ]
51
51
:add-linters [:unused-namespaces ]}
52
52
:codeina {:sources [" src" ]
You can’t perform that action at this time.
0 commit comments