postman-runtime 7.32.1 → 7.32.3
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 +18 -8
- package/dist/index.js +1 -1
- package/lib/authorizer/jwt.js +3 -3
- package/package.json +10 -10
package/CHANGELOG.yaml
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
7.32.3:
|
|
2
|
+
date: 2023-06-08
|
|
3
|
+
chores:
|
|
4
|
+
- Updated dependencies
|
|
5
|
+
|
|
6
|
+
7.32.2:
|
|
7
|
+
date: 2023-04-10
|
|
8
|
+
chores:
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
1
11
|
7.32.1:
|
|
2
12
|
date: 2023-04-05
|
|
3
13
|
fixed bugs:
|
|
@@ -486,7 +496,7 @@
|
|
|
486
496
|
date: 2019-04-26
|
|
487
497
|
new features:
|
|
488
498
|
- GH-818 Added support for multiple files in form-data body
|
|
489
|
-
-
|
|
499
|
+
- GH-819 Handle CookieStore events on `execution.cookies.${id}`
|
|
490
500
|
chores:
|
|
491
501
|
- GH-815 Allow empty string as variables in GraphQL body
|
|
492
502
|
- Updated dependencies
|
|
@@ -823,7 +833,7 @@
|
|
|
823
833
|
6.4.0:
|
|
824
834
|
date: 2017-09-28
|
|
825
835
|
new features:
|
|
826
|
-
-
|
|
836
|
+
- Improved flows for NTLM, Digest, and OAuth2
|
|
827
837
|
- GH-382 Added script timeout option
|
|
828
838
|
- GH-408 Prevented max replay errors from bubling up
|
|
829
839
|
- GH-386 Added support for bearer-token auth
|
|
@@ -861,7 +871,7 @@
|
|
|
861
871
|
`request` event
|
|
862
872
|
- GH-337 Prevented headers with falsy keys from being sent with requests
|
|
863
873
|
chores:
|
|
864
|
-
-
|
|
874
|
+
- GH-353,354 Bumped Collection SDK to `v2.1.1` and Sandbox to `v2.3.1`
|
|
865
875
|
- GH-342 Expanded documentation for the `assertion` event
|
|
866
876
|
- GH-327 Ensured that the `tunnel` value is set from the request protocol
|
|
867
877
|
- Updated dependencies
|
|
@@ -892,7 +902,7 @@
|
|
|
892
902
|
- >-
|
|
893
903
|
GH-298 Bumped Postman Sandbox to v2.3.0, which includes support for
|
|
894
904
|
synchronous csv-parse
|
|
895
|
-
-
|
|
905
|
+
- GH-297 Bumped Postman Collection SDK to v1.2.9, with critical bugfixes
|
|
896
906
|
- Updated other dependencies
|
|
897
907
|
|
|
898
908
|
6.2.1:
|
|
@@ -925,7 +935,7 @@
|
|
|
925
935
|
// }
|
|
926
936
|
}
|
|
927
937
|
chores:
|
|
928
|
-
-
|
|
938
|
+
- Updated dependencies, pruned lodash3
|
|
929
939
|
- GH-281 Used updated Sandbox with momentjs included
|
|
930
940
|
|
|
931
941
|
6.1.6:
|
|
@@ -1332,7 +1342,7 @@
|
|
|
1332
1342
|
2.4.0:
|
|
1333
1343
|
date: 2016-08-12
|
|
1334
1344
|
new features:
|
|
1335
|
-
-
|
|
1345
|
+
- Changes to the Node script sandbox, SugarJS now works correctly.
|
|
1336
1346
|
- Ensure that `getResponseCookie` is case-insensitive always
|
|
1337
1347
|
- >-
|
|
1338
1348
|
Check to ensure that Runtime does not crash if the path for file uploads
|
|
@@ -1398,8 +1408,8 @@
|
|
|
1398
1408
|
2.2.1:
|
|
1399
1409
|
date: 2016-07-21
|
|
1400
1410
|
fixed bugs:
|
|
1401
|
-
-
|
|
1402
|
-
-
|
|
1411
|
+
- Allow setting of duplicate headers (same name, but different value)
|
|
1412
|
+
- Do not send a request body if the body type is set, but it is empty
|
|
1403
1413
|
|
|
1404
1414
|
2.2.0:
|
|
1405
1415
|
date: 2016-07-19
|