-
Notifications
You must be signed in to change notification settings - Fork 9
/
ChangeLog.txt
243 lines (171 loc) · 5.06 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
2024-08-19 Version: 1.3.1
1. Optimize SSLSocketFactory implementation.
2024-07-22 Version: 1.3.0
1. Resolve http client builder when runtime not same.
2. Security reinforcement for HTTP requests.
2024-01-25 Version: 1.2.9
1. Support disable HTTP/2 protocol.
2023-12-06 Version: 1.2.8
1. Fix the value of minimum for validation.
2. Resolve null value in map & list.
2023-03-23 Version: 1.2.7
1. Support port for url request.
2. Transfer data from number type to boolean type.
2023-03-09 Version: 1.2.6
1. Fix: multiple clients conflicts when clients have proxies.
2023-02-21 Version: 1.2.5
1. Fix: remove verification when ca is empty.
2. Support keepAliveDuration config for connectionPool.
2022-11-17 Version: 1.2.4
1. Update log message && add some info logs to `TeaModel.toModel()`.
2022-11-17 Version: 1.2.3
1. Support CA verify for server and client.
2022-10-20 Version: 1.2.2
1. Return description and accessDeniedDetail in error info.
2022-09-02 Version: 1.2.1
1. Support head(http method).
2. Support payload for delete(http method).
3. Modify url-parse to uri-parse for socks5Proxy.
4. Support password auth for socks5Proxy.
2022-05-26 Version: 1.2.0
1. Support client logger.
2. Support base type cast for list && modify cast rules.
3. Support http statusCode in TeaException.
4. Fix string(null) param in query.
5. Fix TeaException message.
2021-12-20 Version: 1.1.15
1. Support socks proxy.
2021-08-03 Version: 1.1.14
1. Add interceptors for request and response.
2021-08-03 Version: 1.1.13
1. Response body should not closed.
2021-08-03 Version: 1.1.12
1. Fix Okhttp connection leak.
2021-05-19 Version: 1.1.11
1. Fix query null pointer exception.
2021-04-20 Version: 1.1.10
1. Add doAction has no runtimeOptions.
2. Fix okhttp proxy authenticate failed.
2021-03-11 Version: 1.1.9
1. Force transfer some data types.
2021-02-16 Version: 1.1.8
1. Update TeaUnretryableException.
2021-01-27 Version: 1.1.7
1. Transfer data types.
2021-01-12 Version: 1.1.6
1. Fix the problem of filtering Stream properties when internally using "toMap" method.
2020-12-31 Version: 1.1.5
1. Improve toModel
2020-12-23 Version: 1.1.4
1. Update toModel field except stream type
2. Support writeable
2020-11-03 Version: 1.1.3
1. Improve parseObject
2020-10-14 Version: 1.1.2
1. Change TeaException field to public
2020-10-10 Version: 1.1.1
1. Change paserObject to public
2020-09-23 Version: 1.1.0
1. Add length validation
2020-09-22 Version: 1.0.8
1. improve determineType exception message
2020-09-15 Version: 1.0.7
1. Change WildcardTypeImpl to WildcardType
2020-09-08 Version: 1.0.6
1. Change checked exception to unChecked exception
2020-09-02 Version: 1.0.5
1. Change okHttp version to 3.8.1
2. Change jdk version to 1.7
2020-08-21 Version: 1.0.4
1. Improve determineType
2020-08-13 Version: 1.0.3
1. Add minLength in Validation
2020-08-06 Version: 1.0.2
1. Delete toUpperFirstChar
2. Delete createSSLSocketFactory
2020-08-06 Version: 1.0.1
1. Improve toUpperFirstChar
2. Improve allowRetry
2020-07-30 Version: 1.0.0
1. Modify serialization method
2. Support Float
2020-07-29 Version: 0.2.4
1. Improve TeaModel
2020-07-27 Version: 0.2.3
1. Improve TeaModel
2020-07-27 Version: 0.2.2
1. Improve TeaModel
2020-07-21 Version: 0.2.1
1. The fix content type has default values
2020-06-18 Version: 0.2.0
1. Improve TeaModel
2020-06-18 Version: 0.1.6
1. Client key changed to host plus port
2020-05-19 Version: 0.1.5
1. Add content length
2020-04-28 Version: 0.1.4
1. Update buildMap
2. Support for HTTPS proxy
2020-04-13 Version: 0.1.3
1. Add getResponseBody
2020-04-13 Version: 0.1.2
1. Delete null value in query
2020-04-11 Version: 0.1.1
1. Add type determination to TeaModel
2020-04-01 Version: 0.1.0
1. Change client to OkClient
2020-03-19 Version: 0.0.24
1. Update TeaModel
2020-03-10 Version: 0.0.23
1. Update TeaModel
2020-03-06 Version: 0.0.22
1. Update toModel
2020-03-04 Version: 0.0.21
1. Update build and toModel
2020-03-01 Version: 0.0.20
1. Add default protocol
2020-01-09 Version: 0.0.19
1. Add body field in response
2020-01-09 Version: 0.0.18
1. Add build method in teaModel
2020-01-09 Version: 0.0.17
1. Change Map<String, Object> to Map<String, ?>
2. Overload merge
3. Add validateParams
2019-12-04 Version: 0.0.16
1. Increased null validation in merge method
2019-11-26 Version: 0.0.15
1. Improve composeUrl method
2019-11-26 Version: 0.0.14
1. Add buildMap method
2019-11-26 Version: 0.0.13
1. Improve converter
2019-11-05 Version: 0.0.12
1. Support readable
2019-11-05 Version: 0.0.11
1. Improve validate
2019-10-30 Version: 0.0.10
1. Support validate
2019-10-26 Version: 0.0.9
1. Improve toMap Method
2019-10-21 Version: 0.0.8
1. Improve TeaModel
2. Improve getBackoffTime Method
2019-10-21 Version: 0.0.7
1. Improve TeaException
2. Modify the retreat logic
2019-10-17 Version: 0.0.6
1. Add parseToInt method
2019-10-08 Version: 0.0.5
1. Improve Tea
2. Improve TeaModel
2019-10-08 Version: 0.0.4
1. Improve README
2. Add missed Exceptions
3. Improve Tea.doAction
2019-10-08 Version: 0.0.3
1. Improve TeaModel
2019-09-30 Version: 0.0.2
1. Modify the pom file
2019-09-27 Version:0.0.1
1. Create Project