Skip to content

Commit 17ef3dd

Browse files
Release v1.5.0 (#1047)
* CHANGELOG: include v1.4.1 * Release v1.5.0
1 parent 2898b56 commit 17ef3dd

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

CHANGELOG.md

+39
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
## Version 1.5 (2020-01-07)
2+
3+
Changes:
4+
5+
- Dropped support Go 1.9 and lower (#823, #829, #886, #1016, #1017)
6+
- Improve buffer handling (#890)
7+
- Document potentially insecure TLS configs (#901)
8+
- Use a double-buffering scheme to prevent data races (#943)
9+
- Pass uint64 values without converting them to string (#838, #955)
10+
- Update collations and make utf8mb4 default (#877, #1054)
11+
- Make NullTime compatible with sql.NullTime in Go 1.13+ (#995)
12+
- Removed CloudSQL support (#993, #1007)
13+
- Add Go Module support (#1003)
14+
15+
New Features:
16+
17+
- Implement support of optional TLS (#900)
18+
- Check connection liveness (#934, #964, #997, #1048, #1051, #1052)
19+
- Implement Connector Interface (#941, #958, #1020, #1035)
20+
21+
Bugfixes:
22+
23+
- Mark connections as bad on error during ping (#875)
24+
- Mark connections as bad on error during dial (#867)
25+
- Fix connection leak caused by rapid context cancellation (#1024)
26+
- Mark connections as bad on error during Conn.Prepare (#1030)
27+
28+
29+
## Version 1.4.1 (2018-11-14)
30+
31+
Bugfixes:
32+
33+
- Fix TIME format for binary columns (#818)
34+
- Fix handling of empty auth plugin names (#835)
35+
- Fix caching_sha2_password with empty password (#826)
36+
- Fix canceled context broke mysqlConn (#862)
37+
- Fix OldAuthSwitchRequest support (#870)
38+
- Fix Auth Response packet for cleartext password (#887)
39+
140
## Version 1.4 (2018-06-03)
241

342
Changes:

0 commit comments

Comments
 (0)