瀏覽代碼

Merge pull request #483 from jhao104/release-2.1.0

Release 2.1.0
J_hao104 6 年之前
父節點
當前提交
1deec0730c
共有 4 個文件被更改,包括 75 次插入2 次删除
  1. 1 1
      README.md
  2. 72 0
      docs/changelog.rst
  3. 1 0
      docs/index.rst
  4. 1 1
      docs/user/how-to_use.rst

+ 1 - 1
README.md

@@ -223,7 +223,7 @@ PROXY_FETCHER = [
 
 ### Release Notes
 
-   [release notes](https://github.com/jhao104/proxy_pool/blob/master/doc/release_notes.md)
+   [changelog](https://github.com/jhao104/proxy_pool/blob/master/docs/changelog.rst)
 
 ### AD
 

+ 72 - 0
docs/changelog.rst

@@ -0,0 +1,72 @@
+.. _changelog:
+
+ChangeLog
+==========
+
+2.1.0 (2020.07)
+------------------
+
+1. 新增免费代理源 **西拉代理**  (2020-03-30)
+2. Fix Bug `#356`_ `#401`_
+3. 优化Docker镜像体积; (2020-06-19)
+4. 优化配置方式;
+5. 优化代码结构;
+6. 不再储存raw_proxy, 抓取后直接验证入库;
+
+.. _#401: https://github.com/jhao104/proxy_pool/issues/401
+.. _#356: https://github.com/jhao104/proxy_pool/issues/356
+
+2.0.1 (2019.10)
+-----------------
+
+1. 新增免费代理源 **89免费代理**;
+#. 新增免费代理源 **齐云代理**
+
+2.0.0 (2019.08)
+------------------
+
+1. WebApi集成Gunicorn方式启动, Windows平台暂不支持;
+#. 优化Proxy调度程序;
+#. 扩展Proxy属性;
+#. 新增cli工具, 更加方便启动proxyPool
+
+1.14  (2019.07)
+-----------------
+
+1. 修复 Queue阻塞导致的 ``ProxyValidSchedule`` 假死bug;
+#. 修改代理源 **云代理** 抓取;
+#. 修改代理源 **码农代理** 抓取;
+#. 修改代理源 **代理66** 抓取, 引入 ``PyExecJS`` 模块破解加速乐动态Cookies加密;
+
+1.13  (2019.02)
+-----------------
+
+1. 使用.py文件替换.ini作为配置文件;
+
+#. 优化代理采集部分;
+
+1.12  (2018.04)
+-----------------
+
+1. 优化代理格式检查;
+
+#. 增加代理源;
+
+#. fix bug `#122`_  `#126`_
+
+.. _#122: https://github.com/jhao104/proxy_pool/issues/122
+.. _#126: https://github.com/jhao104/proxy_pool/issues/126
+
+1.11  (2017.08)
+-----------------
+
+1. 使用多线程验证useful_pool;
+
+1.10  (2016.11)
+-----------------
+
+1. 第一版;
+
+#. 支持PY2/PY3;
+
+#. 代理池基本功能;

+ 1 - 0
docs/index.rst

@@ -111,3 +111,4 @@ Contents
    :maxdepth: 2
 
    user/index
+   changelog

+ 1 - 1
docs/user/how-to_use.rst

@@ -49,7 +49,7 @@ Api               Method      Description            Arg
                delete_proxy(proxy)
        return None
 
-本例中我们在本地 ``127.0.0.1`` 启动端口为 ``5010`` 的 ``server``, 使用 ``/get`` 接口获取代理, ``/delete``
+本例中我们在本地 ``127.0.0.1`` 启动端口为 ``5010`` 的 ``server``, 使用 ``/get`` 接口获取代理, ``/delete`` 删除代理.
 
 读数据库
 >>>>>>>>>