postman-runtime 7.32.3 → 7.34.0

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,5 +1,25 @@
1
+ 7.34.0:
2
+ date: 2023-10-19
3
+ new features:
4
+ - GH-1340 Added support for ASAP authentication
5
+ chores:
6
+ - Updated dependencies
7
+
8
+ 7.33.0:
9
+ date: 2023-08-04
10
+ new features:
11
+ - >-
12
+ GH-1326 Added support for uploading binary files via base64 encoded string
13
+ in formdata and file mode body
14
+ fixed bugs:
15
+ - GH-1312 Fixed a bug where dns lookup used to fail on Node.js v20
16
+ chores:
17
+ - Updated dependencies
18
+
1
19
  7.32.3:
2
20
  date: 2023-06-08
21
+ fixed bugs:
22
+ - GH-1306 Fixed a bug where JWT base64 secret was not decoded correctly
3
23
  chores:
4
24
  - Updated dependencies
5
25