Skip to content

Commit 6d40d7d

Browse files
committed
Update CHANGELOG
1 parent 2d5e021 commit 6d40d7d

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,29 @@
22

33
Changes:
44

5-
- Version v1 of the driver is will not be maintained anymore. Go 1.0 now is not supported by this driver anymore.
5+
- Version v1 of the driver is will not be maintained anymore. Go 1.0 now is not supported by this driver anymore
6+
- The errors are now exported to allow easy checking from application code
7+
- Enabled TCP Keepalives on TCP connections
8+
- Optimized INFILE handling (better buffer size calculation, lazy init, ...)
9+
- The DSN parser now also checks for a missing separating slash
10+
- Faster binary date / datetime to string formatting
11+
- The MySQLWarning type is now also exported
12+
- mysqlConn.Close now returns the first error encountered
13+
- writePacket() now automatically writes the packet size to the header
14+
- readPacket() now uses an iterative approach instead of the recursive approach to merge splitted packets
615

716
New Features:
817

918
- Logging of critical errors is configurable with `SetLogger`
19+
- Google CloudSQL support
1020

1121
Bugfixes:
1222

1323
- Allow more than 32 parameters in prepared statements
24+
- Various old_password fixes
25+
- Fixed TestConcurrent test to pass Go's race detection
26+
- Fixed appendLengthEncodedInteger for large numbers
27+
- Renamed readLengthEnodedString to readLengthEncodedString and skipLengthEnodedString to skipLengthEncodedString (fixed typo)
1428

1529

1630
## Version 1.1 (2013-11-02)

0 commit comments

Comments
 (0)