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