Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

Releases: ipfs-shipyard/space

v0.6.6

Choose a tag to compare

@github-actions github-actions released this 21 Aug 16:47

What's Changed

Full Changelog: v0.6.5...v0.6.6

v0.6.5-radio-address

v0.6.5-radio-address Pre-release
Pre-release

Choose a tag to compare

Added radio_address config option

v0.6.5-debug-chunk-delays

Pre-release

Choose a tag to compare

Added optional throttling of chunk transmission

v0.6.5-debug

v0.6.5-debug Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 23 May 19:54
Revert recv buffer size

v0.6.5

Choose a tag to compare

@github-actions github-actions released this 22 May 15:13
3427eac

Added

  • Added DagExported and DagExportFailed responses to ExportDag command.
  • Added DagTransmissionComplete response when a DAG has been completely transmitted.

Changed

  • MTU is now an optional flag on controller
  • Added block_size as a myceli config option for controlling IPFS block size in file chunking
  • Changed default block_size to 3072 bytes
  • Fixed cases where responses inside of dag transfer session weren't sent to original target address

v0.6.4-debug

v0.6.4-debug Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 May 18:54
Build with hex dumps for debugging

v0.6.4

Choose a tag to compare

@github-actions github-actions released this 15 May 15:47
67011ec

Added

  • Added windowing to DAG transfers, and corresponding window_size config for myceli.
  • Added ResumeTransmitDag and ResumeTransmitAllDags APIs for resuming DAG transfers.
  • Added SetConnected and GetConnected APIs for setting connection state.
  • Brought in iroh-unixfs as ipfs-unixfs, which has been trimmed to focus on creation of DAGs and Blocks.

Changed

  • Renamed app-api-cli to controller.
  • Updated default block size to 256 bytes and generally improved handling of larger files in storage layer.
  • Archived unused car-utility and cpp-transmit-example projects.
  • Converted all crate dependencies to workspace dependencies, tightened version specificity, narrowed features when possible.
  • Increase default MTU to 512 bytes to accommodate more realistic systems
  • Move functions for fetching all DAG cids & blocks into storage layer
  • Increase default file block size to 100kb for better performance when importing larger files
  • Small revision to testing plan

v0.6.3

v0.6.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 04 May 22:13
5f45048
Updating CI release builds (#61)

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 26 Apr 16:31
5f1a82b
Upgrade address parsing (#54)

- Fix controller to resolve addresses
- Standardize default addresses on 0.0.0.0
- Added configurable listen address to hyphae
- Added configurable listen address to controller

v0.6.1

v0.6.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 25 Apr 14:23
b7bb146
v0.7-pre-04-24

Add controller to CI (#51)