postman-runtime 7.41.2 → 7.43.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,20 @@
1
+ 7.43.0:
2
+ date: 2024-10-30
3
+ new features:
4
+ - GH-1478 Added support for lazily fetching vault access status
5
+ fixed bugs:
6
+ - >-
7
+ GH-1480 Fixed a bug where vault domain matching did not work with port in
8
+ URL
9
+
10
+ 7.42.0:
11
+ date: 2024-09-04
12
+ new features:
13
+ - GH-1452 Enabled async access to vault secrets
14
+ - GH-1413 Added support for initializing local variables
15
+ chores:
16
+ - GH-1452 Update dependencies
17
+
1
18
  7.41.2:
2
19
  date: 2024-08-16
3
20
  fixed bugs:
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