forked from liyiorg/weixin-popular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.txt
126 lines (100 loc) · 4.64 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
WEIXIN-POPULAR CHANGELOG
===========================
https://github.com/liyiorg/weixin-popular
Changes in version 2.6.0 (2016-01-15)
-------------------------------------
* 添加weixin.popular.api.API,切换API调用模式 公众平台模式或公众号第三方平台模式。
* XMLConverUtil 改进
Changes in version 2.5.3 (2016-01-12)
-------------------------------------
* weixin.popular.client.LocalHttpClient 修改
* weixin.popular.support.TokenManager、weixin.popular.support.TicketManager 添加setDaemon方法。
* weixin.popular.api.SnsAPI add connectQrconnect
* jar包版本变更 httpclient 4.3.6,httpmime 4.3.6,fastjson 1.2.7。
Changes in version 2.5.2 (2016-01-08)
-------------------------------------
*bug 修复 weixin.popular.api.MaterialAPI,weixin.popular.api.MediaAPI
使用InputStream 异常Cannot retry request with a non-repeatable request entity
Changes in version 2.5.1 (2016-01-06)
-------------------------------------
*修改weixin.popular.api.MaterialAPI,weixin.popular.api.MediaAPI
因官方API路径变更,由原来的http://file.api.weixin.qq.com 切换到 https://api.weixin.qq.com
Changes in version 2.5.0 (2015-12-22)
-------------------------------------
*weixin.popular.bean 下的类整理分包。
*添加ExpireKey接口以及实现类,用于处理重复异步通知。
*weixin.popular.api.PayMchAPI 添加代扣费接口
*weixin.popular.api.MenuAPI 添加个性化菜单接口
*修改weixin.popular.support.TokenManager、weixin.popular.support.TicketManager 调度方式由Timer 改为 ScheduledExecutorService。
*修改支付异步通知的校验方式。
*删除weixin.popular.util.ExpireSet
Changes in version 2.4.6 (2015-11-12)
-------------------------------------
*修改XmlResponseHandler 解决微信红包接口返回结果中文乱码问题
*修改PayMchAPI 查询退款uri 地址错误
Changes in version 2.4.5 (2015-09-08)
-------------------------------------
*修改QrcodeAPI 下载二维码bug
*修改MediaAPI 下载多媒体bug
Changes in version 2.4.4 (2015-08-05)
-------------------------------------
*issue #17 对帐单bug修复
*MediaAPI 添加 mediaUploadimg,上传图文消息内的图片获取URL
*修改退款申请bug
*修改 初始化 MCH HttpClient KeyStore 调用方式
Changes in version 2.4.3 (2015-08-03)
-------------------------------------
*issue #17 MchBaseResult XML 转换错误
Changes in version 2.4.2 (2015-07-27)
-------------------------------------
*issue #16 MapUtil.objectToMap 不能获取父类成员变量值
Changes in version 2.4.1 (2015-07-08)
-------------------------------------
*修改PayUtil bug
*UserAPI 添加批量获取用户信息
*PayMchAPI 添加裂变红包
Changes in version 2.4.0 (2015-06-10)
-------------------------------------
*修改TokenManager TicketManager
*添加ComponentAPI
*PayMchAPI 添加订单查询、撤销、优惠卷、红包、企业付款接口
Changes in version 2.3.0 (2015-04-29)
-------------------------------------
*修改MediaAPI
*添加MaterialAPI 永久素材
Changes in version 2.2.0 (2014-12-29)
-------------------------------------
*修改API为静态接口
*添加TicketAPI
Changes in version 2.1.0 (2014-11-10)
-------------------------------------
*修改json 包依赖为 fastjson
*添加消息加密包
*修改ShorturlAPI bug
Changes in version 2.0.1 (2014-10-21)
-------------------------------------
*modified PayUtil generatePayJsRequest bug
Changes in version 2.0.0 (2014-09-18)
-------------------------------------
*removed dependency spring
*modified pom.xml dependency httpclient version 4.2.5 to 4.3.5
Changes in version 1.1.1 (2014-09-18)
-------------------------------------
*added weixin.popular.api.ShorturlAPI
*modified issues #3 weixin.popular.bean.Delivernotify field out_trade_no
Changes in version 1.1.0 (2014-07-08)
-------------------------------------
*added messageMassSend API to weixin.popular.api.MessageAPI
*added messageMassSendall API to weixin.popular.api.MessageAPI
*added mediaUploadnews API to weixin.popular.api.MessageAPI
*added mediaUploadvideo API to weixin.popular.api.MessageAPI
*added weixin.popular.bean.massmessage package
Changes in version 1.0.2 (2014-06-09)
-------------------------------------
*added field unionid to weixin.popular.bean.User
*modified weixin.popular.api.SnsAPI
*added jackson disable DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES to weixin.popular.client.RestTemplateClient
*added maven build plugin maven-compiler-plugin 1.6 to pom.xml
Changes in version 1.0.1 (2014-05-06)
-------------------------------------
*removed dependency jackson-dataformat-xml