File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 9
9
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
10
10
11
11
<!-- https://semver.org/spec/v2.0.0.html -->
12
- <Version >0.6 .0</Version >
12
+ <Version >0.7 .0</Version >
13
13
<AssemblyVersion >$(Version)</AssemblyVersion >
14
14
<LangVersion >12.0</LangVersion >
15
15
41
41
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
42
42
<AllowedOutputExtensionsInPackageBuildOutputFolder >.pdb;$(AllowedOutputExtensionsInPackageBuildOutputFolder)</AllowedOutputExtensionsInPackageBuildOutputFolder >
43
43
<PackageReleaseNotes >
44
+ --- 0.7.0 ---
45
+ [Breaking]
46
+ Pin API aligned with modern Kubo:
47
+ IPinApi.ListAsync now returns IAsyncEnumerable{PinListItem} added ListAsync(PinListOptions).
48
+ IPinApi.AddAsync now takes PinAddOptions (replaces the recursive boolean parameter).
49
+ DAG API: Use POST for export; respect Kubo default for dag import (pin-roots default).
50
+
51
+ [New]
52
+ Pin add progress via IProgress{BlocksPinnedProgress} overload.
53
+ Named pins support: PinAddOptions.Name for add; PinListItem.Name; PinListOptions.Name filter (and Names toggle).
54
+ AddFileOptions.PinName mapped to pin-name in file adds.
55
+
56
+ [Improvements]
57
+ HTTP client parses pin responses using typed records/DTOs (replaces JObject handling).
58
+ Honor AddFileOptions.Pin during file add (pin=true/false).
59
+ DAG import tolerant to missing lines on some Kubo versions; export/import roundtrip coverage.
60
+ Fixed hash parameter formatting and fscache flag mapping in HTTP layer.
61
+
62
+ [Dependencies]
63
+ Updated to IpfsShipyard.Ipfs.Core 0.8.0.
64
+
65
+ [CI]
66
+ Use .NET 9 SDK in CI and retarget tests to net9.0; resolves PolySharp POLYSPCFG0001 on older SDKs.
67
+
44
68
--- 0.6.0 ---
45
69
[Breaking]
46
70
Fixed WebRTC-Direct support added in Kubo 0.30.0.
You can’t perform that action at this time.
0 commit comments