We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 255d1ad commit 01b24d6Copy full SHA for 01b24d6
CHANGELOG.md
@@ -1,3 +1,26 @@
1
+# Changelog
2
+
3
+## v1.9.0 (2025-01-XX)
4
5
+### Major Changes
6
7
+- Implement zlib compression. (#1487)
8
+- Supported Go version is updated to Go 1.21+. (#1639)
9
+- Add support for VECTOR type introduced in MySQL 9.0. (#1609)
10
+- Config object can have custom dial function. (#1527)
11
12
+### Bugfixes
13
14
+- Fix auth errors when username/password are too long. (#1625)
15
+- Check if MySQL supports CLIENT_CONNECT_ATTRS before sending client attributes. (#1640)
16
17
+### Other changes
18
19
+- Add "filename:line" prefix to log in go-mysql. Custom loggers now show it. (#1589)
20
+- Improve error handling. It reduces the "busy buffer" errors. (#1595, #1601, #1641)
21
+- Use `strconv.Atoi` to parse max_allowed_packet. (#1661)
22
23
24
## Version 1.8.1 (2024-03-26)
25
26
Bugfixes:
0 commit comments