Skip to content

Commit 158ff83

Browse files
committed
Release 0.55.0.
1 parent 75a39b0 commit 158ff83

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/content/overview/version-history.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ weight: 30
1111
Version History
1212
===============
1313

14+
### 0.55.0
15+
16+
* **Breaking** `MySqlBulkLoader` (for local files) and `LOAD DATA LOCAL INFILE` are disabled by default.
17+
* Set `AllowLoadLocalInfile=true` in the connection string to enable loading local data.
18+
* This is a security measure; see http://fl.vu/mysql-load-data for details.
19+
* Add `AllowLoadLocalInfile` connection string option: [#643](https://github.com/mysql-net/MySqlConnector/issues/643).
20+
* Add `SslCert` and `SslKey` connection string options to specify a client certificate using PEM files: [#641](https://github.com/mysql-net/MySqlConnector/issues/641).
21+
* Add `SslCa` alias for the `CACertificateFile` connection string option: [#640](https://github.com/mysql-net/MySqlConnector/issues/640).
22+
1423
### 0.54.0
1524

1625
* Implement batch updates in `MySqlDataAdapter`: [#635](https://github.com/mysql-net/MySqlConnector/issues/635).

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<Version>0.54.0</Version>
4+
<Version>0.55.0</Version>
55
<SignAssembly>true</SignAssembly>
66
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
77
<AssemblyOriginatorKeyFile>..\..\MySqlConnector.snk</AssemblyOriginatorKeyFile>

0 commit comments

Comments
 (0)