forked from postmanlabs/newman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.yaml
391 lines (340 loc) · 13.1 KB
/
CHANGELOG.yaml
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
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
4.5.4:
date: 2019-08-14
chores:
- Updated dependencies
4.5.3:
date: 2019-08-02
chores:
- Updated dependencies
4.5.2:
date: 2019-08-01
chores:
- Updated dependencies
4.5.1:
date: 2019-06-19
chores:
- Updated dependencies
4.5.0:
date: 2019-05-16
new features:
- Added support for the working directory using SecureFS
- Added --working-dir and --no-insecure-file-read CLI options
fixed bugs:
- Fixed a bug that caused fetching collection from HTTPS URL crashes on Node v12
chores:
- Updated dependencies
4.4.1:
date: 2019-03-25
chores:
- Updated dependencies
fixed bugs:
- '#1932 Removed classname from JUnit reports and add it to both passed and failed tests'
4.4.0:
date: 2019-02-20
chores:
- Updated dependencies
fixed bugs:
- '#1871 Trimmed incoming JSON string to remove byte order marks and other such artifacts.'
- Contextual help messages for newman -h
- Fixed JUnit report generation for nested requests/tests
- Corrected disabled variable behavior
new features:
- 'Added automatic (best guess) encoding detection of UTF-16LE and ISO-8859-1'
- Added --verbose flag for detailed CLI output
4.3.1:
date: 2018-12-26
fixed bugs:
- 'Added start timestamp, classname and failure message to JUnit reporter for Azure DevOps'
4.3.0:
date: 2018-12-26
new features:
- 'Added AJV to the script sandbox'
fixed bugs:
- 'Respected form data field ordering'
- 'Fixed a bug that caused requests to fail when the URL protocol is not in lowercase'
4.2.3:
date: 2018-12-15
fixed bugs:
- '#1823 Added missing skipped flag to assertion information aggregator'
4.2.2:
date: 2018-11-07
fixed bugs:
- '#1784 Updated postman-runtime to v7.4.2, which fixes a hawk security vulnerability'
4.2.1:
date: 2018-11-04
fixed bugs:
- '#1779 Updated postman-runtime to v7.4.1'
4.2.0:
date: 2018-11-03
new features:
- '#1776 Introduced the generic postman/newman Docker image, bumped Node version to 10'
- '#1731 Added support for custom HTTP verbs'
docs:
- '#1717 Updated Docker image documentation'
chores:
- '#1770 Shifted to Travis for Windows builds'
- '#1769 Added .gitattributes to enforce consistent line endings for .js files'
- '#1743 Updated CLI reporter left padding to account for commander v2.19 changes'
- 'Updated dependencies'
4.1.0:
date: 2018-08-29
new features:
- '#1654 Added ability to select multiple folders for collection run'
chores:
- '#1687 Added `newmanVersion` in collection run options'
- '#1684 Fixed flaky tests'
- 'Updated Dependencies'
4.0.2:
date: 2018-08-09
fixed bugs:
- '#1673 Fixed a bug that prevented request errors from showing up in CLI reports'
4.0.1:
date: 2018-08-08
fixed bugs:
- '#1669 Deprecated support for the v1 Postman Collection format'
- '#1670 Throw proper error message for invalid --color values'
4.0.0:
date: 2018-08-06
new features:
- '#1633 Added ability to run collection via Postman API UID reference'
breaking changes:
- '#1605 Dropped support for Node < v6'
- '#1610 Dropped support for v2 CLI options'
- '#1660 Dropped support for the v1 Postman Collection format'
- '#1616 Moved inbuilt HTML reporter to a standalone reporter: https://github.com/postmanlabs/newman-reporter-html'
- '#1653 Updated `color` option behaviour, dropped support for --no-color'
fixed bugs:
- '#1609 Fixed CSV auto parse, to avoid parsing numbers inside quotes'
- '#1630 Updated default timeout values to Infinity'
chores:
- '#1623 Refactored Newman CLI'
- '#1608 Updated ESLint rules'
- '#1618 Reformatted README'
- 'Updated Dependencies'
3.10.0:
date: 2018-07-04
new features:
- '#1596 Added --reporter-cli-no-banner option'
- '#1551 Bumped Alpine Docker image Node version to v8'
- '#1555 Added failure list to HTML reports'
fixed bugs:
- '#1612 Fixed JUnit reports for failed cases'
- '#1576 Accounted for cases where the export path is a pre-existing directory'
- '#1601 Reversed reporter lookup logic'
- '#1584 Improved timeout messaging in HTML reports'
- '#1594 Fixed a bug that caused reporter flags to break with `=`'
- '#1592 Added a link to the Alpine Docker image'
- '#1583 Capped JUnit timing precision to 3 decimal places'
- '#1563 Ensured that all exported variable files have a valid name'
- '#1578 Switched to cli-table3'
- '#1575 Fixed typo in directory collection runner example'
- '#1553 Fixed a bug that caused HTML reports to incorrectly duplicate requests across multiple iterations'
3.9.4:
date: 2018-05-25
fixed bugs:
- 'Improved failure table reporting details #1390'
- 'Fixed no-assertions behaviour for the CLI reporter #1389'
- 'Corrected help text for missing arguments #1428'
- 'Added postpublish script for automated Docker image pushing #1397'
- 'Corrected Postman API reference link #1416'
- 'Switched to a YAML changelog 1448'
- 'Corrected error representation in JUnit reports #1443'
- 'Removed wait spinner from CLI output when --disable-unicode is present #1496'
- 'Added support for --no-success-assertions #1450'
- 'Made folder and request IDs unique in generated HTML reports #1528'
- 'Updated dependencies'
3.9.3:
date: 2018-01-19
fixed bugs:
- 'Updated dependencies'
- '#1385 Fixed minor formatting issues in the readme.'
- '#1368 Updated folder collection runner example to exclude package*.json files'
3.9.2:
date: 2018-01-11
fixed bugs:
- 'Updated dependencies'
- '#1366 Replaced deprecated Slack community link in the readme with the shiny new Postman community'
- '#1350 Added setNextRequest information to the CLI reporter'
- '#1331 Fixed a bug that caused legacy arguments to be processed out of order'
3.9.1:
date: 2017-12-08
fixed bugs:
- '#1326 Fixed folder option handling'
- '#1323 Updated documentation for --bail and options.bail'
- '#1325 Fixed typographical error in issue template'
3.9.0:
date: 2017-12-05
new features:
- '#1320 Extended --bail`` to work with afolder` option'
- '#1298 Improved help text for incorrect usage'
- '#1292 Added a name field to all applicable errors'
- '#1278 Migrated from argparse to commander'
- '#1277 Added support for a global timeout option'
- '#1275 Migrated from istanbul to nyc'
- '#1273 Tests now run on Node v8 as well'
3.8.3:
date: 2017-10-04
fixed bugs:
- 'Updated dependencies'
- '#1227 Added timeout-script to extend default sandbox script execution timeouts'
- '#1206 Corrected failure table handle in non TTY environments'
- '#1218 Made JSON parsing more robust'
3.8.2:
date: 2017-09-18
fixed bugs:
- 'Updated dependencies.'
- 'Fixed a bug that caused csv files with comma spaces to be processed incorrectly. #1202'
- 'Corrected programmatic iterationData usage in README. #1191'
- 'Fixed broken link in parallel-collection-runs.js #1197'
3.8.1:
date: 2017-08-18
fixed bugs:
- 'Updated postman-runtime to v6.2.6 #1173'
- 'Updated postman-collection to v2.1.1 #1172'
3.8.0:
date: 2017-06-25
new features:
- 'Added support for global variable specification via the CLI #1142'
3.7.6:
date: 2017-06-19
fixed bugs:
- 'Bumped postman-runtime to v6.2.5, which contains a critical cookie handling bugfix.'
- 'Updated other dependencies.'
3.7.5:
date: 2017-06-10
fixed bugs:
- 'Bumped Collection SDK to v2.0.2, which contains ProxyConfig improvements. #1110'
- 'Ensured that failed fetches from resource URLs result in a non-zero exit code. #1115'
- 'Fixed a backward compatibility bug related to Buffer construction in the HTML reporter. #1105'
3.7.4:
date: 2017-06-29
fixed bugs:
- 'Corrected response.body reference in the HTML reporter #1099'
3.7.3:
date: 2017-06-28
fixed bugs:
- 'Updated dependencies.'
- 'Restored response.body in the data supplied to the HTML reporter template. #1098'
3.7.2:
date: 2017-06-23
fixed bugs:
- 'Updated postman-runtime to v6.2.1, which contains a critical bugfix for authorization with variables'
3.7.1:
date: 2017-06-19
fixed bugs:
- 'Updated postman-collection-transformer to v2.1.4 #1082'
3.7.0:
date: 2017-06-19
new features:
- 'Fixed a bug that caused empty results in response.json() / response.text() #1080.'
- 'Support for second generation scripting sandbox with support for limited require.'
- 'Addition of assertion functions on request and response.'
- 'Added momentjs to the sandbox.'
- 'Added support for authorization mechanisms and IO events.'
3.6.1:
date: 2017-06-09
fixed bugs:
- 'Updated dependencies'
- 'Ensured that stdout is flushed on process.exit in CLI mode #1026'
- 'Fixed type error for failed requests in the HTML reporter #1062'
- 'Updated JUnit reporter to add time attribute to testsuites and testcase elements #1039'
3.6.0:
date: 2017-03-12
new features:
- 'Updated dependencies'
- 'Introduced all new pm.* API.'
3.5.2:
date: 2017-03-17
fixed bugs:
- 'Update postman-runtime to v5.0.0, which uses CertificateList for client side SSL'
3.5.1:
date: 2017-03-14
fixed bugs:
- 'Fixed a bug which caused some test results to not be displayed (#949)'
- 'Merged aggregation partial into base HTML reporter template'
- 'Allowed options.iterationData to be specified as an array of objects in programmatic usage'
3.5.0:
date: 2017-03-07
new features:
- 'Added support for multi level folders in the cli, html and junit reporters'
- 'Updated postman-collection to v1.0.0, which contains helper methods for dealing with multi-level folders'
- 'Updated many other non-critical packages'
3.4.3:
date: 2017-01-31
fixed bugs:
- 'Updated postman-runtime to v4.0.3, which contains fixed bugs for URL parameter encoding'
- 'Updated postman-collection to v0.5.11, which contains fixed bugs for UTF-8 encoded responses, and variables in URL hosts'
3.4.2:
date: 2017-01-09
fixed bugs:
- 'Fixed a bug in the CLI reporter for Newman programmatic usage (#859)'
3.4.1:
date: 2017-01-06
fixed bugs:
- 'Fixed Buffer compatibility issue for Node v4'
- 'HTML reporter works correctly for failed requests'
3.4.0:
date: 2016-12-29
new features:
- 'Updated postman-runtime to v4.0, which has a lot of memory usage improvements'
- 'HTML reporter now contains folder information'
- 'Added --color option to force colored output in non-TTY environments'
3.3.1:
date: 2016-12-14
fixed bugs:
- 'Added more details to the HTML reporter'
- 'Updated postman-collection to the latest version which contains a bugfix for OAuth1 with realms'
- 'Updated postman-runtime which has a few fixes for browser based workflows'
3.3.0:
date: 2016-11-21
new features:
- 'Added options to provide client-side SSL certificates on the command line'
- 'Updated the versions of postman-runtime and postman-collection libraries'
3.2.0:
date: 2016-10-18
new features:
- 'Ensure that environment exports are consistent with the app'
- 'Simplified the importing logic for environment and globals'
3.1.2:
date: 2016-08-25
fixed bugs:
- 'Updated postman-runtime, postman-collection and postman-collection-transformer dependencies'
3.1.1:
date: 2016-08-25
fixed bugs:
- 'Fixed a bug which caused HTML reporter statistics to be incorrect'
- 'Added an option --disable-unicode to forcibly disable unicode symbols in the output'
- 'File based options in newman.run (environments, data, globals) can now be specified as JSON objects as well'
- 'Updated to the latest version of Postman Runtime, which contains a number of memory optimizations'
- 'Specifying an iteration data file now results in the correct number of iteration runs'
3.1.0:
date: 2016-08-25
new features:
- 'Fixed issue with environment and globals export format was using wrong property names (GH:553)'
- 'Fixed issue where --export-* CLI option did not work with no parameters'
- 'Added support for postman.getResponseCookie in the script sandbox'
- 'Prettified HTML report template'
- 'Added support for custom HTML report templates via --reporter-html-template flag'
- 'Added file upload support'
- 'Fixed a bug in the timeout request flag: #547'
- 'Updated runtime dependency to 2.4.4'
- 'Fixed a bug that caused incorrect iterationCount detection'
- 'Better error messages'
- 'Fixed a bug that caused incorrect exports of environment and global values'
- 'The export parameters now default to /newman/*'
- 'Added a new CLI option, --silent which ensures Newman does not write anything to the terminal'
3.0.1:
date: 2016-08-09
fixed bugs:
- 'Updated Postman Runtime to v2.4.1'
- 'Newman now exits with a non-zero status code on test failures or errors'
3.0.0:
date: 2016-08-09
fixed bugs:
- 'First stable release of Newman v3.0'
- 'Added ability to suppress exit code on failures'
- 'Renamed the "--stop-on-error" option to "--bail", which ensures that Newman stops on test failures or errors'
3.0.0-rc.1:
date: 2016-08-08
initial release:
- 'Initial release of Newman v3. Migration Guide'