Skip to content

Commit

Permalink
update changelog for Version 1.7 (#1376)
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Dec 2, 2022
1 parent 41dd159 commit 5cee457
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,24 @@
## Version 1.7 (2022-11-29)

Changes:

- Drop support of Go 1.12 (#1211)
- Refactoring `(*textRows).readRow` in a more clear way (#1230)
- util: Reduce boundary check in escape functions. (#1316)
- enhancement for mysqlConn handleAuthResult (#1250)

New Features:

- support Is comparison on MySQLError (#1210)
- return unsigned in database type name when necessary (#1238)
- Add API to express like a --ssl-mode=PREFERRED MySQL client (#1370)
- Add SQLState to MySQLError (#1321)

Bugfixes:

- Fix parsing 0 year. (#1257)


## Version 1.6 (2021-04-01)

Changes:
Expand Down

0 comments on commit 5cee457

Please sign in to comment.