Releases: ipfs-force-community/droplet
Releases · ipfs-force-community/droplet
v2.5.1
Merge pull request #280 from filecoin-project/chore/upgrade_ver_to_2.5.1 chore: bump version to 2.5.1
v2.6.0-rc1
What's Changed
- feat: integrate CIDgravity by @LinZexiao in #265
- Feat/tanlang/user data isolation / 用户数据隔离 by @LinZexiao in #254
- chore(deps): bump github.com/ipld/go-codec-dagpb from 1.3.2 to 1.5.0 by @dependabot in #268
- fix: cli: Wait for all results in GetAsks by @simlecode in #269
- Feat/opt storage/retrieval cli in venus-market by @hunjixin in #271
- feat: add list storage/retrieval asks cli by @hunjixin in #272
- feat: add error notice for no specific flags by @hunjixin in #273
- chore(deps): bump github.com/ipld/go-ipld-prime from 0.18.0 to 0.19.0 by @dependabot in #277
- chore(deps): bump github.com/ipfs/go-unixfs from 0.3.1 to 0.4.3 by @dependabot in #276
- Dev/v2.6.0 by @LinZexiao in #278
New Contributors
- @dependabot made their first contribution in #268
Full Changelog: v2.5.0...v2.6.0-rc1
v2.5.0
What's Changed
- fix: change precommit message params by @hunjixin in #261
- opt: Avoid configuration file generating miners = [] by @diwufeiwen in #264
- chore: upgrade venus-related ref version by @diwufeiwen in #266
Full Changelog: v2.5.0-rc1...v2.5.0
v2.4.1
v2.5.0-rc1
Merge pull request #260 from filecoin-project/chore/upgrade_venus_rel…
v2.4.0
What's Changed
- fix: make deps before make docker by @LinZexiao in #193
- fix: command help string by @zl03jsj in #194
- feat: using SignedStorageAsk defined in
venus-shared
instead of ingo-fil-market
/使用venus-shared
中定义的SignedStorageAsk替换go-fil-market
中的定义. by @zl03jsj in #195 - chore: upgrade venus package of go mod/升级venus的go mod 依赖. by @zl03jsj in #196
- chore: backport 192 by @simlecode in #197
- upgrade getting-start doc / 更新启动文档 by @diwufeiwen in #199
- Feat/tanlang/add unit test to models layer by @LinZexiao in #200
- feat: add stats cmd to stats power by @LinZexiao in #188
- Feat/tanlang/filtrate deal by deal state before assigned by @LinZexiao in #202
- Feat/tanlang/add metric explain by @LinZexiao in #201
- feat: add cli to stats deal by @LinZexiao in #203
- feat: dagstore: Add DestroyShard() in dagstore wrapper by @simlecode in #205
- feat: 增加paych相关命令 by @diwufeiwen in #173
- fix: Prepared statement contains too many placeholders by @diwufeiwen in #206
- refactor: 解耦 payChInfoRepo 和 payMsgRepo by @zl03jsj in #208
- refactor: inject paychInfoRepo and paychMsgRepo by @zl03jsj in #209
- Feat: auto migration badger/badger数据自动迁移 by @zl03jsj in #210
- feat: update to nv17 by @hunjixin in #214
- fix: market client crush caused by migrate a nil ds/market-client迁移了空的ds导致panic. by @zl03jsj in #215
- Feat/upgrade ffi && change build version to v2.4.0-rc2 by @zl03jsj in #217
- feat: dealpublisher: check for duplicate deals before adding by @diwufeiwen in #216
- feat: storageprovider: opt markets event handler by @diwufeiwen in #218
- fix: use unpad size for payload size by @hunjixin in #220
- fix: correct precommit msg check by @hunjixin in #221
- fix: skip not found error by @hunjixin in #222
- chore: release v2.4.0-rc3 by @hunjixin in #223
- opt(tools): Orders that are not allocated deals by @diwufeiwen in #224
- feat: reformat all code with gofumpt by @LinZexiao in #226
- feat: divide test unit of models layer by @LinZexiao in #225
- chore: update venus* dependencies version by @hunjixin in #229
- feat: add deal expired check by @hunjixin in #232
- Feat/tanlang/change the dependence on blockstore to venus share by @LinZexiao in #204
- chore: use the types in venus-shared by @simlecode in #230
- Chore/bump up version to v2.4.0 by @LinZexiao in #237
- chore: add badges by @hunjixin in #236
- fix: Use the wrong MetricsCtx by @simlecode in #238
Full Changelog: v2.3.0...v2.4.0
V2.4.0-rc4
What's Changed
- opt(tools): Orders that are not allocated deals by @diwufeiwen in #224
- feat: reformat all code with gofumpt by @LinZexiao in #226
- feat: divide test unit of models layer by @LinZexiao in #225
- chore: update venus* dependencies version by @hunjixin in #229
Full Changelog: v2.4.0-rc3...v2.4.0-rc4
v2.4.0-rc3
What's Changed
- feat: dealpublisher: check for duplicate deals before adding by @diwufeiwen in #216
- feat: storageprovider: opt markets event handler by @diwufeiwen in #218
- fix: use unpad size for payload size by @hunjixin in #220
- fix: correct precommit msg check by @hunjixin in #221
- fix: skip not found error by @hunjixin in #222
- chore: release v2.4.0-rc3 by @hunjixin in #223
Full Changelog: v2.4.0-rc2...v2.4.0-rc3
v2.4.0-rc2
What's Changed
- fix: make deps before make docker by @LinZexiao in #193
- fix: command help string by @zl03jsj in #194
- feat: using SignedStorageAsk defined in
venus-shared
instead of ingo-fil-market
/使用venus-shared
中定义的SignedStorageAsk替换go-fil-market
中的定义. by @zl03jsj in #195 - chore: upgrade venus package of go mod/升级venus的go mod 依赖. by @zl03jsj in #196
- chore: backport 192 by @simlecode in #197
- upgrade getting-start doc / 更新启动文档 by @diwufeiwen in #199
- Feat/tanlang/add unit test to models layer by @LinZexiao in #200
- feat: add stats cmd to stats power by @LinZexiao in #188
- Feat/tanlang/filtrate deal by deal state before assigned by @LinZexiao in #202
- Feat/tanlang/add metric explain by @LinZexiao in #201
- feat: add cli to stats deal by @LinZexiao in #203
- feat: dagstore: Add DestroyShard() in dagstore wrapper by @simlecode in #205
- feat: 增加paych相关命令 by @diwufeiwen in #173
- fix: Prepared statement contains too many placeholders by @diwufeiwen in #206
- refactor: 解耦 payChInfoRepo 和 payMsgRepo by @zl03jsj in #208
- refactor: inject paychInfoRepo and paychMsgRepo by @zl03jsj in #209
- Feat: auto migration badger/badger数据自动迁移 by @zl03jsj in #210
- feat: update to nv17 by @hunjixin in #214
- fix: market client crush caused by migrate a nil ds/market-client迁移了空的ds导致panic. by @zl03jsj in #215
- Feat/upgrade ffi && change build version to v2.2.0-rc2 by @zl03jsj in #217
Full Changelog: v2.3.0...v2.4.0-rc2
v2.4.0-rc1
** IMPORTANT: May panic caused by badger auto-migration, fixed in -- v2.4.0-rc2 -- **
重要提示: 如出现运行market-client出现panic的情况, 可能是由于数据自动迁移没有考虑到market-client的导致, 已经在-- v2.4.0-rc2 --中修复.
What's Changed
- fix: make deps before make docker by @LinZexiao in #193
- fix: command help string by @zl03jsj in #194
- feat: using SignedStorageAsk defined in
venus-shared
instead of ingo-fil-market
/使用venus-shared
中定义的SignedStorageAsk替换go-fil-market
中的定义. by @zl03jsj in #195 - chore: upgrade venus package of go mod/升级venus的go mod 依赖. by @zl03jsj in #196
- chore: backport 192 by @simlecode in #197
- upgrade getting-start doc / 更新启动文档 by @diwufeiwen in #199
- Feat/tanlang/add unit test to models layer by @LinZexiao in #200
- feat: add stats cmd to stats power by @LinZexiao in #188
- Feat/tanlang/filtrate deal by deal state before assigned by @LinZexiao in #202
- Feat/tanlang/add metric explain by @LinZexiao in #201
- feat: add cli to stats deal by @LinZexiao in #203
- feat: dagstore: Add DestroyShard() in dagstore wrapper by @simlecode in #205
- feat: 增加paych相关命令 by @diwufeiwen in #173
- fix: Prepared statement contains too many placeholders by @diwufeiwen in #206
- refactor: 解耦 payChInfoRepo 和 payMsgRepo by @zl03jsj in #208
- refactor: inject paychInfoRepo and paychMsgRepo by @zl03jsj in #209
- Feat: auto migration badger/badger数据自动迁移 by @zl03jsj in #210
- feat: update to nv17 by @hunjixin in #214
Full Changelog: v2.3.0...v2.4.0-rc1