v2.14.0-rc2
Pre-release
Pre-release
Due to the discovery of a bug (predating v2.14.0-rc1), we are releasing a new release candidate for v2.14.0 (the official release should follow within a week or so).
Please see the changelog for v2.14.0-rc1 for other changes since v2.13.1.
Fixed
- Even with
allow-truncation: false
(the recommended default), some oversized messages were being accepted and relayed with truncation. These messages will now be rejected with417 ERR_INPUTTOOLONG
as expected (#2170)