Skip to content

Conversation

@Arlodotexe
Copy link
Collaborator

@Arlodotexe Arlodotexe commented Nov 21, 2024

[Breaking]
Fixed WebRTC-Direct support added in Kubo 0.30.0.
Removed the Object API completely, since Kubo replaced it with the DAG API and no longer offers it.
Refactored the FileSystem API to:

  • Enable proper directory uploads via a new AddAsync method that takes File and Folder parts separately.
  • Bring FileAddOptions fully up-to-date with modern Kubo.
  • Remove AddDirectoryAsync (used missing Object API).

Updated several types to use one of int, long or ulong for Size matching the Kubo API.
MerkleNode no longer has a static internal IpfsClient, and several properties that performed async calls synchronously were adjusted or removed.
Block.DataBytes was removed as it was unused by any known interface or implementation.

[New]
Added FilestoreApi and the corresponding types.

[Improvements]
FilesystemApi.AddAsync now uses chunked transfer encoding, enabling uploading of very large files or groups of files.

amaidniazi and others added 11 commits September 1, 2024 10:23
…ails.

[Breaking]
Fixed WebRTC-Direct support added in Kubo 0.30.0.
Removed the Object API completely, since Kubo replaced it with the DAG API and no longer offers it.
Refactored the FileSystem API to:
  - Enable proper directory uploads via a new `AddAsync` method that takes File and Folder parts separately.
  - Bring `FileAddOptions` fully up-to-date with modern Kubo.
  - Remove `AddDirectoryAsync` (used missing Object API).
Updated several types to use one of int, long or ulong for Size matching the Kubo API.
MerkleNode no longer has a static internal IpfsClient, and several properties that performed async calls synchronously were adjusted or removed.
Block.DataBytes was removed as it was unused by any known interface or implementation.

[New]
Added FilestoreApi and the corresponding types.

[Improvements]
FilesystemApi.AddAsync now uses chunked transfer encoding, enabling uploading of very large files or groups of files.
@Arlodotexe Arlodotexe merged commit 7200ceb into main Nov 21, 2024
1 check passed
@Arlodotexe Arlodotexe deleted the release/0.6.0 branch November 21, 2024 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants