Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [8.0.27] - 2026-05-06

### Changed

- **polars 0.52 -> 0.53.** Adopts the new
`DataFrame::new(height: usize, columns: Vec<Column>)` signature in
`crates/thetadatadx/build_support/ticks/rust_frames.rs` (the existing
`n = self.len()` binding feeds the new `height` argument). Re-runs of
`generate_sdk_surfaces` produce `frames_generated.rs` with the
updated call form. Closes #464.

### Fixed

- **`crates/tdbe/src/conditions.rs` trade condition 61 renamed from
a third-party product mark to `PRICEVOLUMEADJ`.** Same scrub pattern
as the v8.0.26 exchange-code-0 rename. Single tracked-source
occurrence; `rg 'NANEX'` now clean. Description unchanged. Closes
#476's sibling, filed as #480.

## [8.0.26] - 2026-05-05

### Breaking
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/thetadatadx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "thetadatadx"
version = "8.0.26"
version = "8.0.27"
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
Expand Down
19 changes: 19 additions & 0 deletions docs-site/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [8.0.27] - 2026-05-06

### Changed

- **polars 0.52 -> 0.53.** Adopts the new
`DataFrame::new(height: usize, columns: Vec<Column>)` signature in
`crates/thetadatadx/build_support/ticks/rust_frames.rs` (the existing
`n = self.len()` binding feeds the new `height` argument). Re-runs of
`generate_sdk_surfaces` produce `frames_generated.rs` with the
updated call form. Closes #464.

### Fixed

- **`crates/tdbe/src/conditions.rs` trade condition 61 renamed from
a third-party product mark to `PRICEVOLUMEADJ`.** Same scrub pattern
as the v8.0.26 exchange-code-0 rename. Single tracked-source
occurrence; `rg 'NANEX'` now clean. Description unchanged. Closes
#476's sibling, filed as #480.

## [8.0.26] - 2026-05-05

### Breaking
Expand Down
2 changes: 1 addition & 1 deletion ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "thetadatadx-ffi"
version = "8.0.26"
version = "8.0.27"
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions sdks/python/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdks/python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "thetadatadx-py"
version = "8.0.26"
version = "8.0.27"
edition = "2021"
description = "Python bindings for thetadatadx — native ThetaData SDK powered by Rust"
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions sdks/typescript/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdks/typescript/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "thetadatadx-napi"
version = "8.0.26"
version = "8.0.27"
edition = "2021"
description = "TypeScript/Node.js bindings for thetadatadx — native ThetaData SDK powered by Rust"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion tools/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "thetadatadx-cli"
version = "8.0.26"
version = "8.0.27"
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions tools/mcp/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/mcp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "thetadatadx-mcp"
version = "8.0.26"
version = "8.0.27"
edition = "2021"
description = "MCP server for ThetaDataDx — gives LLMs instant access to ThetaData market data"
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions tools/server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "thetadatadx-server"
version = "8.0.26"
version = "8.0.27"
edition = "2021"
rust-version = "1.85"
authors = ["userFRM"]
Expand Down
Loading