Releases: fedify-dev/fedify
Releases · fedify-dev/fedify
Fedify 1.8.8
Released on August 25, 2025.
@fedify/fedify
- Fixed a bug where
verifyRequest()
function threw aTypeError
when verifying HTTP Signatures withcreated
orexpires
fields in theSignature
header as defined in draft-cavage-http-signatures-12, causing500 Internal Server Error
responses in inbox handlers. Now it correctly handles these fields as unquoted integers according to the specification.
Fedify 1.8.7
Released on August 25, 2025.
@fedify/fedify
- Fixed a bug where ActivityPub Discovery failed to recognize XHTML self-closing
<link>
tags. The HTML/XHTML parser now correctly handles whitespace before the self-closing slash (/>
), improving compatibility with XHTML documents that follow the self-closing tag format.
Fedify 1.7.11
Released on August 25, 2025.
- Fixed a bug where
verifyRequest()
function threw aTypeError
when verifying HTTP Signatures withcreated
orexpires
fields in theSignature
header as defined in draft-cavage-http-signatures-12, causing500 Internal Server Error
responses in inbox handlers. Now it correctly handles these fields as unquoted integers according to the specification.
Fedify 1.7.10
Released on August 25, 2025.
- Fixed a bug where ActivityPub Discovery failed to recognize XHTML self-closing
<link>
tags. The HTML/XHTML parser now correctly handles whitespace before the self-closing slash (/>
), improving compatibility with XHTML documents that follow the self-closing tag format.
Fedify 1.6.10
Released on August 25, 2025.
- Fixed a bug where
verifyRequest()
function threw aTypeError
when verifying HTTP Signatures withcreated
orexpires
fields in theSignature
header as defined in draft-cavage-http-signatures-12, causing500 Internal Server Error
responses in inbox handlers. Now it correctly handles these fields as unquoted integers according to the specification.
Fedify 1.6.9
Released on August 25, 2025.
- Fixed a bug where ActivityPub Discovery failed to recognize XHTML self-closing
<link>
tags. The HTML/XHTML parser now correctly handles whitespace before the self-closing slash (/>
), improving compatibility with XHTML documents that follow the self-closing tag format.
Fedify 1.5.7
Released on August 25, 2025.
- Fixed a bug where
verifyRequest()
function threw aTypeError
when verifying HTTP Signatures withcreated
orexpires
fields in theSignature
header as defined in draft-cavage-http-signatures-12, causing500 Internal Server Error
responses in inbox handlers. Now it correctly handles these fields as unquoted integers according to the specification.
Fedify 1.5.6
Released on August 25, 2025.
- Fixed a bug where ActivityPub Discovery failed to recognize XHTML self-closing
<link>
tags. The HTML/XHTML parser now correctly handles whitespace before the self-closing slash (/>
), improving compatibility with XHTML documents that follow the self-closing tag format.
Fedify 1.4.15
Released on August 25, 2025.
- Fixed a bug where
verifyRequest()
function threw aTypeError
when verifying HTTP Signatures withcreated
orexpires
fields in theSignature
header as defined in draft-cavage-http-signatures-12, causing500 Internal Server Error
responses in inbox handlers. Now it correctly handles these fields as unquoted integers according to the specification.
Fedify 1.4.14
Released on August 25, 2025.
- Fixed a bug where ActivityPub Discovery failed to recognize XHTML self-closing
<link>
tags. The HTML/XHTML parser now correctly handles whitespace before the self-closing slash (/>
), improving compatibility with XHTML documents that follow the self-closing tag format.