postman-runtime 7.41.0 → 7.41.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 +12 -0
- package/dist/index.js +1 -1
- package/lib/requester/core.js +1 -0
- package/lib/requester/requester-pool.js +1 -0
- package/lib/runner/run.js +3 -0
- package/package.json +3 -3
package/CHANGELOG.yaml
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
7.41.2:
|
|
2
|
+
date: 2024-08-16
|
|
3
|
+
fixed bugs:
|
|
4
|
+
- Fixed a bug where script host was not disposed after the run
|
|
5
|
+
chores:
|
|
6
|
+
- GH-1443 Added support for `agentIdleTimeout` configuration
|
|
7
|
+
|
|
8
|
+
7.41.1:
|
|
9
|
+
date: 2024-08-06
|
|
10
|
+
chores:
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
|
|
1
13
|
7.41.0:
|
|
2
14
|
date: 2024-08-01
|
|
3
15
|
new features:
|