This repository was archived by the owner on Nov 14, 2025. It is now read-only.
Release 1.6.1
What's Changed
Fixed
- Resolved SonarQube issue S6551 in tracing.ts - replaced deprecated url.parse() with WHATWG URL API (#237)
- Fixed object stringification issues to prevent "[object Object]" in logs (#236)
- Improved error formatting in logger for better debugging
- Fixed externally-controlled format string security issue (#232)