You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
High-performance Rust library for priority-based JSON streaming with SIMD acceleration. Stream large JSON responses progressively, delivering critical data first while background data loads asynchronously.
13
13
14
14
> [!IMPORTANT]
15
-
> **v0.4.7**: GAT migration (1.82x faster), HTTP adapter with CQRS, decompression algorithms with security hardening. 2,158 tests passing. Requires **nightly Rust** for zero-cost async abstractions.
15
+
> GAT migration (1.82x faster), HTTP adapter with CQRS, comprehensive security hardening with bounded iteration and input validation. Requires **nightly Rust** for zero-cost async abstractions.
16
16
17
17
## Features
18
18
@@ -22,7 +22,7 @@ High-performance Rust library for priority-based JSON streaming with SIMD accele
22
22
-**WebAssembly** - Browser and Node.js support with compact bundle (~70KB gzipped)
23
23
-**Secure** - Defense-in-depth decompression protection, DoS prevention, input validation
24
24
-**Schema Aware** - Automatic compression and semantic analysis
25
-
-**Production Ready** - Clean Architecture, 87.35% test coverage, Prometheus metrics
25
+
-**Production Ready** - Clean Architecture, comprehensive test suite, Prometheus metrics
> **v0.4.7 Security**: Delta and RLE decompression now include 4-layer defense-in-depth protection against decompression bombs (CVSS 7.5 vulnerabilities fixed).
260
+
> **Security**: Comprehensive multi-layer protection including bounded iteration (DoS prevention), input validation, and 4-layer defense-in-depth decompression protection against compression bombs (CVSS 7.5 vulnerabilities fixed).
0 commit comments