Skip to content

Fedify 1.7.7

Choose a tag to compare

@github-actions github-actions released this 28 Jul 05:47
· 3715 commits to main since this release
1.7.7
638b9ca

Released on July 28, 2025.

  • Optimized doubleKnock() function to avoid multiple request body clones during redirects. The request body is now read once and reused throughout the entire operation, preventing potential TypeError: unusable errors and improving performance. [#300, #335 by Fabien O'Carroll]

    • Added SignRequestOptions.body option.
    • Added DoubleKnockOptions.body option.
    • Updated internal signing functions to accept pre-read body buffers.