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