Skip to content

Releases: WhatsApp/erldist_filter

1.28.3 (2025-09-05)

05 Sep 22:15
v1.28.3
d28be42

Choose a tag to compare

  • Add support for Erlang/OTP 27 and 28.
  • Support DOP_ALTACT_SIG_SEND dist operation.
  • Add otp_name_blocklist configuration option to block OTP named processes.
  • Fix 0-byte tick crash when connection is idle.
  • Improve test reliability.
  • Use stricter CFLAGS and CXXFLAGS for warnings.
    • Fix warnings exposed.
  • Use codegen version instead of unstable builtin macros.
  • Detect whether clang is 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)

05 Oct 20:40
v1.1.0
960f359

Choose a tag to compare

  • 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 untrusted mode with a custom handler).