Skip to content

Commit ac71c24

Browse files
committed
Release 1.0.1.
1 parent 999d982 commit ac71c24

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/content/overview/version-history.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ weight: 30
1010

1111
# Version History
1212

13+
### 1.0.1
14+
15+
* Support `ENUM` columns that use the `MYSQL_TYPE_ENUM` type in their column metadata: [#850](https://github.com/mysql-net/MySqlConnector/issues/850).
16+
* Allow `MySqlCommand.CommandText` and `.Connection` to be changed while another command is executing: [#867](https://github.com/mysql-net/MySqlConnector/issues/867).
17+
* Make schema collection names (for `MySqlConnection.GetSchema(collectionName)`) case-insensitive: [#852](https://github.com/mysql-net/MySqlConnector/issues/852).
18+
* Fix `MySqlBulkLoader` with Azure Database for MySQL/MariaDB: [#853](https://github.com/mysql-net/MySqlConnector/issues/853).
19+
* Fix bug preventing the retrieval of more than 2^31-1 rows in a single query: [#863](https://github.com/mysql-net/MySqlConnector/issues/863).
20+
* Fix `MySqlParameterCollection.Insert` implementation: [#869](https://github.com/mysql-net/MySqlConnector/issues/869).
21+
* Fix integer overflow in sequence number for compressed packets.
22+
* Fix ZLIB header flags verification for compressed packets.
23+
* Thanks to [akamor](https://github.com/akamor) for contributions to this release.
24+
1325
### 1.0.0
1426

1527
* **Breaking** Change namespace to `MySqlConnector`: [#827](https://github.com/mysql-net/MySqlConnector/issues/827).

0 commit comments

Comments
 (0)