postman-runtime 7.31.3 → 7.32.1
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 +24 -8
- package/dist/index.js +1 -1
- package/lib/authorizer/jwt.js +11 -4
- package/lib/requester/dry-run.js +72 -4
- package/lib/runner/request-helpers-presend.js +65 -1
- package/package.json +6 -5
package/CHANGELOG.yaml
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
7.32.1:
|
|
2
|
+
date: 2023-04-05
|
|
3
|
+
fixed bugs:
|
|
4
|
+
- >-
|
|
5
|
+
GH-1284 Fixed a bug where JSON comments were not stripped from raw body
|
|
6
|
+
for JSON `Content-Type`
|
|
7
|
+
|
|
8
|
+
7.32.0:
|
|
9
|
+
date: 2023-03-31
|
|
10
|
+
new features:
|
|
11
|
+
- GH-1274 Added support for stripping JSON comments in raw body
|
|
12
|
+
fixed bugs:
|
|
13
|
+
- GH-1279 Fixed a bug in JWT where empty header prefix was not handled
|
|
14
|
+
chores:
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
1
17
|
7.31.3:
|
|
2
18
|
date: 2023-03-10
|
|
3
19
|
fixed bugs:
|
|
@@ -470,7 +486,7 @@
|
|
|
470
486
|
date: 2019-04-26
|
|
471
487
|
new features:
|
|
472
488
|
- GH-818 Added support for multiple files in form-data body
|
|
473
|
-
- GH-819 Handle CookieStore events on `execution.cookies.${id}`
|
|
489
|
+
- 'GH-819 Handle CookieStore events on `execution.cookies.${id}`'
|
|
474
490
|
chores:
|
|
475
491
|
- GH-815 Allow empty string as variables in GraphQL body
|
|
476
492
|
- Updated dependencies
|
|
@@ -807,7 +823,7 @@
|
|
|
807
823
|
6.4.0:
|
|
808
824
|
date: 2017-09-28
|
|
809
825
|
new features:
|
|
810
|
-
- Improved flows for NTLM, Digest, and OAuth2
|
|
826
|
+
- 'Improved flows for NTLM, Digest, and OAuth2'
|
|
811
827
|
- GH-382 Added script timeout option
|
|
812
828
|
- GH-408 Prevented max replay errors from bubling up
|
|
813
829
|
- GH-386 Added support for bearer-token auth
|
|
@@ -845,7 +861,7 @@
|
|
|
845
861
|
`request` event
|
|
846
862
|
- GH-337 Prevented headers with falsy keys from being sent with requests
|
|
847
863
|
chores:
|
|
848
|
-
- GH-353,354 Bumped Collection SDK to `v2.1.1` and Sandbox to `v2.3.1`
|
|
864
|
+
- 'GH-353,354 Bumped Collection SDK to `v2.1.1` and Sandbox to `v2.3.1`'
|
|
849
865
|
- GH-342 Expanded documentation for the `assertion` event
|
|
850
866
|
- GH-327 Ensured that the `tunnel` value is set from the request protocol
|
|
851
867
|
- Updated dependencies
|
|
@@ -876,7 +892,7 @@
|
|
|
876
892
|
- >-
|
|
877
893
|
GH-298 Bumped Postman Sandbox to v2.3.0, which includes support for
|
|
878
894
|
synchronous csv-parse
|
|
879
|
-
- GH-297 Bumped Postman Collection SDK to v1.2.9, with critical bugfixes
|
|
895
|
+
- 'GH-297 Bumped Postman Collection SDK to v1.2.9, with critical bugfixes'
|
|
880
896
|
- Updated other dependencies
|
|
881
897
|
|
|
882
898
|
6.2.1:
|
|
@@ -909,7 +925,7 @@
|
|
|
909
925
|
// }
|
|
910
926
|
}
|
|
911
927
|
chores:
|
|
912
|
-
- Updated dependencies, pruned lodash3
|
|
928
|
+
- 'Updated dependencies, pruned lodash3'
|
|
913
929
|
- GH-281 Used updated Sandbox with momentjs included
|
|
914
930
|
|
|
915
931
|
6.1.6:
|
|
@@ -1316,7 +1332,7 @@
|
|
|
1316
1332
|
2.4.0:
|
|
1317
1333
|
date: 2016-08-12
|
|
1318
1334
|
new features:
|
|
1319
|
-
- Changes to the Node script sandbox, SugarJS now works correctly.
|
|
1335
|
+
- 'Changes to the Node script sandbox, SugarJS now works correctly.'
|
|
1320
1336
|
- Ensure that `getResponseCookie` is case-insensitive always
|
|
1321
1337
|
- >-
|
|
1322
1338
|
Check to ensure that Runtime does not crash if the path for file uploads
|
|
@@ -1382,8 +1398,8 @@
|
|
|
1382
1398
|
2.2.1:
|
|
1383
1399
|
date: 2016-07-21
|
|
1384
1400
|
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
|
|
1401
|
+
- 'Allow setting of duplicate headers (same name, but different value)'
|
|
1402
|
+
- 'Do not send a request body if the body type is set, but it is empty'
|
|
1387
1403
|
|
|
1388
1404
|
2.2.0:
|
|
1389
1405
|
date: 2016-07-19
|