Skip to content

Commit f69e077

Browse files
hogan-yuanclaude
andcommitted
chore: release 4.2.1
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent 1dbba24 commit f69e077

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [4.2.1]
8+
9+
### Changed
10+
11+
- `ScreenerContext`: screener endpoints migrated to `/v1/quote/ai/screener/*`; `screener_recommend_strategies` / `screener_user_strategies` now accept a `market` parameter; `screener_search` accepts typed `ScreenerCondition` objects (Mode B) instead of raw strings
12+
13+
### Fixed
14+
15+
- `OperatingFinancial`: renamed `counter_id``symbol` (converts `ST/US/AAPL``AAPL.US`)
16+
717
## [4.2.0]
818

919
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "3"
33
members = ["rust", "python", "nodejs", "java", "c"]
44

55
[workspace.package]
6-
version = "4.2.0"
6+
version = "4.2.1"
77
edition = "2024"
88

99
[profile.release]

0 commit comments

Comments
 (0)