Hi, On Tue, Sep 03, 2024 at 03:52:43PM +0200, Willy Tarreau wrote: > HAProxy 3.0.4 was released on 2024/09/03. It added 42 new commits > after version 3.0.3. (...) > Note that at this point this flushes the queue of pending bugs for 3.0, > which is a good news. There remains one exception, a recently introduced > QUIC patchset into 3.1 to implement NEW_TOKEN on 0-RTT that we'd like to > backport since it addresses some bad corner cases. But the backport is > non-trivial and the patches need to be exposed a bit longer in 3.1 first, > this might come in 3.0.5.
I shouldn't have claimed that the queue was flushed, because in the middle of the patches marked "backport after an observation period", Christopher found a small cluster that could have been backported as well with this release. Nothing critical, that doesn't deserve a new release, but we'll probably make another one once the QUIC backports above are done, in order to *really* flush the pipe this time. It will likely be at the same time as the next 2.8 and lower then. Sorry about that, it's always difficult to properly spot what's eligible yet missing (we've improved the tooling again to help detect such misses next time). All of these have been queued into the 3.0-maint and 2.9-maint branches. In short, no worries, but don't be surprised if you were waiting for 3.0.4 regarding a specific fix and only find it queued for next release. Willy