You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/IpfsHttpClient.csproj
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@
43
43
<PackageReleaseNotes>
44
44
--- 0.2.0 ---
45
45
[Breaking]
46
-
Inherited breaking changes from IpfsShipyard.Ipfs.Core 0.2.0.
46
+
Inherited breaking changes from IpfsShipyard.Ipfs.Core 0.2.0 and 0.3.0.
47
47
IDataBlock.DataStream was removed. This pattern encouraged async calls behind synchronous property getters, which is a bad practice and can cause deadlocks. Call the async methods directly on the API instead.
48
48
The obsolete IFileSystemApi.ListFileAsync was removed due to prior deprecation and removal in Kubo 0.26.0. Use IFileSystemApi.ListAsync and MfsApi.StatAsync instead. See https://github.com/ipfs/kubo/issues/7493#issuecomment-2016563729.
0 commit comments