v1.1.2
projectdiscovery/katanav1.1.2Dec 2, 2024by ehsandeep
AI Summary
Performance improvements are the main focus, including optimizations for CPU and memory usage, along with validation fixes for bad URLs.
Key Highlights
- Fixed high CPU and memory usage by katana.
- Added content length field to output.
- Added validations to handle bad URLs.
- Made `-tech-detect` an optional feature.
New Features
- Content length field
- URL validation
- Optional tech-detect flag
Full Release Notes
<!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed * **Fixed higher usages of cpu and memory by katana** by @Ice3man543 in https://github.com/projectdiscovery/katana/pull/1107 * Added content len field by @dogancanbakir in https://github.com/projectdiscovery/katana/pull/1033 * Added validations to handle bad URLs by @SecGus in https://github.com/projectdiscovery/katana/pull/1090 * ⚠️ Added `-tech-detect` as optional feature (_previously enabled as default_) by @Ice3man543 in https://github.com/projectdiscovery/katana/pull/1107 ```console -td, -tech-detect enable technology detection (works with jsonl output) ``` Issue closed in this release - https://github.com/projectdiscovery/katana/milestone/10?closed=1 ## New Contributors * @SecGus made their first contribution in https://github.com/projectdiscovery/katana/pull/1090 **Full Changelog**: https://github.com/projectdiscovery/katana/compare/v1.1.1...v1.1.2