- Added official support for Python 3.12.
=
is no longer percent-encoded in patterns, fixing many scenarios where patterns included query strings.
- Changed requirements:
- Dropped support for Python 2.7, 3.5, 3.6, and 3.7, and added support for 3.11 and for the upcoming 3.12.
six
is no longer a dependency.
- Added support for the
Visit-Time
directive. - Fixed leading asterisks in allow and disallow values not being properly interpreted.
Protego.parse()
now raises value error when content is not a string.
Find the changelog of earlier releases at GitHub.