Skip to content

Commit

Permalink
Release 1.3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Apr 11, 2021
1 parent 6da10ed commit 178f8d3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/content/overview/version-history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
lastmod: 2021-03-07
lastmod: 2021-04-11
date: 2017-03-27
menu:
main:
Expand All @@ -10,6 +10,12 @@ weight: 30

# Version History

### 1.3.3

* Support `Enum` parameters in prepared commands: [#965](https://github.com/mysql-net/MySqlConnector/issues/965).
* Fix `OverflowException` reading `OkPayload`: [#966](https://github.com/mysql-net/MySqlConnector/issues/966).
* Fix internal SQL parsing error with C-style comments.

### 1.3.2

* Fix a bug that could cause a timed-out query to still throw a `QueryInterrupted` `MySqlException` instead of `CommandTimeoutExpired`.
Expand Down

0 comments on commit 178f8d3

Please sign in to comment.