Skip to content

Commit 6f12ae4

Browse files
committed
docs: add v1.2.1 and v1.2.2 to CHANGELOG
1 parent 674486f commit 6f12ae4

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

CHANGELOG.md

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

8+
## [1.2.2] - 2026-03-26
9+
10+
### Added
11+
12+
- **Polars support** in Python SDK: `pip install thetadatadx[polars]`
13+
- `to_polars(ticks)` function converts tick dicts directly to polars DataFrame via `polars.from_dicts()`
14+
- Optional dependency groups: `[pandas]`, `[polars]`, `[all]` for both
15+
16+
### Fixed
17+
18+
- **Multi-platform Python wheels** — now builds for Linux, macOS, and Windows (was Linux-only)
19+
- Source distribution (sdist) included for pip build-from-source fallback
20+
- Auth response parsing: subscription fields are integers (0-3), not strings — fixes connection failures
21+
22+
## [1.2.1] - 2026-03-26
23+
24+
### Fixed
25+
26+
- **Auth: subscription fields are integers** — Nexus API returns `"stockSubscription": 0` (int), not strings. Fixes `"failed to parse Nexus API response"` error on connect.
27+
- **Multi-platform Python wheels** — CI now builds for Linux + macOS + Windows (was Linux x86_64 only). Fixes `"no matching distribution found"` for macOS/Windows users.
28+
- **Source distribution** — sdist included so `pip install` can build from source when no pre-built wheel matches.
29+
- Removed hallucinated "row deduplication" from docs (was never implemented, would have dropped real trades).
30+
831
## [1.2.0] - 2026-03-26
932

1033
### Added (PR #13)
@@ -239,6 +262,8 @@ See [TODO.md](TODO.md) for the production readiness checklist and performance ro
239262
- Price type range enforced with `assert!` in release builds
240263

241264
[Unreleased]: https://github.com/userFRM/ThetaDataDx/compare/v1.2.0...HEAD
265+
[1.2.2]: https://github.com/userFRM/ThetaDataDx/compare/v1.2.1...v1.2.2
266+
[1.2.1]: https://github.com/userFRM/ThetaDataDx/compare/v1.2.0...v1.2.1
242267
[1.2.0]: https://github.com/userFRM/ThetaDataDx/compare/v1.1.1...v1.2.0
243268
[1.1.1]: https://github.com/userFRM/ThetaDataDx/compare/v1.1.0...v1.1.1
244269
[1.1.0]: https://github.com/userFRM/ThetaDataDx/compare/v1.0.1...v1.1.0

0 commit comments

Comments
 (0)