mirror of
https://github.com/Nanaloveyuki/BitLogger.git
synced 2026-07-24 00:42:18 +00:00
19 lines
638 B
Markdown
19 lines
638 B
Markdown
## BitLogger Update Changes
|
|
|
|
version 1.1.3(0.7.3)
|
|
|
|
### Changes
|
|
|
|
- Add wasm CI checks and tests for the sync and async packages.
|
|
- Add TraceContext binding for sync and async logger facades.
|
|
- Add native async file lifecycle integration coverage and reproducible benchmarks.
|
|
|
|
### Verification
|
|
|
|
- Pass moon fmt --check, warning-denied checks, and tests across native, wasm, wasm-gc, and js.
|
|
- Build the VitePress documentation site and run the native benchmark suite.
|
|
|
|
### Notes
|
|
|
|
- LLVM remains experimental and was not verified locally.
|
|
- TraceContext maps structured fields only; HTTP propagation and OTLP export remain application-owned. |