Skip to content

Commit a0933a6

Browse files
committed
Release v1.5.0
1 parent 4b330b7 commit a0933a6

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+
## Version 1.5 (2020-01-06)
2+
3+
Changes:
4+
- Dropped support Go 1.9 and lower (#823, #829, #886, #1016, #1017)
5+
- Improve buffer handling (#890)
6+
- Document potentially insecure TLS configs (#901)
7+
- Use a double-buffering scheme to prevent data races (#943)
8+
- Pass uint64 values without converting them to string (#838, #955)
9+
- Update collations and make utf8mb4 default (#877)
10+
- Make NullTime compatible with sql.NullTime in Go 1.13+ (#995)
11+
- Removed CloudSQL support (#993, #1007)
12+
- Add Go Module support (#1003)
13+
14+
New Features:
15+
- Implement support of optional TLS (#900)
16+
- Check connection liveness (#934, #964, #997)
17+
- Implement Connector Interface (#941, #958, #1020, #1035)
18+
19+
Bugfixes:
20+
- Mark connections as bad on error during ping (#875)
21+
- Mark connections as bad on error during dial (#867)
22+
- Fix connection leak caused by rapid context cancellation (#1024)
23+
- Mark connections as bad on error during Conn.Prepare (#1030)
24+
25+
126
## Version 1.4.1 (2018-11-14)
227

328
Bugfixes:

0 commit comments

Comments
 (0)