Skip to content

Commit 5416c22

Browse files
authored
Merge pull request #251 from schveiguy/updatechangelog
Update changlog for 3.0.3
2 parents 91dfb48 + a1ef2b8 commit 5416c22

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
v3.0.3 - 2021-09-11
2+
=====================
3+
4+
A couple minor behind-the-scenes fixes. First, all `body` keywords have been
5+
removed in favor of the `do` keyword. This cuts down on the wall of warnings
6+
that come from the latest compiler.
7+
8+
Second, thanks to prodding from @kubo39 and @webloft, I have changed the
9+
default socket creation routines to mimic the standard mysql library in turning
10+
off Nagle's algorithm (TCP_NODELAY), and enabling KEEPALIVE. If you wish to
11+
reverse this, you can use the connection constructor which accepts a socket
12+
setup routine.
13+
14+
- **Fixed:** [#222](https://github.com/mysql-d/mysql-native/issues/222):
15+
Column name is empty in result row if column value was NULL
16+
- **Change:** [#246](https://github.com/mysql-d/mysql-native/pull/246):
17+
Change `body` to `do` (@jrfondren), [#245](https://github.com/mysql-d/mysql-native/pull/245):
18+
Fix outdated URLs (@kubo39), [#242](https://github.com/mysql-d/mysql-native/pull/242):
19+
Fix nullable errors from 2.097, [#249](https://github.com/mysql-d/mysql-native/pull/249):
20+
Standard mysql uses the socket options for TCP_NODELAY and KEEPALIVE
21+
122
v3.0.2 - 2021-05-28
223
=====================
324

0 commit comments

Comments
 (0)