forked from postmanlabs/newman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.yaml
575 lines (511 loc) · 15.7 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
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
5.2.2:
date: 2021-01-03
chores:
- Updated dependencies
5.2.1:
date: 2020-11-02
chores:
- Updated dependencies
5.2.0:
date: 2020-09-01
new features:
- GH-2393 Added support for providing custom Cookie Jar
chores:
- Updated dependencies
5.1.2:
date: 2020-07-13
chores:
- Updated dependencies
5.1.1:
date: 2020-07-08
chores:
- Updated dependencies
5.1.0:
date: 2020-06-09
new features:
- >-
GH-2392 Added a new `requestAgents` option to define custom requesting
agents
chores:
- Updated dependencies
5.0.1:
date: 2020-05-18
fixed bugs:
- GH-2335 Improved error messages on file load error
chores:
- GH-2354 Updated dependencies
5.0.0:
date: 2020-04-08
new features:
- GH-2299 Uses next-generation URL processor
breaking changes:
- GH-2297 Dropped support for Node < v10
- GH-2251 Changed escape character for CSV to double-quotes
- GH-2303 Trimmed incoming CSV string to remove byte order mark
chores:
- >-
GH-2308 Updated .npmignore to prevent the addition of tests and config
files in the published package
- GH-2301 Updated nyc configuration
- GH-2298 Updated ESLint rules
- GH-2298 Updated dependencies
4.6.1:
date: 2020-04-06
chores:
- Updated dependencies
4.6.0:
date: 2020-02-24
new features:
- >-
GH-2235 Added a new option `--ssl-client-cert-list` to allow setting
different certificates for different URLs in the collection
- >-
GH-2208 Added a new option `--ssl-extra-ca-certs` to extend well known
"root" CAs with the extra certificates in the file
chores:
- GH-2209 Added `nyc` and `codecov` for test coverage
- GH-2236 Updated dependencies
4.5.7:
date: 2019-12-06
chores:
- Updated dependencies
4.5.6:
date: 2019-11-18
chores:
- Updated dependencies
4.5.5:
fixed bugs:
- Fixed a bug where runtime execution crashes on Node v12
- >-
GH-2062 Added warnings for "reporter not found" and "reporter could not be
loaded"
chores:
- Updated dependencies
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:
- >-
GH-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:
- >-
GH-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:
- GH-1823 Added missing skipped flag to assertion information aggregator
4.2.2:
date: 2018-11-07
fixed bugs:
- >-
GH-1784 Updated postman-runtime to v7.4.2, which fixes a hawk security
vulnerability
4.2.1:
date: 2018-11-04
fixed bugs:
- GH-1779 Updated postman-runtime to v7.4.1
4.2.0:
date: 2018-11-03
new features:
- >-
GH-1776 Introduced the generic postman/newman Docker image, bumped Node
version to 10
- GH-1731 Added support for custom HTTP verbs
docs:
- GH-1717 Updated Docker image documentation
chores:
- GH-1770 Shifted to Travis for Windows builds
- >-
GH-1769 Added .gitattributes to enforce consistent line endings for .js
files
- >-
GH-1743 Updated CLI reporter left padding to account for commander v2.19
changes
- Updated dependencies
4.1.0:
date: 2018-08-29
new features:
- GH-1654 Added ability to select multiple folders for collection run
chores:
- GH-1687 Added `newmanVersion` in collection run options
- GH-1684 Fixed flaky tests
- Updated Dependencies
4.0.2:
date: 2018-08-09
fixed bugs:
- >-
GH-1673 Fixed a bug that prevented request errors from showing up in CLI
reports
4.0.1:
date: 2018-08-08
fixed bugs:
- GH-1669 Deprecated support for the v1 Postman Collection format
- GH-1670 Throw proper error message for invalid --color values
4.0.0:
date: 2018-08-06
new features:
- GH-1633 Added ability to run collection via Postman API UID reference
breaking changes:
- GH-1605 Dropped support for Node < v6
- GH-1610 Dropped support for v2 CLI options
- GH-1660 Dropped support for the v1 Postman Collection format
- >-
GH-1616 Moved inbuilt HTML reporter to a standalone reporter:
https://github.com/postmanlabs/newman-reporter-html
- 'GH-1653 Updated `color` option behaviour, dropped support for --no-color'
fixed bugs:
- 'GH-1609 Fixed CSV auto parse, to avoid parsing numbers inside quotes'
- GH-1630 Updated default timeout values to Infinity
chores:
- GH-1623 Refactored Newman CLI
- GH-1608 Updated ESLint rules
- GH-1618 Reformatted README
- Updated Dependencies
3.10.0:
date: 2018-07-04
new features:
- GH-1596 Added --reporter-cli-no-banner option
- GH-1551 Bumped Alpine Docker image Node version to v8
- GH-1555 Added failure list to HTML reports
fixed bugs:
- GH-1612 Fixed JUnit reports for failed cases
- >-
GH-1576 Accounted for cases where the export path is a pre-existing
directory
- GH-1601 Reversed reporter lookup logic
- GH-1584 Improved timeout messaging in HTML reports
- GH-1594 Fixed a bug that caused reporter flags to break with `=`
- GH-1592 Added a link to the Alpine Docker image
- GH-1583 Capped JUnit timing precision to 3 decimal places
- GH-1563 Ensured that all exported variable files have a valid name
- GH-1578 Switched to cli-table3
- GH-1575 Fixed typo in directory collection runner example
- >-
GH-1553 Fixed a bug that caused HTML reports to incorrectly duplicate
requests across multiple iterations
3.9.4:
date: 2018-05-25
fixed bugs:
- GH-1390 Improved failure table reporting details
- GH-1389 Fixed no-assertions behavior for the CLI reporter
- GH-1428 Corrected help text for missing arguments
- GH-1397 Added postpublish script for automated Docker image pushing
- GH-1416 Corrected Postman API reference link
- Switched to a YAML changelog 1448
- GH-1443 Corrected error representation in JUnit reports
- >-
GH-1496 Removed wait spinner from CLI output when --disable-unicode is
present
- GH-1450 Added support for --no-success-assertions
- GH-1528 Made folder and request IDs unique in generated HTML reports
- Updated dependencies
3.9.3:
date: 2018-01-19
fixed bugs:
- Updated dependencies
- GH-1385 Fixed minor formatting issues in the readme.
- >-
GH-1368 Updated folder collection runner example to exclude package*.json
files
3.9.2:
date: 2018-01-11
fixed bugs:
- Updated dependencies
- >-
GH-1366 Replaced deprecated Slack community link in the readme with the
shiny new Postman community
- GH-1350 Added setNextRequest information to the CLI reporter
- >-
GH-1331 Fixed a bug that caused legacy arguments to be processed out of
order
3.9.1:
date: 2017-12-08
fixed bugs:
- GH-1326 Fixed folder option handling
- GH-1323 Updated documentation for --bail and options.bail
- GH-1325 Fixed typographical error in issue template
3.9.0:
date: 2017-12-05
new features:
- GH-1320 Extended --bail`` to work with afolder` option
- GH-1298 Improved help text for incorrect usage
- GH-1292 Added a name field to all applicable errors
- GH-1278 Migrated from argparse to commander
- GH-1277 Added support for a global timeout option
- GH-1275 Migrated from istanbul to nyc
- GH-1273 Tests now run on Node v8 as well
3.8.3:
date: 2017-10-04
fixed bugs:
- Updated dependencies
- >-
GH-1227 Added timeout-script to extend default sandbox script execution
timeouts
- GH-1206 Corrected failure table handle in non TTY environments
- GH-1218 Made JSON parsing more robust
3.8.2:
date: 2017-09-18
fixed bugs:
- Updated dependencies.
- >-
GH-1202 Fixed a bug that caused csv files with comma spaces to be
processed incorrectly.
- GH-1191 Corrected programmatic iterationData usage in README.
- GH-1197 Fixed broken link in parallel-collection-runs.js
3.8.1:
date: 2017-08-18
fixed bugs:
- GH-1173 Updated postman-runtime to v6.2.6
- GH-1172 Updated postman-collection to v2.1.1
3.8.0:
date: 2017-06-25
new features:
- GH-1142 Added support for global variable specification via the CLI
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:
- >-
GH-1110 Bumped Collection SDK to v2.0.2, which contains ProxyConfig
improvements.
- >-
GH-1115 Ensured that failed fetches from resource URLs result in a
non-zero exit code.
- >-
GH-1105 Fixed a backward compatibility bug related to Buffer construction
in the HTML reporter.
3.7.4:
date: 2017-06-29
fixed bugs:
- GH-1099 Corrected response.body reference in the HTML reporter
3.7.3:
date: 2017-06-28
fixed bugs:
- Updated dependencies.
- >-
GH-1098 Restored response.body in the data supplied to the HTML reporter
template.
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:
- GH-1082 Updated postman-collection-transformer to v2.1.4
3.7.0:
date: 2017-06-19
new features:
- >-
GH-1080 Fixed a bug that caused empty results in response.json() and
response.text()
- >-
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
- GH-1026 Ensured that stdout is flushed on process.exit in CLI mode
- GH-1062 Fixed type error for failed requests in the HTML reporter
- >-
GH-1039 Updated JUnit reporter to add time attribute to testsuites and
testcase elements
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:
- GH-949 Fixed a bug which caused some test results to not be displayed
- 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:
- GH-859 Fixed a bug in the CLI reporter for Newman programmatic usage
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:
- >-
GH-553 Fixed issue with environment and globals export format was using
wrong property names
- 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
- GH-547 Fixed a bug in the timeout request flag
- 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