postman-runtime 7.41.1 → 7.42.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,3 +1,18 @@
1
+ 7.42.0:
2
+ date: 2024-09-04
3
+ new features:
4
+ - GH-1452 Enabled async access to vault secrets
5
+ - GH-1413 Added support for initializing local variables
6
+ chores:
7
+ - GH-1452 Update dependencies
8
+
9
+ 7.41.2:
10
+ date: 2024-08-16
11
+ fixed bugs:
12
+ - Fixed a bug where script host was not disposed after the run
13
+ chores:
14
+ - GH-1443 Added support for `agentIdleTimeout` configuration
15
+
1
16
  7.41.1:
2
17
  date: 2024-08-06
3
18
  chores:
package/README.md CHANGED
@@ -51,6 +51,9 @@ runner.run(collection, {
51
51
  // Globals (a "VariableScope" from the SDK)
52
52
  globals: new sdk.VariableScope(),
53
53
 
54
+ // Local variables (a "VariableScope" from the SDK)
55
+ localVariables: new sdk.VariableScope(),
56
+
54
57
  // Execute a folder/request using id/name or path
55
58
  entrypoint: {
56
59
  // execute a folder/request using id or name