Skip to content

Releases: ipfs-force-community/droplet

v2.4.0-rc1

17 Oct 10:25
421037e
Compare
Choose a tag to compare
v2.4.0-rc1 Pre-release
Pre-release

** 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 in go-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

v2.3.0

14 Sep 01:21
Compare
Choose a tag to compare

What's Changed

  • chore: upgrade go-fil-markets version by @simlecode in #158
  • fix #4999 : venus-market : update dependencies of ddl by @LinZexiao in #159
  • feat:support get deals by datacid from database but not only rely on topindex by @hunjixin in #160
  • feat: #4910 venus-market,venus : add sub command to mannage piece storage by @LinZexiao in #153
  • chore: update docker config clip with change from valid config by @LinZexiao in #162
  • 支持按照生命周期过滤分配订单 by @dtynn in #163
  • feat:支持重建本地数据索引和缓存 by @hunjixin in #161
  • feat: git action: apply go mode tidy checks on PRs by @zl03jsj in #165
  • fix: prevent gateway signer initializeing into market client by @LinZexiao in #164
  • feat: cli : add dataCID when client deal list by @LinZexiao in #166
  • fix:可以配置重复的StorageMiners by @diwufeiwen in #167
  • chore : remove ddl copying when docker was build by @LinZexiao in #168
  • chore: git action: only trigger auto publish on PR merged by @zl03jsj in #169
  • fix: git-action: mission colon in auto release workflow by @zl03jsj in #170
  • feat: 增加actor-funds命令, 用于在venus-market上执行查询/增加提取 市场资金的命令 by @hunjixin in #171
  • docs: add config explain and quick start by @LinZexiao in #172
  • chore: upgrade venus by @simlecode in #175
  • feat: 增加导入离线订单的接口和命令 / add interface and cli import offline deal by @LinZexiao in #176
  • doc : 增加导入离线订单的文档 / add description how to import offline deal in Chinese by @LinZexiao in #178
  • fix: 导入离线订单时增加对数据传输类型的检查 / add check about data transfer type when import offline deal by @LinZexiao in #181
  • feat: 增加Version接口/implement Versin api by @simlecode in #180
  • ci: 拆分git工作流/split git workflow by @simlecode in #183
  • feat: 在对象存储的piecestorage增加bucket配置项 / add bucket config in piecestorage by @LinZexiao in #179
  • fix/tanlang/modify the timing of the configuration injection by @LinZexiao in #182
  • chore: add new PR template by @LinZexiao in #174
  • fix: incorrect computing price-per-bytes in retrieval client by @zl03jsj in #186
  • docs: fix typos by @0x5459 in #185
  • chore: upgrade gateway go mod by @zl03jsj in #184
  • feat: support metrics and refrator jwt by @hunjixin in #187
  • Feat/tanlang/improve docker by @LinZexiao in #189
  • feat: make byte count in output of commP obvious by @LinZexiao in #191
  • fix:Everytime call mysqlStorageRepo.SaveDeal create_at was update to 0 by @zl03jsj in #190
  • chore: bump version to v2.3.0 by @simlecode in #192

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

28 Jun 07:31
27ca416
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.2.0

v2.2.0-rc2

25 Jun 08:28
945a84d
Compare
Choose a tag to compare
v2.2.0-rc2 Pre-release
Pre-release

What's Changed

Full Changelog: v2.2.0-rc1...v2.2.0-rc2

v2.2.0-rc1

15 Jun 07:19
Compare
Choose a tag to compare
v2.2.0-rc1 Pre-release
Pre-release

What's Changed

  • fix: placeholder in output log format string by @zl03jsj in #138
  • feat: top level index local persistence by @zl03jsj in #140
  • feat:#4759 venus-market : add docker feature by @LinZexiao in #131
  • Fix: crush caused by creation 0 interval timer by @zl03jsj in #142
  • fix: TestPaychGetRestartAfterAddFundsMsg may stuck in forever waiting by @zl03jsj in #141
  • Feat: output register shard success log by @zl03jsj in #144
  • chore: upgrade venus by @simlecode in #145
  • fix : retrieval market: retrieval provider begins data transfer in incorrect state. by @zl03jsj in #146
  • chore: merge v2.0.1 into perp/v2.2.0-rc2 by @zl03jsj in #148
  • fix: venus-market : change to build docker image from local repo by @LinZexiao in #143

New Contributors

Full Changelog: v2.2.0-pre-rc1...v2.2.0-rc1

v2.0.1

15 Jun 02:35
3d7166c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.2.0-pre-rc1

07 Jun 07:08
Compare
Choose a tag to compare
v2.2.0-pre-rc1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.0.1...v2.2.0-pre-rc1

v2.0.0

21 Feb 12:56
9c51771
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v2.0.0

v2.0.0-rc3

10 Feb 10:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v2.0.0-rc3

v2.0.0-rc2

13 Jan 13:31
Compare
Choose a tag to compare
v2.0.0-rc2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.0.1...v2.0.0-rc2