We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0aa2c1 commit f4aa27fCopy full SHA for f4aa27f
2 files changed
CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [0.4.4] - 2026-07-03
9
+
10
+### Fixed
11
12
+- **examples 未使用 `secret_key`**:`trade_example` 始终用 `TradeClient::new`,即使 config 中已加载 `secret_key`,机构账号下所有交易接口报 `access forbidden`;现在当 config 含 `secret_key` 时自动改用 `TradeClient::with_secret_key`
13
14
## [0.4.3] - 2026-06-24
15
16
### Added
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "tigeropen"
3
-version = "0.4.3"
+version = "0.4.4"
4
edition = "2021"
rust-version = "1.70"
description = "老虎证券 OpenAPI Rust SDK"
0 commit comments