Release
[3.104.0-rc7]
修复
- Web 保存主配置:
FileConfigManager.UpdateConfig原在持有全局配置写锁时同步调用新闻监控逻辑,导致PUT /api/bots/:id/strategy等 API 变慢。改为先释放锁再同步新闻监控。
加载中...
Release notes
Release notes from the open-source QuantMesh repository (summary; see GitHub for the full file).
本页摘要自开源仓库 ghostsworm/quantmesh 的 CHANGELOG.md,以仓库原文为准;此处可能仅收录近期条目。
完整原文: GitHub 上的 CHANGELOG.md
Release
FileConfigManager.UpdateConfig 原在持有全局配置写锁时同步调用新闻监控逻辑,导致 PUT /api/bots/:id/strategy 等 API 变慢。改为先释放锁再同步新闻监控。Release
bots/<id>/config.yaml,主库有快照无文件时返回 404。现与 loadBotConfigUnified 一致(主库 → 本地 YAML → 最新配置)。Release
GET /api/exchanges:Web 保存 app_config 后内存未同步,新建 Bot 看不到新交易所。改为优先 GetConfig()。Release
hbStop,connect 支持 ctx.Done()。runPriceLoop 退避重连。closeConn() 与锁内写连接。startPingLoop 绑定连接。Release
runPublicPriceLoop,校验 tickers.{symbol}。Release
instId 过滤;重复启动时取消上一路。spot.ping。Release
spot_inventory_policy:默认 conservative,可选 adopt_all;Web 中英文案。Release
StartBot 使用最新配置 resolveLatestStartConfig。bot_id(UUID Bot)。GET /api/bots/:id/account-balances(Bot 概览账户余额)。Release
bot_id 筛选修复。/gemini-usage 页面。clOrdId 格式修复。trades.bot_id、/api/logs 带 bot_id。Release
bot_configs;持仓安全检查 UI 与默认值调整。Release
完整条目见 GitHub CHANGELOG。
本站镜像仅供阅读与 AI 检索;版本号随开源项目发布更新。