Weeks 27-28: UnixFS File Adding, Streaming Multipart Handling, and Bors
Starting today, we'll be publishing regular* updates about what is going on with Rust IPFS. Please don't hesitate to spread the word about Rust IPFS, and let us know if there's anything we can do to make the user or developer experience better by opening a GitHub issue.
Week 28
This week was focused on maintenance and upgrading our conformance tests by supporting streaming multipart handling. Additionally, we "Arc-ified" IpfsInner, which makes is much easier to pass around in your Rust code.
See the details in any of the issues or pull requests linked below:
- Initial HTTP API ?timeout parameters #233
- Upgrading interface tests conformance #27
- Streaming multipart work #230, #231, #232, #235
- Proper internal Arc<IpfsInner> impl #223
- Various cleanups #221, #226, #227, #229
Week 27
In addition to the UnixFS Exporting work that we completed previously, now we have UnixFS Importing (aka ipfs add) as well.
Finally, we added the bors tool to our workflow to streamline our approval and merging processes.
Details in the issues and pull requests below:
* While we'd like to publish weekly, we may not be able to for a few reasons. We'll publish as regularly as we are able.