@fedify/fedify 1.4.15 → 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,29 @@
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
+
18
+ Version 1.4.16
19
+ --------------
20
+
21
+ Released on September 17, 2025.
22
+
23
+ - Added a temporary workaround for invalid AT Protocol URIs from BridgyFed.
24
+ URIs like `at://did:plc:...` that violate RFC 3986 URI syntax are now
25
+ automatically URL-encoded to `at://did%3Aplc%3A...` to prevent parsing
26
+ failures when processing bridged Bluesky content. [[#436]]
27
+
28
+
6
29
  Version 1.4.15
7
30
  --------------
8
31
 
@@ -289,6 +312,29 @@ Released on February 5, 2025.
289
312
  [#195]: https://github.com/fedify-dev/fedify/issues/195
290
313
 
291
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
+
327
+ Version 1.3.23
328
+ --------------
329
+
330
+ Released on September 17, 2025.
331
+
332
+ - Added a temporary workaround for invalid AT Protocol URIs from BridgyFed.
333
+ URIs like `at://did:plc:...` that violate RFC 3986 URI syntax are now
334
+ automatically URL-encoded to `at://did%3Aplc%3A...` to prevent parsing
335
+ failures when processing bridged Bluesky content. [[#436]]
336
+
337
+
292
338
  Version 1.3.22
293
339
  --------------
294
340
 
@@ -693,6 +739,29 @@ Released on November 30, 2024.
693
739
  [#193]: https://github.com/fedify-dev/fedify/issues/193
694
740
 
695
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
+
754
+ Version 1.2.26
755
+ --------------
756
+
757
+ Released on September 17, 2025.
758
+
759
+ - Added a temporary workaround for invalid AT Protocol URIs from BridgyFed.
760
+ URIs like `at://did:plc:...` that violate RFC 3986 URI syntax are now
761
+ automatically URL-encoded to `at://did%3Aplc%3A...` to prevent parsing
762
+ failures when processing bridged Bluesky content. [[#436]]
763
+
764
+
696
765
  Version 1.2.25
697
766
  --------------
698
767
 
@@ -1130,6 +1199,29 @@ Released on October 31, 2024.
1130
1199
  [#118]: https://github.com/fedify-dev/fedify/issues/118
1131
1200
 
1132
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
+
1214
+ Version 1.1.26
1215
+ --------------
1216
+
1217
+ Released on September 17, 2025.
1218
+
1219
+ - Added a temporary workaround for invalid AT Protocol URIs from BridgyFed.
1220
+ URIs like `at://did:plc:...` that violate RFC 3986 URI syntax are now
1221
+ automatically URL-encoded to `at://did%3Aplc%3A...` to prevent parsing
1222
+ failures when processing bridged Bluesky content. [[#436]]
1223
+
1224
+
1133
1225
  Version 1.1.25
1134
1226
  --------------
1135
1227
 
@@ -1608,6 +1700,31 @@ Released on October 20, 2024.
1608
1700
  [#150]: https://github.com/fedify-dev/fedify/issues/150
1609
1701
 
1610
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
+
1715
+ Version 1.0.29
1716
+ --------------
1717
+
1718
+ Released on September 17, 2025.
1719
+
1720
+ - Added a temporary workaround for invalid AT Protocol URIs from BridgyFed.
1721
+ URIs like `at://did:plc:...` that violate RFC 3986 URI syntax are now
1722
+ automatically URL-encoded to `at://did%3Aplc%3A...` to prevent parsing
1723
+ failures when processing bridged Bluesky content. [[#436]]
1724
+
1725
+ [#436]: https://github.com/fedify-dev/fedify/issues/436
1726
+
1727
+
1611
1728
  Version 1.0.28
1612
1729
  --------------
1613
1730
 
package/esm/deno.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export default {
2
2
  "name": "@fedify/fedify",
3
- "version": "1.4.15",
3
+ "version": "1.4.17",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": "./mod.ts",