Nightly
- 1bc8aae: [build] Automated Browser Version Update (#17527) (Selenium CI Bot) #17527
- c771d38: [dotnet] Move .NET bindings to use new Typescript atoms for isShown,g… (#17529) (David Burns) #17529
- edf79a5: [dotnet] [bidi] Add Download ID in events for downloading begin/end (#17531) (Nikolay Borisenko) #17531
- 774189f: [build] run windows commands with bash (Titus Fortner)
- 10ca9b5: [build] add same java maven package restrictions to renovate that we have in java.rake (Titus Fortner)
- 751ec74: [dotnet] [bidi] Immutable user facing collections (#17533) (Nikolay Borisenko) #17533
- d25b215: [build] dependency changes should run CI tests for given binding (#17534) (Titus Fortner) #17534
- 8436d4c: [build] restore correct commit-changes behavior not to force push to current branch (Titus Fortner)
- f51fc9a: [rb] Move atoms to use the typescript versions (#17532) (David Burns) #17532
- b221fb8: [java] Move Java bindings to use Typescript atoms for isShown, getAtt… (#17530) (David Burns) #17530
netty-4.1.134.Final
- Auto-port 4.1: HTTP: Re-add constructor to HttpProxyHandler that was removed by mistake by @netty-project-bot in https://github.com/netty/netty/pull/16750
- Auto-port 4.1: Marshalling: Explicit document security requirements by @netty-project-bot in https://github.com/netty/netty/pull/16754
- Pin HTTP/RTSP version + method normalization to Locale.US (#16765) by @normanmaurer in https://github.com/netty/netty/pull/16770
- Adaptive: Fix concurrency issue in adaptive allocator (#16767) by @chrisvest in https://github.com/netty/netty/pull/16778
- Pin multipart Content-Type / Content-Transfer-Encoding case folding t… by @normanmaurer in https://github.com/netty/netty/pull/16784
- Auto-port 4.1: Remove dead native declarations by @netty-project-bot in https://github.com/netty/netty/pull/16785
- Avoid re-parsing openssl key material with non-cached provider (#16759) by @chrisvest in https://github.com/netty/netty/pull/16791
- Isolate tests that modify available Security providers (#16793) by @chrisvest in https://github.com/netty/netty/pull/16805
- Auto-port 4.1: Remove test annotations from a method that isn't a test by @netty-project-bot in https://github.com/netty/netty/pull/16798
- Auto-port 4.1: IpFilter: Fix ClassCastException caused by IpSubnetFilter if only ipv6 rules are configured but remote peer is using ipv4 by @netty-project-bot in https://github.com/netty/netty/pull/16822
- Resolve all localhost addresses without querying DNS servers (#16749) by @normanmaurer in https://github.com/netty/netty/pull/16820
- Auto-port 4.1: HTTP2: Use 100 as default max concurrent streams setting by @netty-project-bot in https://github.com/netty/netty/pull/16816
- Auto-port 4.1: Route synchronous onLookupComplete exceptions via fireExceptionCaught by @netty-project-bot in https://github.com/netty/netty/pull/16824
- Auto-port 4.1: Fix MQTT decoder size check after variable header replay by @netty-project-bot in https://github.com/netty/netty/pull/16838
Full Changelog: https://github.com/netty/netty/compare/netty-4.1.133.Final...netty-4.1.134.Final
netty-4.2.14.Final
- HTTP: Fix revapi failure introduced by 84530fa81e12dcd1d42310bb20c1385cb44128d8 by @normanmaurer in https://github.com/netty/netty/pull/16748
- HTTP: Re-add constructor to HttpProxyHandler that was removed by mistake by @normanmaurer in https://github.com/netty/netty/pull/16747
- Marshalling: Explicit document security requirements by @normanmaurer in https://github.com/netty/netty/pull/16752
- Fix io_uring op completion TRACE logging by @chrisvest in https://github.com/netty/netty/pull/16755
- Quic: Ensure writes are done before notify close promise of QuicheQui… by @normanmaurer in https://github.com/netty/netty/pull/16758
- Avoid re-parsing openssl key material with non-cached provider by @chrisvest in https://github.com/netty/netty/pull/16759
- Pin HTTP/RTSP version + method normalization to Locale.US by @daguimu in https://github.com/netty/netty/pull/16765
- Fill MsgHdrMemoryArray#hdrs with null entry on release by @tsegismont in https://github.com/netty/netty/pull/16764
- Revapi: Use default "oldVersion" by @chrisvest in https://github.com/netty/netty/pull/16774
- Adaptive: Fix concurrency issue in adaptive allocator by @chrisvest in https://github.com/netty/netty/pull/16767
- Auto-port 4.2: Make bulk byte moving in ByteBuf faster by @netty-project-bot in https://github.com/netty/netty/pull/16781
- Pin multipart Content-Type / Content-Transfer-Encoding case folding to Locale.US by @daguimu in https://github.com/netty/netty/pull/16768
- Remove dead native declarations by @pandareen in https://github.com/netty/netty/pull/16783
- Isolate tests that modify available Security providers by @chrisvest in https://github.com/netty/netty/pull/16793
- Remove test annotations from a method that isn't a test by @chrisvest in https://github.com/netty/netty/pull/16792
- Enable OpenSslCachingKeyMaterialProvider to evict stale entries after cert rotation by @zhangweikop in https://github.com/netty/netty/pull/16523
- IoUring: extend user data from short to long by @dreamlike-ocean in https://github.com/netty/netty/pull/16682
- Revert CompositeByteBuf component search fast path by @yawkat in https://github.com/netty/netty/pull/16811
- HTTP2: Use 100 as default max concurrent streams setting by @normanmaurer in https://github.com/netty/netty/pull/16804
- Fix ResumptionController wrapping by @chrisvest in https://github.com/netty/netty/pull/16815
- Resolve all localhost addresses without querying DNS servers by @JulianVennen in https://github.com/netty/netty/pull/16749
- IpFilter: Fix ClassCastException caused by IpSubnetFilter if only ipv6 rules are configured but remote peer is using ipv4 by @normanmaurer in https://github.com/netty/netty/pull/16803
- Fix memoryAddress() for direct ByteBuffers wrapped by Unpooled without Unsafe by @dreamlike-ocean in https://github.com/netty/netty/pull/16788
- Route synchronous onLookupComplete exceptions via fireExceptionCaught by @kwondh5217 in https://github.com/netty/netty/pull/16794
- IoUring: Stop generic FileRegion drain loop when transferred() reaches count() by @LuciferYang in https://github.com/netty/netty/pull/16826
- MQTT: Allow MQTT 5 CONNECT with password only by @shblue21 in https://github.com/netty/netty/pull/16833
- Fix MQTT decoder size check after variable header replay by @daguimu in https://github.com/netty/netty/pull/16787
- @pandareen made their first contribution in https://github.com/netty/netty/pull/16783
- @zhangweikop made their first contribution in https://github.com/netty/netty/pull/16523
- @JulianVennen made their first contribution in https://github.com/netty/netty/pull/16749
- @kwondh5217 made their first contribution in https://github.com/netty/netty/pull/16794
- @shblue21 made their first contribution in https://github.com/netty/netty/pull/16833
Full Changelog: https://github.com/netty/netty/compare/netty-4.2.13.Final...netty-4.2.14.Final