From 178f8d39b2504aabb09fcb8ba604d8f90da7d863 Mon Sep 17 00:00:00 2001 From: Bradley Grainger Date: Sun, 11 Apr 2021 16:41:14 -0700 Subject: [PATCH] Release 1.3.3. --- docs/content/overview/version-history.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/content/overview/version-history.md b/docs/content/overview/version-history.md index f6d37b4a3..05aa9c84b 100644 --- a/docs/content/overview/version-history.md +++ b/docs/content/overview/version-history.md @@ -1,5 +1,5 @@ --- -lastmod: 2021-03-07 +lastmod: 2021-04-11 date: 2017-03-27 menu: main: @@ -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`.