Fedify 2.1.19
Released on July 19, 2026.
@fedify/vocab-runtime
- Fixed document loaders rejecting public URLs backed by CNAMEs on Cloudflare Workers.
validatePublicUrl()now ignores non-IP aliases returned alongside DNS lookup results while continuing to validate every resolved IP address, and rejects lookups that return no IP addresses. [#956, #957 by SJang1]
@fedify/cfworkers
- Fixed
WorkersMessageQueue.enqueueMany()failing when the given messages exceeded Cloudflare Queues' batch limits of 100 messages or 256 KB per batch, which could happen when delivering activities to a large audience. The method now estimates the serialized size of each message and splits the messages into multiplesendBatch()calls that stay within the limits. [#958, #960 by SJang1]