Releases: filecoin-project/lassie
Releases · filecoin-project/lassie
v0.23.2
What's Changed
- chore(deps): bump goreleaser/goreleaser-action from 5 to 6 by @dependabot in #476
- fix(ci): run goreleaser with go 1.22 by @rvagg in #480
- chore(deps): bump docker/build-push-action from 5 to 6 by @dependabot in #478
- chore: version bump to v0.23.1 by @rvagg in #481
Full Changelog: v0.23.0...v0.23.2
v0.23.1
What's Changed
- chore(deps): bump goreleaser/goreleaser-action from 5 to 6 by @dependabot in #476
- fix(ci): run goreleaser with go 1.22 by @rvagg in #480
- chore(deps): bump docker/build-push-action from 5 to 6 by @dependabot in #478
Full Changelog: v0.23.0...v0.23.1
v0.23.0
What's Changed
- Update dependencies and golang version by @gammazero in #466
- chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #467
- ci: uci/copy-templates by @web3-bot in #468
- chore(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 by @dependabot in #472
- Update dependencies by @gammazero in #473
- Update workflow from pl-strflt to ipdxco by @gammazero in #474
Full Changelog: v0.22.0...v0.23.0
v0.22.0
What's Changed
- chore: post Go 1.19 multi-error cleanup by @rvagg in #453
- Update dependencies by @gammazero in #456
- docs: update README's go example, link fixes by @dtbuchholz in #455
- Update ipni dependencies by @gammazero in #457
- chore(deps): bump actions/setup-go from 4 to 5 by @dependabot in #461
- chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #462
- Protocols in providers by @hannahhoward in #465
New Contributors
- @dtbuchholz made their first contribution in #455
Full Changelog: v0.21.0...v0.22.0
v0.21.0
What's Changed
Minor signature changes when used as an API, with some reorg in the bitswap retriever to solve a couple of bugs.
Full Changelog: v0.20.1...v0.21.0
v0.20.1
What's Changed
- feat: --duplicates on CLI to putput duplicate blocks by @rvagg in #444
- fix: improve path checking and handling for http url providers by @rvagg in #446
- Text corrections by @criadoperez in #447
- deps: upgrade go-trustless-utils by @rvagg in #449
New Contributors
- @criadoperez made their first contribution in #447
Full Changelog: v0.20.0...v0.20.1
v0.20.0
What's Changed
- feat: attempt translate filecoin f0 addresses with heyfil by @rvagg #441
- feat: allow missing peer ID & http:// url style on HTTP --providers by @rvagg in #440
- feat: support lassie fetch /ipfs/bafy... style queries by @rvagg in #438
- chore!: rename "payload" CID to "root" CID by @rvagg in #439
Full Changelog: v0.19.2...v0.20.0
v0.19.2
What's Changed
- fix: measure "connect time" per-peer for peer scoring by @rvagg in #431
- fix: prefix path with '/' for cli "Fetching bafy.../path" by @rvagg in #434
- chore(deps): bump goreleaser/goreleaser-action from 4 to 5 by @dependabot in #435
- chore: use go-fixtureplate to make unixfs fixtures by @rvagg in #436
Full Changelog: v0.19.1...v0.19.2
v0.19.1
v0.19.0
What's Changed
Notable changes
lassie.Fetch()
API has changed, the last argument has been replaced with an options pattern varargs, with the event callback being provided with an optiontypes.WithEventsCallback()
- New event for event listeners:
BlockReceived
- Fixed / improved identity CID handling across all protocols
- Tracking of Bitswap peers for internal event and reporting purposes
Pull requests
- Build and publish lassie container by @masih in #415
- Disable CGO in dockerfile by @masih in #416
- test: e2e testing - frisbii, indexer, lassie cli & daemon fetch by @rvagg in #414
- feat!: make the events cb optional on lassie.Fetch() by @rvagg in #419
- fix: test and handle identity CIDs by @rvagg in #426
- Add tracking of data received from remote peers by @hannahhoward in #345
Full Changelog: v0.18.0...v0.19.0