|
2 | 2 | <feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
|
3 | 3 | <id>http://netty.io/</id>
|
4 | 4 | <title>Netty</title>
|
5 |
| - <updated>2019-01-21T15:24:15+01:00</updated> |
| 5 | + <updated>2019-01-21T16:06:02+01:00</updated> |
6 | 6 | <link href="http://netty.io/news/index.atom" rel="self" type="application/atom+xml" />
|
7 | 7 | <link href="http://netty.io/" rel="alternate" type="text/html" />
|
8 | 8 | <entry>
|
9 | 9 | <id>http://netty.io/news/2019/01/21/4-1-33-Final.html</id>
|
10 | 10 | <title>Netty 4.1.33.Final released</title>
|
11 |
| - <updated>2019-01-21T15:24:15+01:00</updated> |
| 11 | + <updated>2019-01-21T16:06:02+01:00</updated> |
12 | 12 | <published>2019-01-21T00:00:00+00:00</published>
|
13 | 13 | <link href="http://netty.io/news/2019/01/21/4-1-33-Final.html" rel="alternate" type="text/html" />
|
14 | 14 | <author>
|
|
17 | 17 | <summary>
|
18 | 18 | Today we announce the release of netty 4.1.33.Final as the first release in 2019. This release contains mostly bugfixes, some improvements and a few performance wins.
|
19 | 19 |
|
20 |
| - Please also check the Important notes section below before upgrading. |
21 |
| - |
22 | 20 |
|
23 | 21 | Allowed IP_FREEBIND option for UDP epoll (#8727)
|
24 | 22 | Ensure FlowControlled data frames will be correctly removed from the flow-controller when a write error happens. (#8726)
|
25 | 23 | Only handle NXDOMAIN as failure when nameserver is authoritive or no the other nameservers are left (#8731)
|
26 | 24 | Correctly buffer multiple outbound streams if needed. (#8694)
|
27 | 25 | Only call handlerRemoved(...) if handlerAdded(...) was called during adding the handler to the pipeline (#8684)
|
28 | 26 | Correctly detect and handle CNAME loops. (#8691)
|
29 |
| - Fix... |
| 27 | + Fix ClassCastException and native crash when using kqueue transport (#8665) |
| 28 | + Support... |
30 | 29 | </summary>
|
31 | 30 | <content type="html">
|
32 | 31 | <p>Today we announce the release of netty 4.1.33.Final as the first release in 2019. This release contains mostly bugfixes, some improvements and a few performance wins.</p>
|
33 | 32 |
|
34 |
| - <p>Please also check the <code>Important notes</code> section below before upgrading.</p> |
35 |
| - |
36 | 33 | <ul>
|
37 | 34 | <li>Allowed IP_FREEBIND option for UDP epoll (<a href="https://github.com/netty/netty/pull/8727">#8727</a>)</li>
|
38 | 35 | <li>Ensure FlowControlled data frames will be correctly removed from the flow-controller when a write error happens. (<a href="https://github.com/netty/netty/pull/8726">#8726</a>)</li>
|
|
0 commit comments