fix(rust-proxy): increase rust proxy bridge maxPayloadSize to 100 MB and bump dependencies

This commit is contained in:
2026-02-11 12:52:45 +00:00
parent fd56064495
commit 32e0410227
5 changed files with 44 additions and 36 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-02-11 - 23.1.1 - fix(rust-proxy)
increase rust proxy bridge maxPayloadSize to 100 MB and bump dependencies
- Set maxPayloadSize to 100 * 1024 * 1024 (100 MB) in ts/proxies/smart-proxy/rust-proxy-bridge.ts to support large route configs
- Bump devDependency @types/node from ^25.2.2 to ^25.2.3
- Bump dependency @push.rocks/smartrust from ^1.1.1 to ^1.2.0
## 2026-02-10 - 23.1.0 - feat(rust-bridge)
integrate tsrust to build and locate cross-compiled Rust binaries; refactor rust-proxy bridge to use typed IPC and streamline process handling; add @push.rocks/smartrust and update build/dev dependencies