changelog.rst 1.7 KB

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