Skip to content

Commit 58941dd

Browse files
authoredFeb 18, 2025
release v1.9.0 (go-sql-driver#1662)
1 parent 5d1bb8a commit 58941dd

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
 

‎CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# Changelog
2+
3+
## v1.9.0 (2025-02-18)
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+
- Fix auth switch request handling. (#1666)
17+
18+
### Other changes
19+
20+
- Add "filename:line" prefix to log in go-mysql. Custom loggers now show it. (#1589)
21+
- Improve error handling. It reduces the "busy buffer" errors. (#1595, #1601, #1641)
22+
- Use `strconv.Atoi` to parse max_allowed_packet. (#1661)
23+
- `rejectReadOnly` option now handles ER_READ_ONLY_MODE (1290) error too. (#1660)
24+
25+
126
## Version 1.8.1 (2024-03-26)
227

328
Bugfixes:

0 commit comments

Comments
 (0)