v1.0.1

projectdiscovery/katanav1.0.1Apr 8, 2023by ehsandeep

AI Summary

A minor release improving URL handling and crawling logic, allowing users to ignore query parameters and add schemes automatically.

Key Highlights

  • Support to ignore crawling same path with different query-param values
  • Support for adding URL scheme with input
  • Transparent embedding of common code

New Features

  • Ignore query params with -ignore-query-params flag
  • Auto-add URL scheme (e.g., hackerone.com -> https://hackerone.com)
  • Code embedding updates
  • Library usage example updates

Full Release Notes

## What's Changed

* Added support to ignore crawling same path with different query-param by @RamanaReddy0M in https://github.com/projectdiscovery/katana/pull/371
```console
   -iqp, -ignore-query-params  ignore crawling same path with different query-param values
```

* Added support for adding url scheme with input by @iamargus95 in https://github.com/projectdiscovery/katana/pull/399
```console
katana -u hackerone.com
```
* Added transparent embedding of common code by @Mzack9999 in https://github.com/projectdiscovery/katana/pull/373
* Updated using as lib example to reflect struct changes by @ShubhamRasal in https://github.com/projectdiscovery/katana/pull/397
* Updated using as lib example by @dogancanbakir in https://github.com/projectdiscovery/katana/pull/390
* Updated `net/url` with `urlutil` by @iamargus95 in https://github.com/projectdiscovery/katana/pull/399
* Fixed an issue with `-do` option by @Mzack9999 in https://github.com/projectdiscovery/katana/pull/387

Issues closed in this release - https://github.com/projectdiscovery/katana/milestone/5?closed=1

## New Contributors
* @h4r5h1t made their first contribution in https://github.com/projectdiscovery/katana/pull/378
* @dogancanbakir made their first contribution in https://github.com/projectdiscovery/katana/pull/390
* @iamargus95 made their first contribution in https://github.com/projectdiscovery/katana/pull/399

**Full Changelog**: https://github.com/projectdiscovery/katana/compare/v1.0.0...v1.0.1