postman-runtime 7.31.3 → 7.32.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.yaml +17 -8
- package/dist/index.js +1 -1
- package/lib/authorizer/jwt.js +11 -4
- package/lib/requester/dry-run.js +43 -4
- package/lib/runner/request-helpers-presend.js +37 -1
- package/package.json +6 -5
package/CHANGELOG.yaml
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
7.32.0:
|
|
2
|
+
date: 2023-03-31
|
|
3
|
+
new features:
|
|
4
|
+
- GH-1274 Added support for stripping JSON comments in raw body
|
|
5
|
+
fixed bugs:
|
|
6
|
+
- GH-1279 Fixed a bug in JWT where empty header prefix was not handled
|
|
7
|
+
chores:
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
|
|
1
10
|
7.31.3:
|
|
2
11
|
date: 2023-03-10
|
|
3
12
|
fixed bugs:
|
|
@@ -470,7 +479,7 @@
|
|
|
470
479
|
date: 2019-04-26
|
|
471
480
|
new features:
|
|
472
481
|
- GH-818 Added support for multiple files in form-data body
|
|
473
|
-
- GH-819 Handle CookieStore events on `execution.cookies.${id}`
|
|
482
|
+
- 'GH-819 Handle CookieStore events on `execution.cookies.${id}`'
|
|
474
483
|
chores:
|
|
475
484
|
- GH-815 Allow empty string as variables in GraphQL body
|
|
476
485
|
- Updated dependencies
|
|
@@ -807,7 +816,7 @@
|
|
|
807
816
|
6.4.0:
|
|
808
817
|
date: 2017-09-28
|
|
809
818
|
new features:
|
|
810
|
-
- Improved flows for NTLM, Digest, and OAuth2
|
|
819
|
+
- 'Improved flows for NTLM, Digest, and OAuth2'
|
|
811
820
|
- GH-382 Added script timeout option
|
|
812
821
|
- GH-408 Prevented max replay errors from bubling up
|
|
813
822
|
- GH-386 Added support for bearer-token auth
|
|
@@ -845,7 +854,7 @@
|
|
|
845
854
|
`request` event
|
|
846
855
|
- GH-337 Prevented headers with falsy keys from being sent with requests
|
|
847
856
|
chores:
|
|
848
|
-
- GH-353,354 Bumped Collection SDK to `v2.1.1` and Sandbox to `v2.3.1`
|
|
857
|
+
- 'GH-353,354 Bumped Collection SDK to `v2.1.1` and Sandbox to `v2.3.1`'
|
|
849
858
|
- GH-342 Expanded documentation for the `assertion` event
|
|
850
859
|
- GH-327 Ensured that the `tunnel` value is set from the request protocol
|
|
851
860
|
- Updated dependencies
|
|
@@ -876,7 +885,7 @@
|
|
|
876
885
|
- >-
|
|
877
886
|
GH-298 Bumped Postman Sandbox to v2.3.0, which includes support for
|
|
878
887
|
synchronous csv-parse
|
|
879
|
-
- GH-297 Bumped Postman Collection SDK to v1.2.9, with critical bugfixes
|
|
888
|
+
- 'GH-297 Bumped Postman Collection SDK to v1.2.9, with critical bugfixes'
|
|
880
889
|
- Updated other dependencies
|
|
881
890
|
|
|
882
891
|
6.2.1:
|
|
@@ -909,7 +918,7 @@
|
|
|
909
918
|
// }
|
|
910
919
|
}
|
|
911
920
|
chores:
|
|
912
|
-
- Updated dependencies, pruned lodash3
|
|
921
|
+
- 'Updated dependencies, pruned lodash3'
|
|
913
922
|
- GH-281 Used updated Sandbox with momentjs included
|
|
914
923
|
|
|
915
924
|
6.1.6:
|
|
@@ -1316,7 +1325,7 @@
|
|
|
1316
1325
|
2.4.0:
|
|
1317
1326
|
date: 2016-08-12
|
|
1318
1327
|
new features:
|
|
1319
|
-
- Changes to the Node script sandbox, SugarJS now works correctly.
|
|
1328
|
+
- 'Changes to the Node script sandbox, SugarJS now works correctly.'
|
|
1320
1329
|
- Ensure that `getResponseCookie` is case-insensitive always
|
|
1321
1330
|
- >-
|
|
1322
1331
|
Check to ensure that Runtime does not crash if the path for file uploads
|
|
@@ -1382,8 +1391,8 @@
|
|
|
1382
1391
|
2.2.1:
|
|
1383
1392
|
date: 2016-07-21
|
|
1384
1393
|
fixed bugs:
|
|
1385
|
-
- Allow setting of duplicate headers (same name, but different value)
|
|
1386
|
-
- Do not send a request body if the body type is set, but it is empty
|
|
1394
|
+
- 'Allow setting of duplicate headers (same name, but different value)'
|
|
1395
|
+
- 'Do not send a request body if the body type is set, but it is empty'
|
|
1387
1396
|
|
|
1388
1397
|
2.2.0:
|
|
1389
1398
|
date: 2016-07-19
|