@fedify/fedify 1.4.16 → 1.4.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGES.md CHANGED
@@ -3,6 +3,18 @@
3
3
  Fedify changelog
4
4
  ================
5
5
 
6
+ Version 1.4.17
7
+ --------------
8
+
9
+ Released on September 17, 2025.
10
+
11
+ - Improved the AT Protocol URI workaround to handle all DID methods and
12
+ edge cases. The fix now properly percent-encodes any authority component
13
+ in `at://` URIs, supporting `did:web`, `did:key`, and other DID methods
14
+ beyond just `did:plc`. Also handles URIs without path components
15
+ correctly. [[#436]]
16
+
17
+
6
18
  Version 1.4.16
7
19
  --------------
8
20
 
@@ -300,6 +312,18 @@ Released on February 5, 2025.
300
312
  [#195]: https://github.com/fedify-dev/fedify/issues/195
301
313
 
302
314
 
315
+ Version 1.3.24
316
+ --------------
317
+
318
+ Released on September 17, 2025.
319
+
320
+ - Improved the AT Protocol URI workaround to handle all DID methods and
321
+ edge cases. The fix now properly percent-encodes any authority component
322
+ in `at://` URIs, supporting `did:web`, `did:key`, and other DID methods
323
+ beyond just `did:plc`. Also handles URIs without path components
324
+ correctly. [[#436]]
325
+
326
+
303
327
  Version 1.3.23
304
328
  --------------
305
329
 
@@ -715,6 +739,18 @@ Released on November 30, 2024.
715
739
  [#193]: https://github.com/fedify-dev/fedify/issues/193
716
740
 
717
741
 
742
+ Version 1.2.27
743
+ --------------
744
+
745
+ Released on September 17, 2025.
746
+
747
+ - Improved the AT Protocol URI workaround to handle all DID methods and
748
+ edge cases. The fix now properly percent-encodes any authority component
749
+ in `at://` URIs, supporting `did:web`, `did:key`, and other DID methods
750
+ beyond just `did:plc`. Also handles URIs without path components
751
+ correctly. [[#436]]
752
+
753
+
718
754
  Version 1.2.26
719
755
  --------------
720
756
 
@@ -1163,6 +1199,18 @@ Released on October 31, 2024.
1163
1199
  [#118]: https://github.com/fedify-dev/fedify/issues/118
1164
1200
 
1165
1201
 
1202
+ Version 1.1.27
1203
+ --------------
1204
+
1205
+ Released on September 17, 2025.
1206
+
1207
+ - Improved the AT Protocol URI workaround to handle all DID methods and
1208
+ edge cases. The fix now properly percent-encodes any authority component
1209
+ in `at://` URIs, supporting `did:web`, `did:key`, and other DID methods
1210
+ beyond just `did:plc`. Also handles URIs without path components
1211
+ correctly. [[#436]]
1212
+
1213
+
1166
1214
  Version 1.1.26
1167
1215
  --------------
1168
1216
 
@@ -1652,6 +1700,18 @@ Released on October 20, 2024.
1652
1700
  [#150]: https://github.com/fedify-dev/fedify/issues/150
1653
1701
 
1654
1702
 
1703
+ Version 1.0.30
1704
+ --------------
1705
+
1706
+ Released on September 17, 2025.
1707
+
1708
+ - Improved the AT Protocol URI workaround to handle all DID methods and
1709
+ edge cases. The fix now properly percent-encodes any authority component
1710
+ in `at://` URIs, supporting `did:web`, `did:key`, and other DID methods
1711
+ beyond just `did:plc`. Also handles URIs without path components
1712
+ correctly. [[#436]]
1713
+
1714
+
1655
1715
  Version 1.0.29
1656
1716
  --------------
1657
1717
 
package/esm/deno.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export default {
2
2
  "name": "@fedify/fedify",
3
- "version": "1.4.16",
3
+ "version": "1.4.17",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": "./mod.ts",