Releases: fedify-dev/fedify
Releases · fedify-dev/fedify
Fedify 1.8.11
Released on September 17, 2025.
- Improved the AT Protocol URI workaround to handle all DID methods and edge cases. The fix now properly percent-encodes any authority component in
at://URIs, supportingdid:web,did:key, and other DID methods beyond justdid:plc. Also handles URIs without path components correctly. [#436]
Fedify 1.7.13
Released on September 17, 2025.
- Improved the AT Protocol URI workaround to handle all DID methods and edge cases. The fix now properly percent-encodes any authority component in
at://URIs, supportingdid:web,did:key, and other DID methods beyond justdid:plc. Also handles URIs without path components correctly. [#436]
Fedify 1.6.12
Released on September 17, 2025.
- Improved the AT Protocol URI workaround to handle all DID methods and edge cases. The fix now properly percent-encodes any authority component in
at://URIs, supportingdid:web,did:key, and other DID methods beyond justdid:plc. Also handles URIs without path components correctly. [#436]
Fedify 1.5.9
Released on September 17, 2025.
- Improved the AT Protocol URI workaround to handle all DID methods and edge cases. The fix now properly percent-encodes any authority component in
at://URIs, supportingdid:web,did:key, and other DID methods beyond justdid:plc. Also handles URIs without path components correctly. [#436]
Fedify 1.4.17
Released on September 17, 2025.
- Improved the AT Protocol URI workaround to handle all DID methods and edge cases. The fix now properly percent-encodes any authority component in
at://URIs, supportingdid:web,did:key, and other DID methods beyond justdid:plc. Also handles URIs without path components correctly. [#436]
Fedify 1.3.24
Released on September 17, 2025.
- Improved the AT Protocol URI workaround to handle all DID methods and edge cases. The fix now properly percent-encodes any authority component in
at://URIs, supportingdid:web,did:key, and other DID methods beyond justdid:plc. Also handles URIs without path components correctly. [#436]
Fedify 1.2.27
Released on September 17, 2025.
- Improved the AT Protocol URI workaround to handle all DID methods and edge cases. The fix now properly percent-encodes any authority component in
at://URIs, supportingdid:web,did:key, and other DID methods beyond justdid:plc. Also handles URIs without path components correctly. [#436]
Fedify 1.1.27
Released on September 17, 2025.
- Improved the AT Protocol URI workaround to handle all DID methods and edge cases. The fix now properly percent-encodes any authority component in
at://URIs, supportingdid:web,did:key, and other DID methods beyond justdid:plc. Also handles URIs without path components correctly. [#436]
Fedify 1.0.30
Released on September 17, 2025.
- Improved the AT Protocol URI workaround to handle all DID methods and edge cases. The fix now properly percent-encodes any authority component in
at://URIs, supportingdid:web,did:key, and other DID methods beyond justdid:plc. Also handles URIs without path components correctly. [#436]
Fedify 1.8.10
Released on Steptember 17, 2025.
@fedify/fedify
- Added a temporary workaround for invalid AT Protocol URIs from BridgyFed. URIs like
at://did:plc:...that violate RFC 3986 URI syntax are now automatically URL-encoded toat://did%3Aplc%3A...to prevent parsing failures when processing bridged Bluesky content. [#436]