forked from annoviko/robotframework-httpctrl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGES
More file actions
executable file
·262 lines (138 loc) · 8.51 KB
/
CHANGES
File metadata and controls
executable file
·262 lines (138 loc) · 8.51 KB
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
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
------------------------------------------------------------------------
CHANGE NOTES FOR 0.3.1 (RELEASED: Dec 3, 2022)
------------------------------------------------------------------------
GENERAL CHANGES
- Fixed bug in function `Send HTTPS Request Async` when HTTP protocol was used instead of HTTPS.
See: https://github.com/annoviko/robotframework-httpctrl/pull/39
- Fixed bug with response header types when `HTTPMessage` object was returned instead of `dict`.
See: https://github.com/annoviko/robotframework-httpctrl/issues/40
------------------------------------------------------------------------
CHANGE NOTES FOR 0.3.0 (RELEASED: Jul 4, 2022)
------------------------------------------------------------------------
GENERAL CHANGES
- Introduce new argument `resp_body_to_file` for functions `Send HTTP Request`, `Send HTTP Request Async`,
`Send Https Request`, `Send Https Request Async` to write response body to a file that is specified
by the argument.
See: https://github.com/annoviko/robotframework-httpctrl/issues/36
- Changed return type for `Get Body From Response` and `Get Response Body` from `string` to `bytes`.
See: https://github.com/annoviko/robotframework-httpctrl/issues/37
------------------------------------------------------------------------
CHANGE NOTES FOR 0.2.7 (RELEASED: Jun 30, 2022)
------------------------------------------------------------------------
GENERAL CHANGES
- Introduce the limit for body size to log and corresponding library `HttpCtrl.Logging` to configure it.
See: https://github.com/annoviko/robotframework-httpctrl/issues/34
------------------------------------------------------------------------
CHANGE NOTES FOR 0.2.6 (RELEASED: Apr 26, 2022)
------------------------------------------------------------------------
GENERAL CHANGES
- Fixed bug with Flask based server that reply by 404.
See: https://github.com/annoviko/robotframework-httpctrl/issues/33
------------------------------------------------------------------------
CHANGE NOTES FOR 0.2.5 (RELEASED: Dec 24, 2021)
------------------------------------------------------------------------
GENERAL CHANGES
- Update meta-information (CHANGE file).
See: no reference
------------------------------------------------------------------------
CHANGE NOTES FOR 0.2.4 (RELEASED: Dec 24, 2021)
------------------------------------------------------------------------
GENERAL CHANGES
- Introduced new keyword `Set Stub Reply` to create server stub functions.
See: https://github.com/annoviko/robotframework-httpctrl/issues/30
- Introduced new keyword `Get Stub Count` to get server stub statistic.
See: https://github.com/annoviko/robotframework-httpctrl/issues/30
------------------------------------------------------------------------
CHANGE NOTES FOR 0.2.2 (RELEASED: Oct 18, 2021)
------------------------------------------------------------------------
GENERAL CHANGES
- Fixes bug with pypi installer 0.2.1.
See: https://github.com/annoviko/robotframework-httpctrl/issues/27
------------------------------------------------------------------------
CHANGE NOTES FOR 0.2.1 (RELEASED: Oct 8, 2021)
------------------------------------------------------------------------
GENERAL CHANGES
- Change license to The 3-Clause BSD License.
See: https://github.com/annoviko/robotframework-httpctrl/issues/26
------------------------------------------------------------------------
CHANGE NOTES FOR 0.2.0 (RELEASED: Oct 8, 2021)
------------------------------------------------------------------------
GENERAL CHANGES
- Change license to The 3-Clause BSD License.
See: https://github.com/annoviko/robotframework-httpctrl/issues/26
- Feature to release the library automatically.
See: https://github.com/annoviko/robotframework-httpctrl/issues/14
------------------------------------------------------------------------
CHANGE NOTES FOR 0.1.10 (RELEASED: Oct 7, 2021)
------------------------------------------------------------------------
GENERAL CHANGES:
- Fixed bug where body was not provided for HEAD, OPTION, DELETE and GET methods (HttpCtrl.Server).
See: https://github.com/annoviko/robotframework-httpctrl/issues/24
------------------------------------------------------------------------
CHANGE NOTES FOR 0.1.9 (RELEASED: Sep 29, 2021)
------------------------------------------------------------------------
GENERAL CHANGES:
- Support bytes body type for `Reply By` (HttpCtrl.Server).
See: https://github.com/annoviko/robotframework-httpctrl/issues/17
CORRECTED MAJOR BUGS:
- Fixed bug where response server body was used as a response reason (HttpCtrl.Server).
See: https://github.com/annoviko/robotframework-httpctrl/issues/19
------------------------------------------------------------------------
CHANGE NOTES FOR 0.1.8 (RELEASED: Sep 28, 2021)
------------------------------------------------------------------------
GENERAL CHANGES:
- Option to bind client to the specific address only without port (HttpCtrl.Client).
See: https://github.com/annoviko/robotframework-httpctrl/issues/21
------------------------------------------------------------------------
CHANGE NOTES FOR 0.1.7 (RELEASED: Sep 27, 2021)
------------------------------------------------------------------------
GENERAL CHANGES:
- Option to bind client to the specific address and port (HttpCtrl.Client).
See: https://github.com/annoviko/robotframework-httpctrl/issues/21
- Supported IPv6 address (HttpCtrl.Client, HttpCtrl.Server).
See: https://github.com/annoviko/robotframework-httpctrl/issues/15
------------------------------------------------------------------------
CHANGE NOTES FOR 0.1.6 (RELEASED: Jan 13, 2020)
------------------------------------------------------------------------
CORRECTED MAJOR BUGS:
- Fixed bug where function `Get Async Response` hangs when timeout is specified and message is not received (HttpCtrl.Server).
See: https://github.com/annoviko/robotframework-httpctrl/issues/13
------------------------------------------------------------------------
CHANGE NOTES FOR 0.1.5 (RELEASED: Jan 13, 2020)
------------------------------------------------------------------------
CORRECTED MAJOR BUGS:
- Missing package in setup.py.
See: https://github.com/annoviko/robotframework-httpctrl/issues/10
------------------------------------------------------------------------
CHANGE NOTES FOR 0.1.4 (RELEASED: Jan 13, 2020)
------------------------------------------------------------------------
GENERAL CHANGES:
- Introduced argument `timeout` for function `Wait For Request` to specify waiting time (HttpCtrl.Server).
See: https://github.com/annoviko/robotframework-httpctrl/issues/11
------------------------------------------------------------------------
CHANGE NOTES FOR 0.1.3 (RELEASED: Oct 25, 2019)
------------------------------------------------------------------------
GENERAL CHANGES:
- Function `Wait And Ingore Request` to ignore incoming request by closing connection (HttpCtrl.Server).
See: https://github.com/annoviko/robotframework-httpctrl/issues/8
- Optimized termination of the HTTP(S) server - problem with up-to 5 seconds delay (HttpCtrl.Server).
See: https://github.com/annoviko/robotframework-httpctrl/issues/7
- Functions to work with async. received responses are introduced (HttpCtrl.Client).
See: https://github.com/annoviko/robotframework-httpctrl/issues/5
- Functions `Send HTTPS Request Async` and `Send HTTP Request Async` must returns connection (HttpCtrl.Client).
See: https://github.com/annoviko/robotframework-httpctrl/issues/5
CORRECTED MAJOR BUGS:
- Fixed bug where function `Wait For No Requests` ignored input timeout and always uses 5 seconds (HttpCtrl.Server).
See: https://github.com/annoviko/robotframework-httpctrl/issues/6
------------------------------------------------------------------------
CHANGE NOTES FOR 0.1.2 (RELEASED: Sep 10, 2019)
------------------------------------------------------------------------
GENERAL CHANGES:
- Built-in documentation is updated.
See: no reference
------------------------------------------------------------------------
CHANGE NOTES FOR 0.1.1 (RELEASED: Sep 9, 2019)
------------------------------------------------------------------------
GENERAL CHANGES:
- Bug correction for HttpCtrl.Server when client close connection after sending request.
See: no reference