Releases: ipfs-force-community/sophon-messager
Releases · ipfs-force-community/sophon-messager
v1.14.0-rc2
What's Changed
- chore: update venus & go-jsonrpc by @simlecode in #365
- chore: bump version to v1.14.0-rc2 by @simlecode in #366
Full Changelog: v1.14.0-rc1...v1.14.0-rc2
v1.14.0-rc1
What's Changed
- chore: update nv21 deps by @simlecode in #362
- chore: bump version to v1.14.0-rc1 by @simlecode in #363
- chore: update venus by @simlecode in #364
Full Changelog: v1.13.0...v1.14.0-rc1
v1.13.0
What's Changed
- Update design-specs.md by @Fatman13 in #349
- Update README.md by @Fatman13 in #348
- feat(cmds): add update message state cmd by @diwufeiwen in #351
- merge Release/v1.12 into master by @LinZexiao in #353
- add config explanation /添加配置的解释 by @elvin-du in #354
- annotate a configuration file using comments in toml format / toml注释的格式进行参数说明 by @elvin-du in #355
- Feat/add asc and by update at to msg query params by @LinZexiao in #357
- chore: bump up version to v1.13.0-rc1 by @LinZexiao in #359
- chore: bump up version to v1.13.0 by @LinZexiao in #360
New Contributors
Full Changelog: v1.12.0...v1.13.0
v1.13.0-rc1
What's Changed
- Update design-specs.md by @Fatman13 in #349
- Update README.md by @Fatman13 in #348
- feat(cmds): add update message state cmd by @diwufeiwen in #351
- add config explanation /添加配置的解释 by @elvin-du in #354
- annotate a configuration file using comments in toml format / toml注释的格式进行参数说明 by @elvin-du in #355
- Feat/add asc and by update at to msg query params by @LinZexiao in #357
- chore: bump up version to v1.13.0-rc1 by @LinZexiao in #359
New Contributors
Full Changelog: v1.12.0...v1.13.0-rc1
v1.12.0
What's Changed
- chore: merge Release/v1.11 into master by @LinZexiao in #342
- fix: repeat process msg by @simlecode in #340
- Opt/clear invalid error msg by @simlecode in #343
- feat: add HasActorCfg method by @simlecode in #344
- chore: upgrade venus and venus-auth by @simlecode in #345
- Feat/rename project by @simlecode in #346
- chore: bump version to v1.12.0-rc1 by @simlecode in #347
- Fix/add repo compatibility for cli by @LinZexiao in #350
- chore: bump version to v1.12.0 by @simlecode in #352
Full Changelog: v1.11.0...v1.12.0
v1.12.0-rc2
What's Changed
- Fix/add repo compatibility for cli by @LinZexiao in #350
Full Changelog: v1.12.0-rc1...v1.12.0-rc2
v1.12.0-rc1
What's Changed
- chore: merge Release/v1.11 into master by @LinZexiao in #342
- fix: repeat process msg by @simlecode in #340
- opt: clear invalid error msg by @simlecode in #343
- feat: add HasActorCfg method by @simlecode in #344
- chore: upgrade venus and venus-auth by @simlecode in #345
- feat: rename project by @simlecode in #346
- chore: bump version to v1.12.0-rc1 by @simlecode in #347
Full Changelog: v1.11.0...v1.12.0-rc1
v1.11.0
What's Changed
Main Features
- support method type fee cfg / 消息类型级别的费用配置
- Reduce minimum replace fee from 1.25x to 1.1x / replace fee 最小乘数改为 1.1x
- ListBlockedMessage interface also returns unfill message / ListBlockedMessage 接口也会返回 unfill 消息
New Feature
- feat: support method type fee cfg / 支持消息类型级别的费用配置 by @hunjixin [#303]
- feat: Reduce minimum replace fee from 1.25x to 1.1x by @simlecode / 最小 replace fee 乘数改为 1.1x [#336]
- feat: add status api to detect api ready by @hunjixin /添加状态检测接口 [#313]
- feat: update the authClient with token by @LinZexiao /客户端token验证 [#317]
- feat: ListBlockedMessage interface also returns unfill message by @simlecode / 同样返回Unfill的消息 [#330]
- feat: add docker push by @hunjixin / 增加推送到镜像仓库的功能 [#335]
Bugs Fixes
- fix: failed create actor_cfg table in mysql by @simlecode / 修复创建actor_cfg表失败[#327]
- fix: No actor configuration was used when replacing messages by @simlecode /replace 消息时没有使用 actor config 表中的 maxfee[#328]
- fix: Exclude empty strings when listing failure message by @simlecode /排除 error_msg 为空的时候被认为是 failed 消息[#329]
- fix: Modify the WaitingChainHeadStableDuration value only for 2k networks by @simlecode / 2k网络中修改WaitingChainHeadStableDuration的值[#334]
Chores
- chore: more detailed error information by @simlecode /更加详细的错误信息 [#331]
Full Changelog: v1.10.2...v1.11.0
v1.11.0-rc1
What's Changed
- Feat/support method type fee cfg / 支持消息类型级别的费用配置 by @hunjixin in #303
- feat: add status api to detect api ready by @hunjixin in #313
- feat: update the authClient with token by @LinZexiao in #317
- Dev/v1.11.0 by @LinZexiao in #320
- Chore/merge v1.10.0 by @simlecode in #326
- fix: failed create actor_cfg table in mysql by @simlecode in #327
- fix: No actor configuration was used when replacing messages by @simlecode in #328
- fix: Exclude empty strings when listing failure message by @simlecode in #329
- chore: more detailed error information by @simlecode in #331
- feat: ListBlockedMessage interface also returns unfill message by @simlecode in #330
- fix: Modify the WaitingChainHeadStableDuration value only for 2k netw… by @simlecode in #334
- Feat/add docker push by @hunjixin in #335
- feat: Reduce minimum replace fee from 1.25x to 1.1x by @simlecode in #336
- fix: Transfer failed when to address does not exist by @simlecode in #337
- Pre/v1.11 / 合并 预发布分支 by @LinZexiao in #339
Full Changelog: v1.10.1...v1.11.0-rc1
v1.10.2
What's Changed
- chore: backport 329 330 331 by @simlecode in #332
- chore: bump version to v1.10.2 by @simlecode in #333
Full Changelog: v1.10.1...v1.10.2