postman-runtime 7.28.0 → 7.28.4
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 +46 -8
- package/dist/index.js +1 -1
- package/lib/authorizer/auth-interface.js +8 -1
- package/lib/authorizer/ntlm.js +22 -2
- package/lib/authorizer/oauth1.js +56 -14
- package/lib/requester/requester.js +17 -4
- package/lib/runner/instruction.js +3 -0
- package/lib/runner/request-helpers-presend.js +1 -1
- package/package.json +12 -11
package/CHANGELOG.yaml
CHANGED
|
@@ -1,3 +1,41 @@
|
|
|
1
|
+
7.28.4:
|
|
2
|
+
date: 2021-08-16
|
|
3
|
+
fixed bugs:
|
|
4
|
+
- >-
|
|
5
|
+
Fixed a bug where NTLM could not complete authentication if a single
|
|
6
|
+
`www-authenticate` header was sent with multiple schemes
|
|
7
|
+
chores:
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
|
|
10
|
+
7.28.3:
|
|
11
|
+
date: 2021-07-25
|
|
12
|
+
fixed bugs:
|
|
13
|
+
- >-
|
|
14
|
+
GH-1163 Fixed a bug where `protocolProfileBehavior.disableUrlEncoding`
|
|
15
|
+
option was not respected in OAuth 1.0 authorizer
|
|
16
|
+
chores:
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
|
|
19
|
+
7.28.2:
|
|
20
|
+
date: 2021-06-24
|
|
21
|
+
fixed bugs:
|
|
22
|
+
- >-
|
|
23
|
+
GH-1161 Fixed a bug where cookies set in the request and response callback
|
|
24
|
+
don't account for redirects
|
|
25
|
+
chores:
|
|
26
|
+
- Bumped postman-collection dependency to v4
|
|
27
|
+
- Updated dependencies
|
|
28
|
+
|
|
29
|
+
7.28.1:
|
|
30
|
+
date: 2021-06-16
|
|
31
|
+
fixed bugs:
|
|
32
|
+
- >-
|
|
33
|
+
GH-1158 Fixed a bug where invalid OAuth 1.0 signature was generated for
|
|
34
|
+
encoded query parameters
|
|
35
|
+
chores:
|
|
36
|
+
- Added secure codecov publish script
|
|
37
|
+
- Updated dependencies
|
|
38
|
+
|
|
1
39
|
7.28.0:
|
|
2
40
|
date: 2021-04-11
|
|
3
41
|
new features:
|
|
@@ -365,7 +403,7 @@
|
|
|
365
403
|
date: 2019-04-26
|
|
366
404
|
new features:
|
|
367
405
|
- GH-818 Added support for multiple files in form-data body
|
|
368
|
-
-
|
|
406
|
+
- GH-819 Handle CookieStore events on `execution.cookies.${id}`
|
|
369
407
|
chores:
|
|
370
408
|
- GH-815 Allow empty string as variables in GraphQL body
|
|
371
409
|
- Updated dependencies
|
|
@@ -702,7 +740,7 @@
|
|
|
702
740
|
6.4.0:
|
|
703
741
|
date: 2017-09-28
|
|
704
742
|
new features:
|
|
705
|
-
-
|
|
743
|
+
- Improved flows for NTLM, Digest, and OAuth2
|
|
706
744
|
- GH-382 Added script timeout option
|
|
707
745
|
- GH-408 Prevented max replay errors from bubling up
|
|
708
746
|
- GH-386 Added support for bearer-token auth
|
|
@@ -740,7 +778,7 @@
|
|
|
740
778
|
`request` event
|
|
741
779
|
- GH-337 Prevented headers with falsy keys from being sent with requests
|
|
742
780
|
chores:
|
|
743
|
-
-
|
|
781
|
+
- GH-353,354 Bumped Collection SDK to `v2.1.1` and Sandbox to `v2.3.1`
|
|
744
782
|
- GH-342 Expanded documentation for the `assertion` event
|
|
745
783
|
- GH-327 Ensured that the `tunnel` value is set from the request protocol
|
|
746
784
|
- Updated dependencies
|
|
@@ -771,7 +809,7 @@
|
|
|
771
809
|
- >-
|
|
772
810
|
GH-298 Bumped Postman Sandbox to v2.3.0, which includes support for
|
|
773
811
|
synchronous csv-parse
|
|
774
|
-
-
|
|
812
|
+
- GH-297 Bumped Postman Collection SDK to v1.2.9, with critical bugfixes
|
|
775
813
|
- Updated other dependencies
|
|
776
814
|
|
|
777
815
|
6.2.1:
|
|
@@ -804,7 +842,7 @@
|
|
|
804
842
|
// }
|
|
805
843
|
}
|
|
806
844
|
chores:
|
|
807
|
-
-
|
|
845
|
+
- Updated dependencies, pruned lodash3
|
|
808
846
|
- GH-281 Used updated Sandbox with momentjs included
|
|
809
847
|
|
|
810
848
|
6.1.6:
|
|
@@ -1211,7 +1249,7 @@
|
|
|
1211
1249
|
2.4.0:
|
|
1212
1250
|
date: 2016-08-12
|
|
1213
1251
|
new features:
|
|
1214
|
-
-
|
|
1252
|
+
- Changes to the Node script sandbox, SugarJS now works correctly.
|
|
1215
1253
|
- Ensure that `getResponseCookie` is case-insensitive always
|
|
1216
1254
|
- >-
|
|
1217
1255
|
Check to ensure that Runtime does not crash if the path for file uploads
|
|
@@ -1277,8 +1315,8 @@
|
|
|
1277
1315
|
2.2.1:
|
|
1278
1316
|
date: 2016-07-21
|
|
1279
1317
|
fixed bugs:
|
|
1280
|
-
-
|
|
1281
|
-
-
|
|
1318
|
+
- Allow setting of duplicate headers (same name, but different value)
|
|
1319
|
+
- Do not send a request body if the body type is set, but it is empty
|
|
1282
1320
|
|
|
1283
1321
|
2.2.0:
|
|
1284
1322
|
date: 2016-07-19
|