Skip to content

Commit dc1ccc5

Browse files
authored
chore(release): 8.0.27 (#483)
* chore(release): 8.0.27 - polars 0.52 -> 0.53 (#479) - conditions code 61 scrubbed to PRICEVOLUMEADJ (#480) * chore(release): refresh sub-Cargo.lock files for 8.0.27 The workspace bump only updated the root Cargo.lock; tools/mcp, tools/server, sdks/python, sdks/typescript carry their own lockfiles that pin thetadatadx by version. CI's --locked check failed because they still pinned 8.0.26.
1 parent 6835ba5 commit dc1ccc5

14 files changed

Lines changed: 56 additions & 18 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [8.0.27] - 2026-05-06
11+
12+
### Changed
13+
14+
- **polars 0.52 -> 0.53.** Adopts the new
15+
`DataFrame::new(height: usize, columns: Vec<Column>)` signature in
16+
`crates/thetadatadx/build_support/ticks/rust_frames.rs` (the existing
17+
`n = self.len()` binding feeds the new `height` argument). Re-runs of
18+
`generate_sdk_surfaces` produce `frames_generated.rs` with the
19+
updated call form. Closes #464.
20+
21+
### Fixed
22+
23+
- **`crates/tdbe/src/conditions.rs` trade condition 61 renamed from
24+
a third-party product mark to `PRICEVOLUMEADJ`.** Same scrub pattern
25+
as the v8.0.26 exchange-code-0 rename. Single tracked-source
26+
occurrence; `rg 'NANEX'` now clean. Description unchanged. Closes
27+
#476's sibling, filed as #480.
28+
1029
## [8.0.26] - 2026-05-05
1130

1231
### Breaking

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/thetadatadx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "thetadatadx"
3-
version = "8.0.26"
3+
version = "8.0.27"
44
edition.workspace = true
55
rust-version.workspace = true
66
authors.workspace = true

docs-site/docs/changelog.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [8.0.27] - 2026-05-06
11+
12+
### Changed
13+
14+
- **polars 0.52 -> 0.53.** Adopts the new
15+
`DataFrame::new(height: usize, columns: Vec<Column>)` signature in
16+
`crates/thetadatadx/build_support/ticks/rust_frames.rs` (the existing
17+
`n = self.len()` binding feeds the new `height` argument). Re-runs of
18+
`generate_sdk_surfaces` produce `frames_generated.rs` with the
19+
updated call form. Closes #464.
20+
21+
### Fixed
22+
23+
- **`crates/tdbe/src/conditions.rs` trade condition 61 renamed from
24+
a third-party product mark to `PRICEVOLUMEADJ`.** Same scrub pattern
25+
as the v8.0.26 exchange-code-0 rename. Single tracked-source
26+
occurrence; `rg 'NANEX'` now clean. Description unchanged. Closes
27+
#476's sibling, filed as #480.
28+
1029
## [8.0.26] - 2026-05-05
1130

1231
### Breaking

ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "thetadatadx-ffi"
3-
version = "8.0.26"
3+
version = "8.0.27"
44
edition.workspace = true
55
rust-version.workspace = true
66
authors.workspace = true

sdks/python/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdks/python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "thetadatadx-py"
3-
version = "8.0.26"
3+
version = "8.0.27"
44
edition = "2021"
55
description = "Python bindings for thetadatadx — native ThetaData SDK powered by Rust"
66
license = "Apache-2.0"

sdks/typescript/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdks/typescript/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "thetadatadx-napi"
3-
version = "8.0.26"
3+
version = "8.0.27"
44
edition = "2021"
55
description = "TypeScript/Node.js bindings for thetadatadx — native ThetaData SDK powered by Rust"
66
license = "Apache-2.0"

tools/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "thetadatadx-cli"
3-
version = "8.0.26"
3+
version = "8.0.27"
44
edition.workspace = true
55
rust-version.workspace = true
66
authors.workspace = true

0 commit comments

Comments
 (0)