Releases: ipfs-force-community/droplet
v2.8.0
What's Changed
- feat: set address.CurrentNetwork when launch up by @LinZexiao in #321
- opt: not wait for index results to be generated by @simlecode in #324
- Chore/merge release/v2.7.0 into master by @LinZexiao in #327
- Feat/tanlang/state output more power info by @LinZexiao in #328
- fix: adapt deal filter format to CIDgravity / 修改 dealfilter 的实现, 以兼容 CIDgravity by @LinZexiao in #329
- opt: ensure the type of signature data by @diwufeiwen in #330
- Feat: unseal piece before tansfer / 在数据传输之前先 unseal piece 数据 by @LinZexiao in #331
- chore(deps): bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 by @dependabot in #332
- feat: batch send deals by @simlecode in #297
- feat: replace market with droplet by @simlecode in #334
- feat: import deals by @simlecode in #335
- chore: bump version to v2.8.0-rc1 by @simlecode in #337
- feat: support http retrieval by @simlecode in #338
- Fix/repo compatibility for cli by @LinZexiao in #348
- chore: output piece size to log by @simlecode in #351
- Fix/use old client repo when create market client by @LinZexiao in #353
- Merge pull request #355 from ipfs-force-community/chore/remove-ioutil by @simlecode in #358
- chore: bump version to v2.8.0 by @simlecode in #357
Full Changelog: v2.7.2...v2.8.0
v2.8.0-rc3
What's Changed
- chore: output piece size to log by @simlecode in #351
- Fix/use old client repo when create market client by @LinZexiao in #353
Full Changelog: v2.8.0-rc2...v2.8.0-rc3
v2.8.0-rc2
What's Changed
- Fix/repo compatibility for cli by @LinZexiao in #348
Full Changelog: v2.8.0-rc1...v2.8.0-rc2
v2.8.0-rc1
What's Changed
- feat: set address.CurrentNetwork when launch up by @LinZexiao in #321
- opt: not wait for index results to be generated by @simlecode in #324
- Chore/merge release/v2.7.0 into master by @LinZexiao in #327
- Feat/tanlang/state output more power info by @LinZexiao in #328
- fix: adapt deal filter format to CIDgravity / 修改 dealfilter 的实现, 以兼容 CIDgravity by @LinZexiao in #329
- opt: ensure the type of signature data by @diwufeiwen in #330
- Feat: unseal piece before tansfer / 在数据传输之前先 unseal piece 数据 by @LinZexiao in #331
- chore(deps): bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 by @dependabot in #332
- feat: batch send deals by @simlecode in #297
- feat: replace market with droplet by @simlecode in #334
- feat: import deals by @simlecode in #335
- chore: bump version to v2.8.0-rc1 by @simlecode in #337
- feat: support http retrieval by @simlecode in #338
Full Changelog: v2.7.2...v2.8.0-rc1
v2.7.3
What's Changed
- Merge pull request #338 from ipfs-force-community/feat/http-retrieve by @simlecode in #339
- chore: bump version to v2.7.3 by @simlecode in #340
Full Changelog: v2.7.2...v2.7.3
v2.7.2
v2.7.1
v2.7.0
What's Changed
-
feat: add status api to detect api ready by @hunjixin in #282
-
feat: update the authClient with token by @LinZexiao in #284
-
chore(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #285
-
feat: add command to print signer deal detail by @simlecode in #298
-
docs: add document about deal filter by @LinZexiao in #300
-
fix: add composite indexes by @simlecode in #294
-
feat: unsealed from sp through venus-gateway / 通过venus-gateway给SP下发unsealed请求 by @diwufeiwen in #267
-
feat: opt deal list cmds by @simlecode in #301
-
chore: update venus & adjust interface parameters by @simlecode in #306
-
feat: add command to cancel data transfer by @simlecode in #307
-
feat: more time for query retrieval ask by @hunjixin in #304
-
Feat/destroy shards by @simlecode in #309
-
fix: add check for miner config by @simlecode in #311
-
fix: Circular search for deals by @simlecode in #310
-
fix: PaymentAddress uses a fake address when retrieval data does not … by @simlecode in #312
-
chore: Replace github.com/ipfs/go-ipfs-files with github.com/ipfs/go-… by @simlecode in #313
-
feat: update unseal api / 更新 unseal 的接口 by @LinZexiao in #314
-
feat: add command to expend claim term by @simlecode in #315
-
Opt/import data by @simlecode in #317
New Contributors
Full Changelog: v2.6.1...v2.7.0
v2.7.0-rc1
What's Changed
- feat: add status api to detect api ready by @hunjixin in #282
- feat: update the authClient with token by @LinZexiao in #284
- chore(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #285
- docs: add market en start doc by @Fatman13 in #292
- docs: add en client config docs by @Fatman13 in #296
- feat: add command to print signer deal detail by @simlecode in #298
- docs: add en market config docs by @Fatman13 in #299
- docs: add document about deal filter by @LinZexiao in #300
- fix: add composite indexes by @simlecode in #294
- feat: unsealed from sp through venus-gateway / 通过venus-gateway给SP下发unsealed请求 by @diwufeiwen in #267
- feat: opt deal list cmds by @simlecode in #301
- chore: update venus & adjust interface parameters by @simlecode in #306
- feat: new api ReleaseDeals by @0x5459 in #305
- feat: add command to cancel data transfer by @simlecode in #307
- fix(ReleaseDeals): check deal state by @0x5459 in #308
- feat: more time for query retrieval ask by @hunjixin in #304
- Feat/destroy shards by @simlecode in #309
- fix: add check for miner config by @simlecode in #311
- fix: Circular search for deals by @simlecode in #310
- fix: PaymentAddress uses a fake address when retrieval data does not … by @simlecode in #312
- chore: Replace github.com/ipfs/go-ipfs-files with github.com/ipfs/go-… by @simlecode in #313
- feat: update unseal api / 更新 unseal 的接口 by @LinZexiao in #314
- Feat/add docker push by @hunjixin in #316
- feat: add command to expend claim term by @simlecode in #315
- Opt/import data by @simlecode in #317
New Contributors
Full Changelog: v2.6.1...v2.7.0-rc1
v2.6.1
What's Changed
- Feat/lt/miner mgr api by @diwufeiwen in #293
- Merge pull request #317 from filecoin-project/opt/import-data by @simlecode in #318
- chore: bump version to v2.6.1 by @simlecode in #319
Full Changelog: v2.6.0...v2.6.1