You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
8
8
9
9
### Added
10
10
11
+
*`MysqlConnection::establish` is able to initiate SSL connection. The database URL should contain `ssl_mode` parameter with a value of the [MySQL client command option `--ssl-mode`](https://dev.mysql.com/doc/refman/5.7/en/connection-options.html#option_general_ssl-mode) if desired.
12
+
11
13
*`Connection` and `SimpleConnection` traits are implemented for a broader range
12
14
of `r2d2::PooledConnection<M>` types when the `r2d2` feature is enabled.
13
15
@@ -80,7 +82,7 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
80
82
* Support for `uuid` version < 0.7.0 has been removed.
81
83
* Support for `bigdecimal` < 0.0.13 has been removed.
82
84
* Support for `pq-sys` < 0.4.0 has been removed.
83
-
* Support for `mysqlclient-sys` < 0.2.0 has been removed.
85
+
* Support for `mysqlclient-sys` < 0.2.5 has been removed.
84
86
* Support for `time` types has been removed.
85
87
* Support for `chrono` < 0.4.19 has been removed.
86
88
* The `NonNull` trait for sql types has been removed in favour of the new `SqlType` trait.
0 commit comments