feat(rust-provider): add cross-runtime Rust provider tests and docs; simplify bridge event handling and bump tstest

This commit is contained in:
2026-03-06 11:35:02 +00:00
parent 647cb5e92f
commit a90ae28321
8 changed files with 61 additions and 32 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2026-03-06 - 1.5.0 - feat(rust-provider)
add cross-runtime Rust provider tests and docs; simplify bridge event handling and bump tstest
- Added comprehensive Rust provider test file supporting Node, Bun and Deno (test/test.rust.provider.node+bun+deno.ts) and removed the older node+bun-only test
- Simplified Rust provider bridge startup by removing a custom .on() override and relying on the bridge's inherited EventEmitter behavior
- Updated readme with new features: Directory Copy & Move, Multi-Runtime support, and expanded exported type list in examples
- Bumped dev dependency @git.zone/tstest from ^3.2.0 to ^3.3.0
## 2026-03-05 - 1.4.0 - feat(rust-provider)
Add Rust-backed provider with XFS-safe durability via IPC bridge, TypeScript provider, tests and docs