What's Changed
🎉 New Features
- Added
OS_MAX_THREADS_ENV
environment variable to control the maximum number of OS threads the Go program can utilize by @dogancanbakir in #5622 - Added
-enable-global-matchers
option to control the execution of global matchers by @dwisiswant0 in #5857
🐞Bug Fixes
- Fixed template signing signature issue caused by OS-specific line breaks (CRLF vs LF) by @tarunKoyalwar in #5869
- Fixed trailing comma issue in JSONL exporeter by @bf-rbrown in #5861
- Fixed template listing issue by ensuring default settings are respected by @dogancanbakir in #5846
New Contributors
- @bf-rbrown made their first contribution in #5861
Full Changelog: v3.3.6...v3.3.7