Skip to content

Commit a06e025

Browse files
committed
changelog: note support MySQL SSL connection support
* add `ssl_mode` support to `MysqlConnection::establish` * remove support for `mysqlclient-sys` < `0.2.5`
1 parent 1a66269 commit a06e025

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
88

99
### Added
1010

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+
1113
* `Connection` and `SimpleConnection` traits are implemented for a broader range
1214
of `r2d2::PooledConnection<M>` types when the `r2d2` feature is enabled.
1315

@@ -80,7 +82,7 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
8082
* Support for `uuid` version < 0.7.0 has been removed.
8183
* Support for `bigdecimal` < 0.0.13 has been removed.
8284
* 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.
8486
* Support for `time` types has been removed.
8587
* Support for `chrono` < 0.4.19 has been removed.
8688
* The `NonNull` trait for sql types has been removed in favour of the new `SqlType` trait.

0 commit comments

Comments
 (0)