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
24 changes: 13 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [8.0.31] - 2026-05-06

### tdbe

- `tdbe::right::ParsedRight::from_wire_byte(byte: i32) -> Option<Self>`
— `const fn` decoder for the FPSS wire `right` byte (`67` for
`'C'`, `80` for `'P'`). Inverse of the existing `as_wire_byte()`.
Removes the rationale for downstream tick decoders to re-type the
`67` / `80` magic numbers at every trust boundary; round-trip
property test confirms `from_wire_byte(self.as_wire_byte().unwrap())
== Some(self)` for every variant where the forward direction is
defined. Patch bump tdbe 0.12.8 → 0.12.9.

## [8.0.30] - 2026-05-06

This release closes #482: the entire FPSS streaming stack — Rust core,
Expand Down Expand Up @@ -124,17 +137,6 @@ PR #489 (dispatcher core), #490 (C ABI), #492 (Python), #493
shipped in this release. The `fpss_smoke` example is restored on
the callback path.

### tdbe

- `tdbe::right::ParsedRight::from_wire_byte(byte: i32) -> Option<Self>`
— `const fn` decoder for the FPSS wire `right` byte (`67` for
`'C'`, `80` for `'P'`). Inverse of the existing `as_wire_byte()`.
Removes the rationale for downstream tick decoders to re-type the
`67` / `80` magic numbers at every trust boundary; round-trip
property test confirms `from_wire_byte(self.as_wire_byte().unwrap())
== Some(self)` for every variant where the forward direction is
defined. Patch bump tdbe 0.12.8 → 0.12.9.

## [8.0.29] - 2026-05-06

### Removed
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.30"
version = "8.0.31"
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
Expand Down
24 changes: 13 additions & 11 deletions docs-site/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [8.0.31] - 2026-05-06

### tdbe

- `tdbe::right::ParsedRight::from_wire_byte(byte: i32) -> Option<Self>`
— `const fn` decoder for the FPSS wire `right` byte (`67` for
`'C'`, `80` for `'P'`). Inverse of the existing `as_wire_byte()`.
Removes the rationale for downstream tick decoders to re-type the
`67` / `80` magic numbers at every trust boundary; round-trip
property test confirms `from_wire_byte(self.as_wire_byte().unwrap())
== Some(self)` for every variant where the forward direction is
defined. Patch bump tdbe 0.12.8 → 0.12.9.

## [8.0.30] - 2026-05-06

This release closes #482: the entire FPSS streaming stack — Rust core,
Expand Down Expand Up @@ -124,17 +137,6 @@ PR #489 (dispatcher core), #490 (C ABI), #492 (Python), #493
shipped in this release. The `fpss_smoke` example is restored on
the callback path.

### tdbe

- `tdbe::right::ParsedRight::from_wire_byte(byte: i32) -> Option<Self>`
— `const fn` decoder for the FPSS wire `right` byte (`67` for
`'C'`, `80` for `'P'`). Inverse of the existing `as_wire_byte()`.
Removes the rationale for downstream tick decoders to re-type the
`67` / `80` magic numbers at every trust boundary; round-trip
property test confirms `from_wire_byte(self.as_wire_byte().unwrap())
== Some(self)` for every variant where the forward direction is
defined. Patch bump tdbe 0.12.8 → 0.12.9.

## [8.0.29] - 2026-05-06

### Removed
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.30"
version = "8.0.31"
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.30"
version = "8.0.31"
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.30"
version = "8.0.31"
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 sdks/typescript/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thetadatadx-darwin-arm64",
"version": "8.0.30",
"version": "8.0.31",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion sdks/typescript/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thetadatadx-linux-x64-gnu",
"version": "8.0.30",
"version": "8.0.31",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion sdks/typescript/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thetadatadx-win32-x64-msvc",
"version": "8.0.30",
"version": "8.0.31",
"os": [
"win32"
],
Expand Down
8 changes: 4 additions & 4 deletions sdks/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thetadatadx",
"version": "8.0.30",
"version": "8.0.31",
"description": "Native ThetaData SDK for Node.js — powered by Rust via napi-rs",
"license": "Apache-2.0",
"repository": {
Expand Down Expand Up @@ -30,9 +30,9 @@
"@napi-rs/cli": "^3.6.2"
},
"optionalDependencies": {
"thetadatadx-linux-x64-gnu": "8.0.30",
"thetadatadx-darwin-arm64": "8.0.30",
"thetadatadx-win32-x64-msvc": "8.0.30"
"thetadatadx-linux-x64-gnu": "8.0.31",
"thetadatadx-darwin-arm64": "8.0.31",
"thetadatadx-win32-x64-msvc": "8.0.31"
},
"engines": {
"node": ">= 20"
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.30"
version = "8.0.31"
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.30"
version = "8.0.31"
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.30"
version = "8.0.31"
edition = "2021"
rust-version = "1.85"
authors = ["userFRM"]
Expand Down
Loading