Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangwu committed Jul 20, 2015
1 parent 3889e24 commit 37f950e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## pigeon版本发布说明
------

### 2.5.2
修复http测试验证码的问题
console测试默认记录监控信息,并记录http来源ip
增加setResponseContext接口

### 2.5.1
增加InvokerHelper.setCallback接口,调服务之前可以动态设置callback
启动时提前加载pigeon所有类,解决启动后第一次请求容易超时的问题
Expand All @@ -9,7 +14,7 @@
### 2.5.0
每个请求带上最源头发送app和ip信息,可追踪请求的源头
增加pigeonCall.responseSize,pigeonService.requestSize监控信息
重构ContextUtils接口,计划去除老的avatar-tracker,增加了setRequestContext/getRequestContext、setGlobalContext/getGlobalContext接口
重构ContextUtils接口,计划去除老的avatar-tracker,增加了setRequestContext、setGlobalContext接口
增加ProviderHelper.writeSuccessResponse等接口,支持用户自行发送response
future调用的cat监控不再显示为PigeonFuture,而是复用PigeonCall

Expand Down
4 changes: 2 additions & 2 deletions USER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pom依赖定义:
<dependency>
<groupId>com.dianping.dpsf</groupId>
<artifactId>dpsf-net</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
</dependency>

因为pigeon不强制依赖某些jar,而且pigeon对某些依赖jar的版本有要求,需要应用确认以下jar依赖(版本建议高于或等于以下基础版本):
Expand Down Expand Up @@ -984,7 +984,7 @@ String app = registrationInfoService.getAppOfService("com.dianping.demo.service.
依赖:
<groupId>com.dianping</groupId>
<artifactId>pigeon-governor-api</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>


接口说明:
Expand Down
2 changes: 1 addition & 1 deletion pigeon-common/src/main/resources/pigeon_log4j.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="info" monitorInterval="30">
<Configuration status="warn" monitorInterval="30">
<Appenders>
<Console name="ConsoleError" target="SYSTEM_ERR">
<PatternLayout
Expand Down

0 comments on commit 37f950e

Please sign in to comment.