changelog.rst 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. .. _changelog:
  2. ChangeLog
  3. ==========
  4. 2.1.0 (2020.07)
  5. ------------------
  6. 1. 新增免费代理源 **西拉代理** (2020-03-30)
  7. 2. Fix Bug `#356`_ `#401`_
  8. 3. 优化Docker镜像体积; (2020-06-19)
  9. 4. 优化配置方式;
  10. 5. 优化代码结构;
  11. 6. 不再储存raw_proxy, 抓取后直接验证入库;
  12. .. _#401: https://github.com/jhao104/proxy_pool/issues/401
  13. .. _#356: https://github.com/jhao104/proxy_pool/issues/356
  14. 2.0.1 (2019.10)
  15. -----------------
  16. 1. 新增免费代理源 **89免费代理**;
  17. #. 新增免费代理源 **齐云代理**
  18. 2.0.0 (2019.08)
  19. ------------------
  20. 1. WebApi集成Gunicorn方式启动, Windows平台暂不支持;
  21. #. 优化Proxy调度程序;
  22. #. 扩展Proxy属性;
  23. #. 新增cli工具, 更加方便启动proxyPool
  24. 1.14 (2019.07)
  25. -----------------
  26. 1. 修复 Queue阻塞导致的 ``ProxyValidSchedule`` 假死bug;
  27. #. 修改代理源 **云代理** 抓取;
  28. #. 修改代理源 **码农代理** 抓取;
  29. #. 修改代理源 **代理66** 抓取, 引入 ``PyExecJS`` 模块破解加速乐动态Cookies加密;
  30. 1.13 (2019.02)
  31. -----------------
  32. 1. 使用.py文件替换.ini作为配置文件;
  33. #. 优化代理采集部分;
  34. 1.12 (2018.04)
  35. -----------------
  36. 1. 优化代理格式检查;
  37. #. 增加代理源;
  38. #. fix bug `#122`_ `#126`_
  39. .. _#122: https://github.com/jhao104/proxy_pool/issues/122
  40. .. _#126: https://github.com/jhao104/proxy_pool/issues/126
  41. 1.11 (2017.08)
  42. -----------------
  43. 1. 使用多线程验证useful_pool;
  44. 1.10 (2016.11)
  45. -----------------
  46. 1. 第一版;
  47. #. 支持PY2/PY3;
  48. #. 代理池基本功能;