All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.3.0 - 2019-08-18
- proxyscrape integration user-defined country codes actually work
- proxyscrape integration type properly defined for 'all'
- proxy-daily scrapers fixed (website changed)
- Python 3.7 Support
- get_proxies(...) added for retrieving all proxies instead of just 1 (i.e. get_proxy(...))
- Implicit filtering of proxies based on resource_type name removed
0.2.1 - 2019-06-19
- proxyscrape API URL fixed.
- Catching requests library errors (connection, timeout, etc.).
0.2.0 - 2019-02-07
- Integration with proxyscrape.com
- Able to remove individual proxies from blacklist
- Blacklist is now by host + IP only
0.1.1 - 2018-12-03
- Python 2.7, 3.4, and 3.5 Support
0.1.0 - 2018-08-26
- Initial Version