Skip to content

Commit

Permalink
3.0.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
john-kurkowski committed Oct 13, 2020
1 parent 1e54766 commit f77fa67
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,21 @@
After upgrading, update your cache file by deleting it or via `tldextract
--update`.

## Unreleased
## 3.0.0.rc1 (2020-10-12)

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))
* The CLI arg also changed from `--cache_file` to `--cache_dir`
* 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. Fixes [#66](https://github.com/john-kurkowski/tldextract/issues/66).
* 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

Expand Down

0 comments on commit f77fa67

Please sign in to comment.