Releases: WhatsApp/erldist_filter
Releases · WhatsApp/erldist_filter
1.28.3 (2025-09-05)
- Add support for Erlang/OTP 27 and 28.
- Support
DOP_ALTACT_SIG_SENDdist operation. - Add
otp_name_blocklistconfiguration option to block OTP named processes. - Fix 0-byte tick crash when connection is idle.
- Improve test reliability.
- Use stricter
CFLAGSandCXXFLAGSfor warnings.- Fix warnings exposed.
- Use codegen version instead of unstable builtin macros.
- Detect whether
clangis being used and add warning flags if applicable. - Update
elp(erlang-language-platform) to 2025-09-01. - Fix typing errors found from
make lint. - Minor fix: codesigning and formatting.
1.1.0 (2023-10-04)
- Added "fastpath" and "slowpath" branching for faster filtering of smaller messages.
- I/O request and reply are dropped by default now (may be allowed by enabled
untrustedmode with a custom handler).