@fedify/fedify 1.3.22 → 1.3.23

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.3.23
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.3.22
7
18
  --------------
8
19
 
@@ -407,6 +418,17 @@ Released on November 30, 2024.
407
418
  [#193]: https://github.com/fedify-dev/fedify/issues/193
408
419
 
409
420
 
421
+ Version 1.2.26
422
+ --------------
423
+
424
+ Released on September 17, 2025.
425
+
426
+ - Added a temporary workaround for invalid AT Protocol URIs from BridgyFed.
427
+ URIs like `at://did:plc:...` that violate RFC 3986 URI syntax are now
428
+ automatically URL-encoded to `at://did%3Aplc%3A...` to prevent parsing
429
+ failures when processing bridged Bluesky content. [[#436]]
430
+
431
+
410
432
  Version 1.2.25
411
433
  --------------
412
434
 
@@ -844,6 +866,17 @@ Released on October 31, 2024.
844
866
  [#118]: https://github.com/fedify-dev/fedify/issues/118
845
867
 
846
868
 
869
+ Version 1.1.26
870
+ --------------
871
+
872
+ Released on September 17, 2025.
873
+
874
+ - Added a temporary workaround for invalid AT Protocol URIs from BridgyFed.
875
+ URIs like `at://did:plc:...` that violate RFC 3986 URI syntax are now
876
+ automatically URL-encoded to `at://did%3Aplc%3A...` to prevent parsing
877
+ failures when processing bridged Bluesky content. [[#436]]
878
+
879
+
847
880
  Version 1.1.25
848
881
  --------------
849
882
 
@@ -1322,6 +1355,19 @@ Released on October 20, 2024.
1322
1355
  [#150]: https://github.com/fedify-dev/fedify/issues/150
1323
1356
 
1324
1357
 
1358
+ Version 1.0.29
1359
+ --------------
1360
+
1361
+ Released on September 17, 2025.
1362
+
1363
+ - Added a temporary workaround for invalid AT Protocol URIs from BridgyFed.
1364
+ URIs like `at://did:plc:...` that violate RFC 3986 URI syntax are now
1365
+ automatically URL-encoded to `at://did%3Aplc%3A...` to prevent parsing
1366
+ failures when processing bridged Bluesky content. [[#436]]
1367
+
1368
+ [#436]: https://github.com/fedify-dev/fedify/issues/436
1369
+
1370
+
1325
1371
  Version 1.0.28
1326
1372
  --------------
1327
1373
 
package/esm/deno.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export default {
2
2
  "name": "@fedify/fedify",
3
- "version": "1.3.22",
3
+ "version": "1.3.23",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": "./mod.ts",