Tldextract

Latest version: v5.1.3

Safety actively analyzes 693883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 8

3.1.1

* Bugfixes
* Support Python 3.9
* Drop support for EOL Python 3.5

3.1.0

* Features
* Prefer to cache in XDG cache directory in user folder, vs. in Python install folder ([213](https://github.com/john-kurkowski/tldextract/issues/213))
* Bugfixes
* Fix `AttributeError` on `--update` ([215](https://github.com/john-kurkowski/tldextract/issues/215))

3.0.2

* Bugfixes
* Catch permission error when making cache dir, as well as cache file ([211](https://github.com/john-kurkowski/tldextract/issues/211))

3.0.1

* Bugfixes
* Fix `tlds` property `AttributeError` ([210](https://github.com/john-kurkowski/tldextract/issues/210))
* Allow `include_psl_private_domains` in global `extract` too ([210](https://github.com/john-kurkowski/tldextract/issues/210))

3.0.0

No changes since 3.0.0.rc1.

3.0.0.rc1

This release fixes the long standing bug that public and private suffixes were
generated separately and could not be switched at runtime,
[66](https://github.com/john-kurkowski/tldextract/issues/66).

* Breaking Changes
* Rename `cache_file` to `cache_dir` as it is no longer a single file but a directory ([207](https://github.com/john-kurkowski/tldextract/issues/207))
* Rename CLI arg also, from `--cache_file` to `--cache_dir`
* Remove Python 2.7 support
* Features
* Can pass `include_psl_private_domains` on call, not only on construction
* Use filelocking to support multi-processing and multithreading environments
* Bugfixes
* Select public or private suffixes at runtime ([66](https://github.com/john-kurkowski/tldextract/issues/66))
* Removals
* Do not `debug` log the diff during update

Page 4 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.