Skip to content
Open
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
22 changes: 11 additions & 11 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"hyperstack": "0.5.10",
"interpreter": "0.5.10",
"hyperstack-macros": "0.5.10",
"cli": "0.5.10",
"rust/hyperstack-sdk": "0.5.10",
"rust/hyperstack-server": "0.5.10",
"typescript/react": "0.5.10",
"typescript/core": "0.5.10",
"stacks/sdk/typescript": "0.5.10",
"stacks/sdk/rust": "0.5.10",
"packages/hyperstack": "0.5.10",
"hyperstack": "0.5.11",
"interpreter": "0.5.11",
"hyperstack-macros": "0.5.11",
"cli": "0.5.11",
"rust/hyperstack-sdk": "0.5.11",
"rust/hyperstack-server": "0.5.11",
"typescript/react": "0.5.11",
"typescript/core": "0.5.11",
"stacks/sdk/typescript": "0.5.11",
"stacks/sdk/rust": "0.5.11",
"packages/hyperstack": "0.5.11",
"hyperstack-idl": "0.1.5"
}
14 changes: 7 additions & 7 deletions Cargo.lock

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

20 changes: 20 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.5.11](https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-cli-v0.5.10...hyperstack-cli-v0.5.11) (2026-03-21)


### Features

* Add AST versioning system with automatic migration support ([997706b](https://github.com/HyperTekOrg/hyperstack/commit/997706b2854fc2e95427ef6b67b710db35ad86ac))
* Add AST versioning system with automatic migration support ([b62d08d](https://github.com/HyperTekOrg/hyperstack/commit/b62d08d99a579f323ea3f4a052fa90b83b269942))


### Bug Fixes

* Address code review feedback on error messages and examples ([262be58](https://github.com/HyperTekOrg/hyperstack/commit/262be585c0af291dbcec6a41bed14f3184b5d2b8))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* hyperstack-interpreter bumped from 0.5.10 to 0.5.11

## [0.5.10](https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-cli-v0.5.9...hyperstack-cli-v0.5.10) (2026-03-19)


Expand Down
4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hyperstack-cli"
version = "0.5.10"
version = "0.5.11"
edition.workspace = true
license-file = "LICENSE"
repository.workspace = true
Expand Down Expand Up @@ -31,7 +31,7 @@ colored = "2.1"
chrono = "0.4"
indicatif = "0.17"
console = "0.15"
hyperstack-interpreter = { version = "0.5.10", path = "../interpreter" }
hyperstack-interpreter = { version = "0.5.11", path = "../interpreter" }
hyperstack-idl = { path = "../hyperstack-idl", version = "0.1.5" }
reqwest = { version = "0.11", default-features = false, features = ["json", "blocking", "rustls-tls"] }
dirs = "5.0"
Expand Down
20 changes: 20 additions & 0 deletions hyperstack-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.5.11](https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-macros-v0.5.10...hyperstack-macros-v0.5.11) (2026-03-21)


### Features

* Add AST versioning system with automatic migration support ([997706b](https://github.com/HyperTekOrg/hyperstack/commit/997706b2854fc2e95427ef6b67b710db35ad86ac))
* Add AST versioning system with automatic migration support ([b62d08d](https://github.com/HyperTekOrg/hyperstack/commit/b62d08d99a579f323ea3f4a052fa90b83b269942))


### Bug Fixes

* Address clippy warnings in AST versioning module ([1d6540f](https://github.com/HyperTekOrg/hyperstack/commit/1d6540fd71a66e76a211de35e81a89cfe584dc66))
* Address code review feedback on AST versioning ([1791986](https://github.com/HyperTekOrg/hyperstack/commit/1791986fa0e37f5762a57c166ecbcf6be26bcb0b))
* Address code review feedback on into_latest, test assertions, and parsing ([da49bf9](https://github.com/HyperTekOrg/hyperstack/commit/da49bf9358362d27c307c8cc958a60b872ae2a2f))
* Clarify UnsupportedVersion error message to mention migration support ([51fde69](https://github.com/HyperTekOrg/hyperstack/commit/51fde6960103340b0fd18158f1e6d3a5a2b398ea))
* Make sync tests fail explicitly when source file not found ([c824e3d](https://github.com/HyperTekOrg/hyperstack/commit/c824e3dc74e102d57eb96485d9dad0c925d0bfc3))
* Remove Serialize derive from Versioned*Spec enums to prevent duplicate keys ([73ad7b4](https://github.com/HyperTekOrg/hyperstack/commit/73ad7b4b8519a30b7dcfca66badd05daf1eee085))
* Use CURRENT_AST_VERSION constant instead of hardcoded version ([5df9efe](https://github.com/HyperTekOrg/hyperstack/commit/5df9efe883d5880f6c440ae8e0577004041d53ca))
* Use CURRENT_AST_VERSION in test assertions instead of hardcoded string ([6809f1a](https://github.com/HyperTekOrg/hyperstack/commit/6809f1a632f464e2c1c6b175458fd51a24712acd))

## [0.5.10](https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-macros-v0.5.9...hyperstack-macros-v0.5.10) (2026-03-19)


Expand Down
2 changes: 1 addition & 1 deletion hyperstack-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hyperstack-macros"
version = "0.5.10"
version = "0.5.11"
edition.workspace = true
license-file = "LICENSE"
repository.workspace = true
Expand Down
17 changes: 17 additions & 0 deletions hyperstack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.5.11](https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-v0.5.10...hyperstack-v0.5.11) (2026-03-21)


### Miscellaneous Chores

* **hyperstack:** Synchronize hyperstack versions


### Dependencies

* The following workspace dependencies were updated
* dependencies
* hyperstack-interpreter bumped from 0.5.10 to 0.5.11
* hyperstack-macros bumped from 0.5.10 to 0.5.11
* hyperstack-server bumped from 0.5.10 to 0.5.11
* hyperstack-sdk bumped from 0.5.10 to 0.5.11

## [0.5.10](https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-v0.5.9...hyperstack-v0.5.10) (2026-03-19)


Expand Down
10 changes: 5 additions & 5 deletions hyperstack/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hyperstack"
version = "0.5.10"
version = "0.5.11"
edition.workspace = true
license-file = "LICENSE"
repository.workspace = true
Expand All @@ -13,16 +13,16 @@ readme = "README.md"

[dependencies]
# Core interpreter - AST transformation runtime and VM
hyperstack-interpreter = { version = "0.5.10", path = "../interpreter", optional = true }
hyperstack-interpreter = { version = "0.5.11", path = "../interpreter", optional = true }

# Macros - proc-macros for defining streams
hyperstack-macros = { version = "0.5.10", path = "../hyperstack-macros", optional = true }
hyperstack-macros = { version = "0.5.11", path = "../hyperstack-macros", optional = true }

# Server - WebSocket server and projection handlers
hyperstack-server = { version = "0.5.10", path = "../rust/hyperstack-server", optional = true }
hyperstack-server = { version = "0.5.11", path = "../rust/hyperstack-server", optional = true }

# SDK - Rust client for connecting to HyperStack servers
hyperstack-sdk = { version = "0.5.10", path = "../rust/hyperstack-sdk", optional = true }
hyperstack-sdk = { version = "0.5.11", path = "../rust/hyperstack-sdk", optional = true }

# Runtime dependencies for macro-generated code (re-exported via hyperstack::runtime)
tokio = { version = "1.0", features = ["full"], optional = true }
Expand Down
26 changes: 26 additions & 0 deletions interpreter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [0.5.11](https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-interpreter-v0.5.10...hyperstack-interpreter-v0.5.11) (2026-03-21)


### Features

* Add AST versioning system with automatic migration support ([997706b](https://github.com/HyperTekOrg/hyperstack/commit/997706b2854fc2e95427ef6b67b710db35ad86ac))
* Add AST versioning system with automatic migration support ([b62d08d](https://github.com/HyperTekOrg/hyperstack/commit/b62d08d99a579f323ea3f4a052fa90b83b269942))


### Bug Fixes

* Address code review feedback on AST versioning ([1791986](https://github.com/HyperTekOrg/hyperstack/commit/1791986fa0e37f5762a57c166ecbcf6be26bcb0b))
* Address code review feedback on into_latest, test assertions, and parsing ([da49bf9](https://github.com/HyperTekOrg/hyperstack/commit/da49bf9358362d27c307c8cc958a60b872ae2a2f))
* Clarify UnsupportedVersion error message to mention migration support ([51fde69](https://github.com/HyperTekOrg/hyperstack/commit/51fde6960103340b0fd18158f1e6d3a5a2b398ea))
* Make sync tests fail explicitly when source file not found ([c824e3d](https://github.com/HyperTekOrg/hyperstack/commit/c824e3dc74e102d57eb96485d9dad0c925d0bfc3))
* Remove Serialize derive from Versioned*Spec enums to prevent duplicate keys ([73ad7b4](https://github.com/HyperTekOrg/hyperstack/commit/73ad7b4b8519a30b7dcfca66badd05daf1eee085))
* Use CURRENT_AST_VERSION constant instead of hardcoded version ([5df9efe](https://github.com/HyperTekOrg/hyperstack/commit/5df9efe883d5880f6c440ae8e0577004041d53ca))
* Use CURRENT_AST_VERSION in test assertions instead of hardcoded string ([6809f1a](https://github.com/HyperTekOrg/hyperstack/commit/6809f1a632f464e2c1c6b175458fd51a24712acd))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* hyperstack-macros bumped from 0.5.10 to 0.5.11

## [0.5.10](https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-interpreter-v0.5.9...hyperstack-interpreter-v0.5.10) (2026-03-19)


Expand Down
4 changes: 2 additions & 2 deletions interpreter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hyperstack-interpreter"
version = "0.5.10"
version = "0.5.11"
edition.workspace = true
license-file = "LICENSE"
repository.workspace = true
Expand Down Expand Up @@ -31,7 +31,7 @@ once_cell = "1.20"
percent-encoding = "2"
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }
futures = "0.3"
hyperstack-macros = { version = "0.5.10", path = "../hyperstack-macros" }
hyperstack-macros = { version = "0.5.11", path = "../hyperstack-macros" }
hyperstack-idl = { path = "../hyperstack-idl", version = "0.1.5" }

# OpenTelemetry for distributed tracing and metrics (optional, behind 'otel' feature)
Expand Down
7 changes: 7 additions & 0 deletions packages/hyperstack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.5.11](https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-npm-v0.5.10...hyperstack-npm-v0.5.11) (2026-03-21)


### Miscellaneous Chores

* **hyperstack-npm:** Synchronize hyperstack versions

## [0.5.10](https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-npm-v0.5.9...hyperstack-npm-v0.5.10) (2026-03-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/hyperstack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hyperstack-cli",
"version": "0.5.10",
"version": "0.5.11",
"description": "Hyperstack CLI - Real-time Solana streaming pipelines",
"bin": {
"hyperstack-cli": "./bin/hs.js"
Expand Down
15 changes: 15 additions & 0 deletions rust/hyperstack-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.5.11](https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.5.10...hyperstack-sdk-v0.5.11) (2026-03-21)


### Features

* Make snapshots optional with cursor-based filtering (HYP-148) ([46be9aa](https://github.com/HyperTekOrg/hyperstack/commit/46be9aa235d28a5c1ebe3f32ca94068ada9b245f))
* **rust-sdk:** Support optional snapshots and cursor-based resume ([9c5fcc0](https://github.com/HyperTekOrg/hyperstack/commit/9c5fcc0a063f8696277bb190ab4fa14e9e0f8e73))
* **sdk:** Add builder methods and React hooks for new subscription options ([1f7f95b](https://github.com/HyperTekOrg/hyperstack/commit/1f7f95be29e70391c74cec425ee2badd1f87e0bc))


### Bug Fixes

* add camelCase serde rename to Subscription struct ([522d7ae](https://github.com/HyperTekOrg/hyperstack/commit/522d7ae2b3d77bbd8cbd9c3ca92764138c826e9c))
* **rust-sdk:** Wire up new subscription fields through stream layer ([8f4fba0](https://github.com/HyperTekOrg/hyperstack/commit/8f4fba016c6a530d6462b4711b19acc1ca670452))

## [0.5.10](https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.5.9...hyperstack-sdk-v0.5.10) (2026-03-19)


Expand Down
2 changes: 1 addition & 1 deletion rust/hyperstack-sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hyperstack-sdk"
version = "0.5.10"
version = "0.5.11"
edition.workspace = true
license = "MIT"
repository.workspace = true
Expand Down
27 changes: 27 additions & 0 deletions rust/hyperstack-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## [0.5.11](https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-server-v0.5.10...hyperstack-server-v0.5.11) (2026-03-21)


### Features

* Make snapshots optional with cursor-based filtering (HYP-148) ([46be9aa](https://github.com/HyperTekOrg/hyperstack/commit/46be9aa235d28a5c1ebe3f32ca94068ada9b245f))
* **server:** Add optional snapshot and cursor-based filtering to WebSocket protocol ([da7b486](https://github.com/HyperTekOrg/hyperstack/commit/da7b4862375de7a25c0e254d6e90aa2c1e64c546))


### Bug Fixes

* add camelCase serde rename to Subscription struct ([fc68ea5](https://github.com/HyperTekOrg/hyperstack/commit/fc68ea51cf1074e4442f7264322908901f1e041e))
* add truncate after sorting by _seq to respect snapshot_limit ([0782e66](https://github.com/HyperTekOrg/hyperstack/commit/0782e666a33ac9326f53c0b9f5556d66a663badc))
* apply snapshot_limit after key filter in websocket subscriptions ([12f8f75](https://github.com/HyperTekOrg/hyperstack/commit/12f8f755d2a125f4a255c4da79e699dab842cdd4))
* apply snapshot_limit when no after cursor is provided ([b3850e6](https://github.com/HyperTekOrg/hyperstack/commit/b3850e6e411576c31bb846508230dd7afda91cb1))
* correct snapshot ordering when using cursor with limit ([6f4a4d3](https://github.com/HyperTekOrg/hyperstack/commit/6f4a4d36132809ec91cd4a542e4239b82ca83eca))
* Fix _seq numeric comparison and missing borrow_and_update in cache and WebSocket handlers ([7b2c06c](https://github.com/HyperTekOrg/hyperstack/commit/7b2c06cb699b1f8bc1503a31a190e08a91996158))
* make snapshot_limit deterministic by sorting before truncation ([1d62917](https://github.com/HyperTekOrg/hyperstack/commit/1d629172fc023aff7576bd79c13351ce12535df7))
* sort entities by _seq before applying snapshot_limit ([6abba2a](https://github.com/HyperTekOrg/hyperstack/commit/6abba2a923bb725465f579e6f4ee25e2d68ec03e))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* hyperstack-interpreter bumped from 0.5.10 to 0.5.11

## [0.5.10](https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-server-v0.5.9...hyperstack-server-v0.5.10) (2026-03-19)


Expand Down
4 changes: 2 additions & 2 deletions rust/hyperstack-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hyperstack-server"
version = "0.5.10"
version = "0.5.11"
edition.workspace = true
license-file = "LICENSE"
repository.workspace = true
Expand Down Expand Up @@ -30,7 +30,7 @@ yellowstone-vixen-proto = { workspace = true, features = ["stream"] }
yellowstone-vixen-yellowstone-grpc-source = { workspace = true }

# Interpreter library
hyperstack-interpreter = { version = "0.5.10", path = "../../interpreter" }
hyperstack-interpreter = { version = "0.5.11", path = "../../interpreter" }

# Async utilities
tokio-util = "0.7"
Expand Down
14 changes: 14 additions & 0 deletions stacks/sdk/rust/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.5.11](https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-stacks-v0.5.10...hyperstack-stacks-v0.5.11) (2026-03-21)


### Miscellaneous Chores

* **hyperstack-stacks:** Synchronize hyperstack versions


### Dependencies

* The following workspace dependencies were updated
* dependencies
* hyperstack-sdk bumped from 0.5.10 to 0.5.11

## [0.5.10](https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-stacks-v0.5.9...hyperstack-stacks-v0.5.10) (2026-03-19)


Expand Down
Loading