Releases: ipfs-shipyard/space
Releases · ipfs-shipyard/space
v0.6.6
What's Changed
- Cleanup from ground testing by @plauche in #67
- Adding Request/AvailableDAGs APIs by @plauche in #68
- Bump docker/login-action from 1 to 2 by @dependabot in #74
- Bump actions/checkout from 1 to 3 by @dependabot in #73
- Adding support for yard stick one radio by @plauche in #52
- Some docs updates by @plauche in #71
- Restart transfer after transmitter off by @plauche in #70
Full Changelog: v0.6.5...v0.6.6
v0.6.5-radio-address
Added radio_address config option
v0.6.5-debug-chunk-delays
Added optional throttling of chunk transmission
v0.6.5-debug
Revert recv buffer size
v0.6.5
Added
- Added
DagExported
andDagExportFailed
responses toExportDag
command. - Added
DagTransmissionComplete
response when a DAG has been completely transmitted.
Changed
- MTU is now an optional flag on
controller
- Added
block_size
as amyceli
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
Build with hex dumps for debugging
v0.6.4
Added
- Added windowing to DAG transfers, and corresponding
window_size
config formyceli
. - Added
ResumeTransmitDag
andResumeTransmitAllDags
APIs for resuming DAG transfers. - Added
SetConnected
andGetConnected
APIs for setting connection state. - Brought in
iroh-unixfs
asipfs-unixfs
, which has been trimmed to focus on creation of DAGs and Blocks.
Changed
- Renamed
app-api-cli
tocontroller
. - Updated default block size to 256 bytes and generally improved handling of larger files in storage layer.
- Archived unused
car-utility
andcpp-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
Updating CI release builds (#61)
v0.6.2
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.7-pre-04-24 Add controller to CI (#51)