Skip to content

Commit 1b2c84a

Browse files
committed
Merge branch 'release/7.45.0'
2 parents a7e5863 + 9849446 commit 1b2c84a

File tree

3 files changed

+194
-25
lines changed

3 files changed

+194
-25
lines changed

CHANGELOG.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
7.45.0:
2+
date: 2025-07-30
3+
new features:
4+
- GH-1520 Add support for SOCKS proxy
5+
chores:
6+
- GH-1520 Updated dependencies
7+
18
7.44.1:
29
date: 2025-06-12
310
chores:

package-lock.json

Lines changed: 184 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postman-runtime",
3-
"version": "7.44.1",
3+
"version": "7.45.0",
44
"description": "Underlying library of executing Postman Collections",
55
"author": "Postman Inc.",
66
"license": "Apache-2.0",
@@ -54,8 +54,8 @@
5454
"node-forge": "1.3.1",
5555
"node-oauth1": "1.3.0",
5656
"performance-now": "2.1.0",
57-
"postman-collection": "5.0.2",
58-
"postman-request": "2.88.1-postman.42",
57+
"postman-collection": "5.1.0",
58+
"postman-request": "2.88.1-postman.43",
5959
"postman-sandbox": "6.1.2",
6060
"postman-url-encoder": "3.0.7",
6161
"serialised-error": "1.1.3",

0 commit comments

Comments
 (0)