Skip to content

Releases: fedify-dev/fedify

Fedify 1.8.11

17 Sep 04:59
1.8.11
6d15b92

Choose a tag to compare

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, supporting did:web, did:key, and other DID methods beyond just did:plc. Also handles URIs without path components correctly. [#436]

Fedify 1.7.13

17 Sep 04:56
1.7.13
4b96eae

Choose a tag to compare

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, supporting did:web, did:key, and other DID methods beyond just did:plc. Also handles URIs without path components correctly. [#436]

Fedify 1.6.12

17 Sep 04:52
1.6.12
03bc97a

Choose a tag to compare

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, supporting did:web, did:key, and other DID methods beyond just did:plc. Also handles URIs without path components correctly. [#436]

Fedify 1.5.9

17 Sep 04:48
1.5.9
792ae2f

Choose a tag to compare

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, supporting did:web, did:key, and other DID methods beyond just did:plc. Also handles URIs without path components correctly. [#436]

Fedify 1.4.17

17 Sep 04:46
1.4.17
e057daf

Choose a tag to compare

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, supporting did:web, did:key, and other DID methods beyond just did:plc. Also handles URIs without path components correctly. [#436]

Fedify 1.3.24

17 Sep 04:41
1.3.24
04fddf7

Choose a tag to compare

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, supporting did:web, did:key, and other DID methods beyond just did:plc. Also handles URIs without path components correctly. [#436]

Fedify 1.2.27

17 Sep 04:37
1.2.27
94953e3

Choose a tag to compare

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, supporting did:web, did:key, and other DID methods beyond just did:plc. Also handles URIs without path components correctly. [#436]

Fedify 1.1.27

17 Sep 04:33
1.1.27
3d9aa9e

Choose a tag to compare

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, supporting did:web, did:key, and other DID methods beyond just did:plc. Also handles URIs without path components correctly. [#436]

Fedify 1.0.30

17 Sep 04:26
1.0.30
ba1707d

Choose a tag to compare

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, supporting did:web, did:key, and other DID methods beyond just did:plc. Also handles URIs without path components correctly. [#436]

Fedify 1.8.10

16 Sep 18:01
1.8.10
ad51773

Choose a tag to compare

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 to at://did%3Aplc%3A... to prevent parsing failures when processing bridged Bluesky content. [#436]