@forge/runtime 5.9.0-next.0 → 5.9.0-next.1-experimental-ee31b41

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.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @forge/runtime
2
2
 
3
+ ## 5.9.0-next.1-experimental-ee31b41
4
+
5
+ ### Minor Changes
6
+
7
+ - 146721e: allow contextAri in async event queue paths and use its value to replace {cloudId}
8
+ - 2a08e4c: allow contextAri in async event queue paths and use its value to replace {cloudId}
9
+
10
+ ## 5.9.0-next.1
11
+
12
+ ### Minor Changes
13
+
14
+ - 146721e: allow contextAri in async event queue paths and use its value to replace {cloudId}
15
+
3
16
  ## 5.9.0-next.0
4
17
 
5
18
  ### Minor Changes
@@ -6,6 +6,7 @@ export declare const XEN_RUNTIME_EGRESS_DISCLOSURE_ENABLED = "xen-runtime-egress
6
6
  export declare const XEN_RUNTIME_ENABLE_NETWORK_LIMITS = "xen-runtime-enable-network-limits";
7
7
  export declare const XEN_RUNTIME_SHOULD_BLOCK_EXTERNAL_FETCH = "xen-runtime-should-block-external-fetch";
8
8
  export declare const XEN_RUNTIME_SHOULD_REPORT_METRICS = "xen-runtime-should-report-metrics";
9
+ export declare const XEN_RUNTIME_USE_CONTEXT_ARI_IN_QUEUE_PATHS = "xen-runtime-use-context-ari-in-queue-paths";
9
10
  export declare class FeatureFlags {
10
11
  private flags;
11
12
  static fromRequestMetaData(metaData: Metadata): FeatureFlags;
@@ -1 +1 @@
1
- {"version":3,"file":"feature-flag.d.ts","sourceRoot":"","sources":["../src/feature-flag.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGrC,eAAO,MAAM,yCAAyC,8CAA8C,CAAC;AACrG,eAAO,MAAM,2BAA2B,gCAAgC,CAAC;AACzE,eAAO,MAAM,gCAAgC,qCAAqC,CAAC;AACnF,eAAO,MAAM,qCAAqC,0CAA0C,CAAC;AAC7F,eAAO,MAAM,iCAAiC,sCAAsC,CAAC;AACrF,eAAO,MAAM,uCAAuC,4CAA4C,CAAC;AACjG,eAAO,MAAM,iCAAiC,sCAAsC,CAAC;AAErF,qBAAa,YAAY;IAIX,OAAO,CAAC,KAAK;WAHX,mBAAmB,CAAC,QAAQ,EAAE,QAAQ;gBAGhC,KAAK,EAAE,MAAM,EAAE;IAC5B,oBAAoB,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO;CAGnD"}
1
+ {"version":3,"file":"feature-flag.d.ts","sourceRoot":"","sources":["../src/feature-flag.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGrC,eAAO,MAAM,yCAAyC,8CAA8C,CAAC;AACrG,eAAO,MAAM,2BAA2B,gCAAgC,CAAC;AACzE,eAAO,MAAM,gCAAgC,qCAAqC,CAAC;AACnF,eAAO,MAAM,qCAAqC,0CAA0C,CAAC;AAC7F,eAAO,MAAM,iCAAiC,sCAAsC,CAAC;AACrF,eAAO,MAAM,uCAAuC,4CAA4C,CAAC;AACjG,eAAO,MAAM,iCAAiC,sCAAsC,CAAC;AACrF,eAAO,MAAM,0CAA0C,+CAA+C,CAAC;AACvG,qBAAa,YAAY;IAIX,OAAO,CAAC,KAAK;WAHX,mBAAmB,CAAC,QAAQ,EAAE,QAAQ;gBAGhC,KAAK,EAAE,MAAM,EAAE;IAC5B,oBAAoB,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO;CAGnD"}
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.FeatureFlags = exports.XEN_RUNTIME_SHOULD_REPORT_METRICS = exports.XEN_RUNTIME_SHOULD_BLOCK_EXTERNAL_FETCH = exports.XEN_RUNTIME_ENABLE_NETWORK_LIMITS = exports.XEN_RUNTIME_EGRESS_DISCLOSURE_ENABLED = exports.XEN_RUNTIME_ENABLE_EGRESS_FILTER = exports.SHOULD_ATTACH_TOKEN_FOR_APP = exports.SHOULD_ATTACH_TOKEN_FOR_ATLASSIAN_ACCOUNT = void 0;
3
+ exports.FeatureFlags = exports.XEN_RUNTIME_USE_CONTEXT_ARI_IN_QUEUE_PATHS = exports.XEN_RUNTIME_SHOULD_REPORT_METRICS = exports.XEN_RUNTIME_SHOULD_BLOCK_EXTERNAL_FETCH = exports.XEN_RUNTIME_ENABLE_NETWORK_LIMITS = exports.XEN_RUNTIME_EGRESS_DISCLOSURE_ENABLED = exports.XEN_RUNTIME_ENABLE_EGRESS_FILTER = exports.SHOULD_ATTACH_TOKEN_FOR_APP = exports.SHOULD_ATTACH_TOKEN_FOR_ATLASSIAN_ACCOUNT = void 0;
4
4
  exports.SHOULD_ATTACH_TOKEN_FOR_ATLASSIAN_ACCOUNT = 'should-attach-token-for-atlassian-account';
5
5
  exports.SHOULD_ATTACH_TOKEN_FOR_APP = 'should-attach-token-for-app';
6
6
  exports.XEN_RUNTIME_ENABLE_EGRESS_FILTER = 'xen-runtime-enable-egress-filter';
@@ -8,6 +8,7 @@ exports.XEN_RUNTIME_EGRESS_DISCLOSURE_ENABLED = 'xen-runtime-egress-disclosure-e
8
8
  exports.XEN_RUNTIME_ENABLE_NETWORK_LIMITS = 'xen-runtime-enable-network-limits';
9
9
  exports.XEN_RUNTIME_SHOULD_BLOCK_EXTERNAL_FETCH = 'xen-runtime-should-block-external-fetch';
10
10
  exports.XEN_RUNTIME_SHOULD_REPORT_METRICS = 'xen-runtime-should-report-metrics';
11
+ exports.XEN_RUNTIME_USE_CONTEXT_ARI_IN_QUEUE_PATHS = 'xen-runtime-use-context-ari-in-queue-paths';
11
12
  class FeatureFlags {
12
13
  flags;
13
14
  static fromRequestMetaData(metaData) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/runtime",
3
- "version": "5.9.0-next.0",
3
+ "version": "5.9.0-next.1-experimental-ee31b41",
4
4
  "description": "A Node.js runtime for Atlassian app functions",
5
5
  "author": "Atlassian",
6
6
  "license": "UNLICENSED",