Skip to content

Commit c21636e

Browse files
committed
Release 0.62.0.
1 parent 8ed9acd commit c21636e

File tree

2 files changed

+12
-35
lines changed

2 files changed

+12
-35
lines changed

docs/content/overview/version-history.md

Lines changed: 11 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
lastmod: 2019-10-18
2+
lastmod: 2020-02-29
33
date: 2017-03-27
44
menu:
55
main:
@@ -11,43 +11,20 @@ weight: 30
1111
Version History
1212
===============
1313

14-
### 0.62.0 Beta 7
15-
16-
* Implement `MySqlBulkCopy.RowsCopied` and `NotifyAfter`: [#769](https://github.com/mysql-net/MySqlConnector/issues/769).
17-
* Fix `KeyNotFoundException` in `GetAndRemoveStream`: [#757](https://github.com/mysql-net/MySqlConnector/issues/757).
18-
* Fix unescaped SQL in `MySqlBulkLoader`: [#759](https://github.com/mysql-net/MySqlConnector/issues/759).
19-
* Throw better exception for invalid connection string values: [#763](https://github.com/mysql-net/MySqlConnector/issues/763).
20-
* Reduce `ObjectDisposedExceptions` thrown from `MySqlCommand`.
21-
* Send shorter connector version to server: [#765](https://github.com/mysql-net/MySqlConnector/issues/765).
22-
23-
### 0.62.0 Beta 6
24-
25-
* Remove `MySqlBatchCommand.AllowUserVariables` internal.
26-
* Fix exception in `MySqlBulkCopy` when a `string` value crossed a packet boundary.
27-
* Remove properties from `MySqlConnectionStringBuilder` when they're set to `null`: [#749](https://github.com/mysql-net/MySqlConnector/issues/749).
28-
29-
### 0.62.0 Beta 5
14+
### 0.62.0
3015

16+
* **Experimental** Add new `MySqlBulkCopy` class for efficiently loading a table from a `DataTable` or `IDataReader`: [#737](https://github.com/mysql-net/MySqlConnector/issues/737)
17+
* Known issue: individual data values larger than 16MiB cannot be sent.
3118
* Improve nullability annotations.
3219
* `MySqlCommand.CommandText` defaults to the empty string: [#743](https://github.com/mysql-net/MySqlConnector/issues/743).
33-
* Return empty schema when there is no result set: [#744](https://github.com/mysql-net/MySqlConnector/issues/744).
34-
* Set TCP Keepalive for all operating systems: [#746](https://github.com/mysql-net/MySqlConnector/issues/746).
35-
36-
### 0.62.0 Beta 4
37-
20+
* **Breaking** Return empty schema when there is no result set: [#744](https://github.com/mysql-net/MySqlConnector/issues/744).
3821
* Optimize `MySqlDataReader.GetInt32`: [#725](https://github.com/mysql-net/MySqlConnector/pull/725).
39-
40-
### 0.62.0 Beta 3
41-
42-
* Fix string encoding bugs in `MySqlBulkCopy`.
43-
44-
### 0.62.0 Beta 2
45-
46-
* Fix `InvalidOperationException` in `MySqlBulkCopy`.
47-
48-
### 0.62.0 Beta 1
49-
50-
* **Experimental** Add new `MySqlBulkCopy` class for efficiently loading a table from a `DataTable` or `IDataReader`.
22+
* Set TCP Keepalive for all operating systems: [#746](https://github.com/mysql-net/MySqlConnector/issues/746).
23+
* Remove properties from `MySqlConnectionStringBuilder` when they're set to `null`: [#749](https://github.com/mysql-net/MySqlConnector/issues/749).
24+
* Send shorter connector version to server: [#765](https://github.com/mysql-net/MySqlConnector/issues/765).
25+
* Throw better exception for invalid connection string values: [#763](https://github.com/mysql-net/MySqlConnector/issues/763).
26+
* Fix `KeyNotFoundException` in `GetAndRemoveStream`: [#757](https://github.com/mysql-net/MySqlConnector/issues/757).
27+
* Reduce `ObjectDisposedExceptions` thrown from `MySqlCommand`.
5128

5229
### 0.61.0
5330

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-
<VersionPrefix>0.62.0-beta7</VersionPrefix>
4+
<VersionPrefix>0.62.0</VersionPrefix>
55
<SignAssembly>true</SignAssembly>
66
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
77
<AssemblyOriginatorKeyFile>..\..\MySqlConnector.snk</AssemblyOriginatorKeyFile>

0 commit comments

Comments
 (0)