@camunda8/orchestration-cluster-api 10.0.0-alpha.14 → 10.0.0-alpha.15

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,3 +1,10 @@
1
+ # [10.0.0-alpha.15](https://github.com/camunda/orchestration-cluster-api-js/compare/v10.0.0-alpha.14...v10.0.0-alpha.15) (2026-07-02)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * change default CAMUNDA_SDK_LOG_LEVEL from 'error' to 'info' ([839b7ab](https://github.com/camunda/orchestration-cluster-api-js/commit/839b7abb95fee0e7802980802aa1117b2473486c)), closes [#274](https://github.com/camunda/orchestration-cluster-api-js/issues/274)
7
+
1
8
  # [10.0.0-alpha.14](https://github.com/camunda/orchestration-cluster-api-js/compare/v10.0.0-alpha.13...v10.0.0-alpha.14) (2026-07-01)
2
9
 
3
10
 
@@ -5842,7 +5842,7 @@ var SCHEMA = {
5842
5842
  CAMUNDA_SDK_LOG_LEVEL: {
5843
5843
  type: "enum",
5844
5844
  choices: ["silent", "error", "warn", "info", "debug", "trace", "silly"],
5845
- default: "error",
5845
+ default: "info",
5846
5846
  doc: 'SDK log level. "silly" adds unsafe deep diagnostics including HTTP request and response bodies.'
5847
5847
  },
5848
5848
  CAMUNDA_SDK_TELEMETRY_LOG: {
@@ -6426,7 +6426,7 @@ function hydrateConfig(options = {}) {
6426
6426
  } : void 0
6427
6427
  },
6428
6428
  validation: { req: validation.req, res: validation.res, raw: validation.raw },
6429
- logLevel: rawMap.CAMUNDA_SDK_LOG_LEVEL || "error",
6429
+ logLevel: rawMap.CAMUNDA_SDK_LOG_LEVEL || "info",
6430
6430
  eventual: {
6431
6431
  pollDefaultMs: parseInt(rawMap.CAMUNDA_SDK_EVENTUAL_POLL_DEFAULT_MS || "500", 10)
6432
6432
  },
@@ -6700,7 +6700,7 @@ function installAuthInterceptor(client2, getStrategy, getAuthHeaders) {
6700
6700
  }
6701
6701
 
6702
6702
  // src/runtime/version.ts
6703
- var packageVersion = "10.0.0-alpha.14";
6703
+ var packageVersion = "10.0.0-alpha.15";
6704
6704
 
6705
6705
  // src/runtime/supportLogger.ts
6706
6706
  var NoopSupportLogger = class {
@@ -8677,7 +8677,7 @@ var CamundaClient = class {
8677
8677
  _schemasPromise = null;
8678
8678
  _loadSchemas() {
8679
8679
  if (!this._schemasPromise) {
8680
- this._schemasPromise = import("./zod.gen-7PI6QBPP.js");
8680
+ this._schemasPromise = import("./zod.gen-2Z6CY4DY.js");
8681
8681
  }
8682
8682
  return this._schemasPromise;
8683
8683
  }
@@ -19752,4 +19752,4 @@ export {
19752
19752
  withTimeoutTE,
19753
19753
  eventuallyTE
19754
19754
  };
19755
- //# sourceMappingURL=chunk-IV7WMOID.js.map
19755
+ //# sourceMappingURL=chunk-BDHUY2UM.js.map