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
OpenHarmony compatibility: Replaced ES2020 0n BigInt literals with BigInt(0) in the TypeScript wrapper so the same bqlog package on ohpm works on OpenHarmony 4.1+ (API 11+) as well as HarmonyOS NEXT — no separate package needed.
Recovery hardening: Strengthened data validation during recovery to detect malformed entries earlier and avoid potential crashes when consuming a corrupted ring buffer.