Releases: openwpm/domain_utils
Releases · openwpm/domain_utils
v0.7.1
v0.7.0
Thanks to new contributor @yabirgb for two PRs (#20 and #25) in this release.
API changes: #26 renamed get_stripped_url
to stem_url
, and get_ps_plus_1
to get_etld1
. Old method names will continue to work though. #22 updated
keyword arguments to get_stripped_url
- default behavior is basically the same.
v0.6.0
v0.5.0
-
Remove support for python 3.5
-
Handle more cases in get_stripped_url and change default behavior:
- handle a lack of scheme
- boolean flag to return or not non http urls - default is to
return them which is a change of behavior as previously they
would not return - Use netloc by default instead of hostname with a boolean flag
to use hostname.