Current section

Files

Jump to
erldist_filter CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## 1.28.0 (2025-09-04)
* 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.
## 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 `untrusted` mode with a custom handler).
## 1.0.0 (2023-09-07)
* Initial release.