@fedify/fedify 1.4.15 → 1.4.16

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,17 @@
3
3
  Fedify changelog
4
4
  ================
5
5
 
6
+ Version 1.4.16
7
+ --------------
8
+
9
+ Released on September 17, 2025.
10
+
11
+ - Added a temporary workaround for invalid AT Protocol URIs from BridgyFed.
12
+ URIs like `at://did:plc:...` that violate RFC 3986 URI syntax are now
13
+ automatically URL-encoded to `at://did%3Aplc%3A...` to prevent parsing
14
+ failures when processing bridged Bluesky content. [[#436]]
15
+
16
+
6
17
  Version 1.4.15
7
18
  --------------
8
19
 
@@ -289,6 +300,17 @@ Released on February 5, 2025.
289
300
  [#195]: https://github.com/fedify-dev/fedify/issues/195
290
301
 
291
302
 
303
+ Version 1.3.23
304
+ --------------
305
+
306
+ Released on September 17, 2025.
307
+
308
+ - Added a temporary workaround for invalid AT Protocol URIs from BridgyFed.
309
+ URIs like `at://did:plc:...` that violate RFC 3986 URI syntax are now
310
+ automatically URL-encoded to `at://did%3Aplc%3A...` to prevent parsing
311
+ failures when processing bridged Bluesky content. [[#436]]
312
+
313
+
292
314
  Version 1.3.22
293
315
  --------------
294
316
 
@@ -693,6 +715,17 @@ Released on November 30, 2024.
693
715
  [#193]: https://github.com/fedify-dev/fedify/issues/193
694
716
 
695
717
 
718
+ Version 1.2.26
719
+ --------------
720
+
721
+ Released on September 17, 2025.
722
+
723
+ - Added a temporary workaround for invalid AT Protocol URIs from BridgyFed.
724
+ URIs like `at://did:plc:...` that violate RFC 3986 URI syntax are now
725
+ automatically URL-encoded to `at://did%3Aplc%3A...` to prevent parsing
726
+ failures when processing bridged Bluesky content. [[#436]]
727
+
728
+
696
729
  Version 1.2.25
697
730
  --------------
698
731
 
@@ -1130,6 +1163,17 @@ Released on October 31, 2024.
1130
1163
  [#118]: https://github.com/fedify-dev/fedify/issues/118
1131
1164
 
1132
1165
 
1166
+ Version 1.1.26
1167
+ --------------
1168
+
1169
+ Released on September 17, 2025.
1170
+
1171
+ - Added a temporary workaround for invalid AT Protocol URIs from BridgyFed.
1172
+ URIs like `at://did:plc:...` that violate RFC 3986 URI syntax are now
1173
+ automatically URL-encoded to `at://did%3Aplc%3A...` to prevent parsing
1174
+ failures when processing bridged Bluesky content. [[#436]]
1175
+
1176
+
1133
1177
  Version 1.1.25
1134
1178
  --------------
1135
1179
 
@@ -1608,6 +1652,19 @@ Released on October 20, 2024.
1608
1652
  [#150]: https://github.com/fedify-dev/fedify/issues/150
1609
1653
 
1610
1654
 
1655
+ Version 1.0.29
1656
+ --------------
1657
+
1658
+ Released on September 17, 2025.
1659
+
1660
+ - Added a temporary workaround for invalid AT Protocol URIs from BridgyFed.
1661
+ URIs like `at://did:plc:...` that violate RFC 3986 URI syntax are now
1662
+ automatically URL-encoded to `at://did%3Aplc%3A...` to prevent parsing
1663
+ failures when processing bridged Bluesky content. [[#436]]
1664
+
1665
+ [#436]: https://github.com/fedify-dev/fedify/issues/436
1666
+
1667
+
1611
1668
  Version 1.0.28
1612
1669
  --------------
1613
1670
 
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.16",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": "./mod.ts",