Skip to content

Fedify 2.1.19

Choose a tag to compare

@github-actions github-actions released this 19 Jul 08:54
· 1740 commits to main since this release
2.1.19
90a73f2

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 multiple sendBatch() calls that stay within the limits. [#958, #960 by SJang1]