Skip to content

Releases: application-research/filclient

v0.5.0-rc1

25 Jan 20:03
4802f63
Compare
Choose a tag to compare
v0.5.0-rc1 Pre-release
Pre-release

What's Changed

  • Update filclient.go by @anjor in #111
  • fix: update to boost that uses gostream v0.5.0 by @rvagg in #112
  • chore(deps): bump github.com/urfave/cli/v2 from 2.8.1 to 2.24.1 by @dependabot in #114
  • chore(deps): bump github.com/ipfs/go-merkledag from 0.8.0 to 0.9.0 by @dependabot in #118
  • chore(deps): bump go.uber.org/zap from 1.22.0 to 1.24.0 by @dependabot in #116
  • chore(deps): bump go.opentelemetry.io/otel/trace from 1.9.0 to 1.11.2 by @dependabot in #117
  • chore(deps): bump github.com/filecoin-project/go-commp-utils from 0.1.3 to 0.1.4 by @dependabot in #121
  • chore(deps): bump github.com/ipfs/go-ipfs-files from 0.1.1 to 0.2.0 by @dependabot in #122
  • chore(deps): bump github.com/libp2p/go-libp2p-core from 0.20.0 to 0.20.1 by @dependabot in #120
  • chore(deps): bump github.com/multiformats/go-multiaddr from 0.7.0 to 0.8.0 by @dependabot in #119
  • chore(deps): bump github.com/filecoin-project/go-data-transfer from 1.15.2 to 1.15.3 by @dependabot in #124
  • chore(deps): bump github.com/filecoin-project/go-state-types from 0.9.8 to 0.9.9 by @dependabot in #125
  • chore(deps): bump github.com/libp2p/go-libp2p-kad-dht from 0.18.0 to 0.20.0 by @dependabot in #129
  • chore(deps): bump github.com/filecoin-project/lotus from 1.18.0 to 1.19.0 by @dependabot in #127
  • chore(deps): bump github.com/filecoin-project/go-address from 1.0.0 to 1.1.0 by @dependabot in #128
  • Set DealParams.RemoveUnsealedCopy to !netprops.FastRetrieval by @neelvirdy in #126
  • Expose option to set removeUnsealed when calling MakeDeal by @neelvirdy in #130

New Contributors

Full Changelog: v0.4.0...v0.5.0-rc1

v0.4.0

24 Nov 11:11
56a8546
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

21 Oct 12:41
696b665
Compare
Choose a tag to compare

What's Changed

  • Confirm block(s) received, and add additional reporting data by @rvagg in #101
  • fix: improve uniqueness of DealID for retrievals by @rvagg in #102
  • fix: more error event reporting by @rvagg in #104
  • expose data transfer manager for reusability (needed by auto-retrieve) by @en0ma in #105

Full Changelog: v0.2.0...v0.2.1

v0.2.0

23 Aug 15:51
Compare
Choose a tag to compare

Added

  • LICENSE.md
  • CONTRIBUTING.md
  • CI Dockerfile and GitHub workflows

Changed

  • Bump Lotus to v1.17.0
  • Bump Boost to v1.3.1
  • Filc blockstore is now stored with flatfs instead of lmdb
    • Old blockstores will no longer work, use this migration tool or simply clear the old blockstore filc clear-blockstore

Fixed

  • Protect libp2p connections while querying
  • Filctl label string conversion

v0.1.0

05 Aug 23:16
81b9940
Compare
Choose a tag to compare

FilClient's first tagged release.

Includes the Boost v1.0.1 commP fix.