Releases: filecoin-station/rusty-lassie
Releases · filecoin-station/rusty-lassie
v0.9.0
Highlights ✨
Upgrade Lassie to version v0.22.0:
What's Changed
- deps: Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #80
- deps: Bump anyhow from 1.0.75 to 1.0.76 by @dependabot in #81
- deps: Bump anyhow from 1.0.76 to 1.0.77 by @dependabot in #82
- deps: Bump anyhow from 1.0.77 to 1.0.78 by @dependabot in #83
- deps: Bump anyhow from 1.0.78 to 1.0.79 by @dependabot in #84
- ci: Bump dtolnay/rust-toolchain from 439cf6072 to be73d792 by @dependabot in #79
- ci: Bump Swatinem/rust-cache from 2.7.1 to 2.7.2 by @dependabot in #86
- deps: Bump env_logger from 0.10.1 to 0.10.2 by @dependabot in #88
- ci: Bump Swatinem/rust-cache from 2.7.2 to 2.7.3 by @dependabot in #87
- deps: Bump github.com/filecoin-project/lassie from 0.21.0 to 0.22.0 by @dependabot in #91
- deps: Bump github.com/quic-go/quic-go from 0.39.3 to 0.39.4 by @dependabot in #92
- deps: Bump ureq from 2.9.1 to 2.9.3 by @dependabot in #93
- deps: Bump ureq from 2.9.3 to 2.9.4 by @dependabot in #94
- deps: Bump env_logger from 0.10.2 to 0.11.1 by @dependabot in #90
- test: use CID hosted by us by @bajtos in #95
Full Changelog: v0.8.0...v0.9.0
v0.8.0
Highlights ✨
Configure Lassie's user agent to report Go Lassie version plus our custom suffix, e.g. lassie/v0.21.0-rs
.
What's Changed
- deps: Bump cc from 1.0.83 to 1.0.84 by @dependabot in #74
- deps: Bump env_logger from 0.10.0 to 0.10.1 by @dependabot in #73
- ci: Bump amannn/action-semantic-pull-request from 5.3.0 to 5.4.0 by @dependabot in #72
- deps: Bump ureq from 2.8.0 to 2.9.0 by @dependabot in #75
- ci: Bump actions/setup-go from 4 to 5 by @dependabot in #77
- fix: configure Lassie user-agent by @bajtos in #78
- deps: Bump ureq from 2.9.0 to 2.9.1 by @dependabot in #76
Full Changelog: v0.7.0...v0.8.0
v0.7.0
Highlights ✨
If you request a CAR file and don't specify dups
and order
parameters, Lassie will use dups=y
and order=dfs
now.
Upgrade Lassie to version 0.21.0:
- https://github.com/filecoin-project/lassie/releases/tag/v0.18.0
- https://github.com/filecoin-project/lassie/releases/tag/v0.19.0
- https://github.com/filecoin-project/lassie/releases/tag/v0.19.1
- https://github.com/filecoin-project/lassie/releases/tag/v0.19.2
- https://github.com/filecoin-project/lassie/releases/tag/v0.20.0
- https://github.com/filecoin-project/lassie/releases/tag/v0.20.1
- https://github.com/filecoin-project/lassie/releases/tag/v0.21.0
What's Changed
- ci: Bump actions/checkout from 3 to 4 by @dependabot in #56
- deps: Bump github.com/filecoin-project/lassie from 0.17.0 to 0.21.0 by @dependabot in #68
- ci: Bump dtolnay/rust-toolchain from 0e66bd3e6 to 439cf6072 by @dependabot in #61
- ci: Bump amannn/action-semantic-pull-request from 5.2.0 to 5.3.0 by @dependabot in #63
- deps: Bump rustix from 0.37.19 to 0.37.25 by @dependabot in #69
- ci: Bump Swatinem/rust-cache from 2.6.2 to 2.7.1 by @dependabot in #70
- deps: update deep deps via
cargo update
by @bajtos in #71
Full Changelog: v0.6.0...v0.7.0
v0.6.0
Highlights ✨
Upgrade Lassie to 0.17.0
- https://github.com/filecoin-project/lassie/releases/tag/v0.17.0
- https://github.com/filecoin-project/lassie/releases/tag/v0.16.1
- https://github.com/filecoin-project/lassie/releases/tag/v0.16.0
- https://github.com/filecoin-project/lassie/releases/tag/v0.15.0
- https://github.com/filecoin-project/lassie/releases/tag/v0.14.3
- https://github.com/filecoin-project/lassie/releases/tag/v0.14.2
- https://github.com/filecoin-project/lassie/releases/tag/v0.14.1
- https://github.com/filecoin-project/lassie/releases/tag/v0.14.0
What's Changed
- deps: Bump pretty_assertions from 1.3.0 to 1.4.0 by @dependabot in #35
- deps: Bump anyhow from 1.0.71 to 1.0.72 by @dependabot in #39
- deps: Bump github.com/filecoin-project/lassie to 0.14.2 by @dependabot in #38
- ci: Bump Swatinem/rust-cache from 2.5.0 to 2.5.1 by @dependabot in #34
- deps: Bump cc from 1.0.79 to 1.0.80 by @dependabot in #41
- deps: Bump cc from 1.0.80 to 1.0.81 by @dependabot in #42
- deps: Bump cc from 1.0.81 to 1.0.82 by @dependabot in #45
- ci: Bump actionsx/prettier from e90ec5455 to 3d9f7c3fa by @dependabot in #40
- ci: Bump Swatinem/rust-cache from 2.5.1 to 2.6.0 by @dependabot in #43
- deps: Bump github.com/filecoin-project/lassie from 0.14.2 to 0.14.3 by @dependabot in #44
- ci: use Go version 1.20 by @bajtos in #53
- ci: Bump Swatinem/rust-cache from 2.6.0 to 2.6.2 by @dependabot in #51
- deps: Bump cc from 1.0.82 to 1.0.83 by @dependabot in #52
- deps: Bump anyhow from 1.0.72 to 1.0.75 by @dependabot in #50
- deps: Bump github.com/libp2p/go-libp2p from 0.27.1 to 0.27.8 by @dependabot in #46
- deps: Bump github.com/filecoin-project/lassie from 0.14.3 to 0.15.0 by @dependabot in #49
- deps: Bump rustls-webpki from 0.100.1 to 0.100.2 by @dependabot in #54
- deps: Bump github.com/filecoin-project/lassie from 0.15.0 to 0.17.0 by @dependabot in #55
Full Changelog: v0.5.1...v0.6.0
v0.5.1
v0.5.0
v0.4.0
Highlights ✨
- Upgrade lassie from 0.12.2 to 0.13.0 (Release Notes)
- Expose additional Lassie configuration options
BREAKING CHANGES
Rusty Lassie no longer enforces retrieval timeout. Configure it yourself using the newly introduced option global_timeout
.
What's Changed
- deps: Bump filecoin-project/lassie from 0.12.1 to 0.12.2 by @dependabot in #22
- deps: Bump ureq from 2.6.2 to 2.7.0 by @dependabot in #23
- ci: Bump Swatinem/rust-cache from 2.4.0 to 2.5.0 by @dependabot in #24
- deps: Bump ureq from 2.7.0 to 2.7.1 by @dependabot in #25
- ci: Bump dtolnay/rust-toolchain from 52e69531 to 1f5cdb56 by @dependabot in #26
- chore: move go.{mod,sum} to project root by @bajtos in #28
- deps: Bump github.com/filecoin-project/lassie from 0.12.2 to 0.13.0 by @dependabot in #29
- feat: expose additional Lassie configuration options by @bajtos in #30
- ci: Bump dtolnay/rust-toolchain from 1f5cdb56c to 0e66bd3e6 by @dependabot in #31
Full Changelog: v0.3.2...v0.4.0
v0.3.2
v0.3.1
v0.3.0
Highlights ✨
- Lassie v0.12.1 (Release Notes)
- Support cross-compilation for arm64 and amd64 - this effectively adds support for Apple Silicon
What's Changed
- docs: fix link to GH Releases page by @bajtos in #15
- deps: Bump filecoin-project/lassie from 0.12.0 to 0.12.1 by @dependabot in #16
- test: add integration test by @bajtos in #17
- feat: support cross-compilation for arm64 & amd64 by @bajtos in #18
Full Changelog: v0.2.0...v0.3.0