Skip to content

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhegexiaohuozi committed Jan 11, 2017
1 parent e1cbc25 commit a1b9d3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log #

## v1.3.1 ##
- 中文参数在框架层强制统一进行`utf8`编码的urlEncode,最大程度减少乱码请求
- Request请求在去重处理时,将区分范围扩大到所设定的请求参数

## v1.3.0 ##
- 支持在`Request`对象中,通过`header`(map)来自定义本次请求的header,以及支持通过`seimiCookies`来自定义cookies,自定义cookies会直接进入cookiesStore,对同域下第二次请求依然有效

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ SeimiCrawler是一个敏捷的,独立部署的,支持分布式的Java爬虫

# 快速开始 #

添加maven依赖(中央maven库最新版本1.3.0):
添加maven依赖(中央maven库最新版本1.3.1):
```
<dependency>
<groupId>cn.wanghaomiao</groupId>
<artifactId>SeimiCrawler</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
</dependency>
```

Expand Down

0 comments on commit a1b9d3f

Please sign in to comment.