File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed
Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -5,19 +5,42 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.1.8] - 2025-10-28
9+
10+ ### Fixed
11+
12+ - ** 关键修复** : 修正 OCO 分组常量大小写,解决止盈止损订单 422 错误
13+ - 修改 ` normalTpSl ` -> ` normalTpsl ` (小写 s)
14+ - 修改 ` positionTpSl ` -> ` positionTpsl ` (小写 s)
15+ - 与 HyperLiquid SDK ` Grouping ` 类型定义保持完全一致
16+ - 修复设置止盈止损时的 "Failed to deserialize the JSON body" 错误
17+
18+ ### Added
19+
20+ - 新增调试脚本 ` test_scripts/debug_tpsl.py ` 用于验证订单格式
21+ - 新增验证脚本 ` test_scripts/test_grouping_fix.py ` 用于测试修复
22+
23+ ### Changed
24+
25+ - 更新相关测试和验证脚本以匹配新的常量值
26+ - 改进订单结构注释说明
27+
828## [ 0.1.6] - 2025-10-27
929
1030### Fixed
31+
1132- 清理错误的 v0.2.0 标签,恢复正确的版本历史
1233- 维护版本一致性
1334
1435## [ 0.1.5] - 2025-10-27
1536
1637### Added
38+
1739- 自动格式化代码(black 和 isort)
1840- 优化 release.prompt 支持自动版本号递增
1941
2042### Changed
43+
2144- 清理冗余文档和重组文件
2245
2346## [ 0.1.4] - Previous Release
Original file line number Diff line number Diff line change 11[project ]
22name = " hyperliquid-mcp-python"
3- version = " 0.1.7 "
3+ version = " 0.1.8 "
44description = " HyperLiquid MCP Server with FastMCP - Trading tools and account management"
55authors = [
66 {
name =
" jettwang" ,
email =
" [email protected] " }
You can’t perform that action at this time.
0 commit comments