Added
- Query parameter filtering functionality
- Parameter allowlist feature for controlling accepted query parameters
- IDNA 2008 support via
idna
package
Changed
- BREAKING: Switch default scheme from 'http' to 'https'
- BREAKING: Migrated IDNA handling to use IDNA 2008 with UTS46 processing
- BREAKING: Updated minimum Python version to 3.8 (removed Python 2.7 support)
- BREAKING: Removed sort_query_params option as it was incorrect - query parameter order is semantically meaningful and cannot be changed
- Enhanced query normalization with parameter filtering support
- Updated URL cleanup to support new filtering features
- Changed host normalization to handle each domain label separately
Full Changelog: 1.4.3...2.0.0