postman-runtime 7.32.0 → 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 CHANGED
@@ -1,3 +1,15 @@
1
+ 7.32.2:
2
+ date: 2023-04-10
3
+ chores:
4
+ - Updated dependencies
5
+
6
+ 7.32.1:
7
+ date: 2023-04-05
8
+ fixed bugs:
9
+ - >-
10
+ GH-1284 Fixed a bug where JSON comments were not stripped from raw body
11
+ for JSON `Content-Type`
12
+
1
13
  7.32.0:
2
14
  date: 2023-03-31
3
15
  new features:
@@ -479,7 +491,7 @@
479
491
  date: 2019-04-26
480
492
  new features:
481
493
  - GH-818 Added support for multiple files in form-data body
482
- - 'GH-819 Handle CookieStore events on `execution.cookies.${id}`'
494
+ - GH-819 Handle CookieStore events on `execution.cookies.${id}`
483
495
  chores:
484
496
  - GH-815 Allow empty string as variables in GraphQL body
485
497
  - Updated dependencies
@@ -816,7 +828,7 @@
816
828
  6.4.0:
817
829
  date: 2017-09-28
818
830
  new features:
819
- - 'Improved flows for NTLM, Digest, and OAuth2'
831
+ - Improved flows for NTLM, Digest, and OAuth2
820
832
  - GH-382 Added script timeout option
821
833
  - GH-408 Prevented max replay errors from bubling up
822
834
  - GH-386 Added support for bearer-token auth
@@ -854,7 +866,7 @@
854
866
  `request` event
855
867
  - GH-337 Prevented headers with falsy keys from being sent with requests
856
868
  chores:
857
- - 'GH-353,354 Bumped Collection SDK to `v2.1.1` and Sandbox to `v2.3.1`'
869
+ - GH-353,354 Bumped Collection SDK to `v2.1.1` and Sandbox to `v2.3.1`
858
870
  - GH-342 Expanded documentation for the `assertion` event
859
871
  - GH-327 Ensured that the `tunnel` value is set from the request protocol
860
872
  - Updated dependencies
@@ -885,7 +897,7 @@
885
897
  - >-
886
898
  GH-298 Bumped Postman Sandbox to v2.3.0, which includes support for
887
899
  synchronous csv-parse
888
- - 'GH-297 Bumped Postman Collection SDK to v1.2.9, with critical bugfixes'
900
+ - GH-297 Bumped Postman Collection SDK to v1.2.9, with critical bugfixes
889
901
  - Updated other dependencies
890
902
 
891
903
  6.2.1:
@@ -918,7 +930,7 @@
918
930
  // }
919
931
  }
920
932
  chores:
921
- - 'Updated dependencies, pruned lodash3'
933
+ - Updated dependencies, pruned lodash3
922
934
  - GH-281 Used updated Sandbox with momentjs included
923
935
 
924
936
  6.1.6:
@@ -1325,7 +1337,7 @@
1325
1337
  2.4.0:
1326
1338
  date: 2016-08-12
1327
1339
  new features:
1328
- - 'Changes to the Node script sandbox, SugarJS now works correctly.'
1340
+ - Changes to the Node script sandbox, SugarJS now works correctly.
1329
1341
  - Ensure that `getResponseCookie` is case-insensitive always
1330
1342
  - >-
1331
1343
  Check to ensure that Runtime does not crash if the path for file uploads
@@ -1391,8 +1403,8 @@
1391
1403
  2.2.1:
1392
1404
  date: 2016-07-21
1393
1405
  fixed bugs:
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'
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
1396
1408
 
1397
1409
  2.2.0:
1398
1410
  date: 2016-07-19