You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- blocking/alert.rs: keep update() replacing enable/disable
- python/alert/types.rs: add manual FromPyObject impl for AlertItem
(needed since skip_from_py_object prevents auto-derivation)
and adopt skip_from_py_object for AlertSymbolGroup/AlertList from main
- c/csrc/include/longbridge.h: accept auto-merged version
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
-
# [Unreleased]
7
+
# [4.0.6]
8
8
9
9
## Added
10
10
@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
19
-**All languages:**`QuoteContext` gains `short_positions`, `option_volume`, `option_volume_daily`, and `update_pinned`.
20
20
-**All languages:**`ContentContext` gains `topic_detail`, `list_topic_replies`, and `create_topic_reply`.
21
21
-**Rust:**`Config::header(key, value)` builder method for injecting custom HTTP/WebSocket headers.
22
+
-**All languages (Rust, Python, Node.js, Java, C, C++):** Restore `Config::refresh_access_token` (and `refresh_access_token_blocking` in Rust). Refreshes the access token via the Longbridge token-refresh API. Only available with **Legacy API Key** authentication (`Config::from_apikey`); not supported in OAuth 2.0 mode.
0 commit comments