Skip to content

Commit 178f8d3

Browse files
committed
Release 1.3.3.
1 parent 6da10ed commit 178f8d3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/content/overview/version-history.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
lastmod: 2021-03-07
2+
lastmod: 2021-04-11
33
date: 2017-03-27
44
menu:
55
main:
@@ -10,6 +10,12 @@ weight: 30
1010

1111
# Version History
1212

13+
### 1.3.3
14+
15+
* Support `Enum` parameters in prepared commands: [#965](https://github.com/mysql-net/MySqlConnector/issues/965).
16+
* Fix `OverflowException` reading `OkPayload`: [#966](https://github.com/mysql-net/MySqlConnector/issues/966).
17+
* Fix internal SQL parsing error with C-style comments.
18+
1319
### 1.3.2
1420

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

0 commit comments

Comments
 (0)