File tree 2 files changed +16
-2
lines changed 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.2.14 - 2014-08-30
4
+
5
+ * Remove failed prepared statement from cache - @dboissin - #95
6
+ * Added support to zeroed dates on MySQL - #93
7
+ * Cross compilation to Scala 2.11 is functional - @lpiepiora
8
+ * Connect to older MySQL versions where auth protocol isn't provided - #37
9
+ * Eclipse project support - @fwbrasil - #89
10
+ * Make timeouts configurable - @fwbrasil - #90
11
+
12
+ ## 0.2.13 - 2014-04-07
13
+
14
+ * Accepts MySQL old and unsafe auth methods - #37
15
+ * Do not name every single logger as they all leak - @njeuk #86
16
+
3
17
## 0.2.12 - 2014-01-11
4
18
5
19
* Do not check for handshake requests after a real handshake has happened already - MySQL - #80 ;
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ object ProjectBuild extends Build {
45
45
46
46
object Configuration {
47
47
48
- val commonVersion = " 0.2.14-SNAPSHOT "
48
+ val commonVersion = " 0.2.14"
49
49
val projectScalaVersion = " 2.11.0"
50
50
51
51
val specs2Dependency = " org.specs2" %% " specs2" % " 2.3.11" % " test"
@@ -55,7 +55,7 @@ object Configuration {
55
55
" org.slf4j" % " slf4j-api" % " 1.7.5" ,
56
56
" joda-time" % " joda-time" % " 2.3" ,
57
57
" org.joda" % " joda-convert" % " 1.5" ,
58
- " io.netty" % " netty-all" % " 4.0.18 .Final" ,
58
+ " io.netty" % " netty-all" % " 4.0.23 .Final" ,
59
59
" org.javassist" % " javassist" % " 3.18.1-GA" ,
60
60
specs2Dependency,
61
61
logbackDependency
You can’t perform that action at this time.
0 commit comments