@camunda8/orchestration-cluster-api 9.1.0-alpha.1 → 9.1.1

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,45 +1,51 @@
1
- # [9.1.0-alpha.1](https://github.com/camunda/orchestration-cluster-api-js/compare/v9.0.0...v9.1.0-alpha.1) (2026-04-14)
1
+ ## [9.1.1](https://github.com/camunda/orchestration-cluster-api-js/compare/v9.1.0...v9.1.1) (2026-04-29)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * add built-in defaults for maxParallelJobs and jobTimeoutMs in worker constructors ([58250b3](https://github.com/camunda/orchestration-cluster-api-js/commit/58250b3d798ad00b10335d4617cd8119e2c220a2)), closes [#145](https://github.com/camunda/orchestration-cluster-api-js/issues/145)
7
- * add range constraint for main branch alpha prereleases ([7e35488](https://github.com/camunda/orchestration-cluster-api-js/commit/7e35488db4921ae10e883324c226665ecedd3af3))
8
- * add range to stable branch config for semantic-release ordering ([3087736](https://github.com/camunda/orchestration-cluster-api-js/commit/3087736b786b48fef62810da9c884305ce2d2788))
9
- * branch-aware release config — constrain stable branches with range ([5d3e751](https://github.com/camunda/orchestration-cluster-api-js/commit/5d3e751687d7347bb37827ce6c575325c83b1d13))
10
- * document SDK major version creation workflow in MAINTAINER.md ([2b89502](https://github.com/camunda/orchestration-cluster-api-js/commit/2b8950221568b26564c05287173be2cc44c1962d))
11
- * patch createWorker and createThreadedWorker to handle missing defaults ([5f9409c](https://github.com/camunda/orchestration-cluster-api-js/commit/5f9409ce9b3ee7051c08f8a72402ee278637ce2e))
12
- * remove range from current stable branch to fix ERELEASEBRANCHES ([3b99176](https://github.com/camunda/orchestration-cluster-api-js/commit/3b99176e3fca61dac333fae8d6509dca40202da6))
13
- * remove range from main prerelease branch config ([9e91aba](https://github.com/camunda/orchestration-cluster-api-js/commit/9e91aba7e425e6e2d7e48a25d4b5b8ec61cc479a))
6
+ * **docker:** resolve ambiguous numberOfReplicas config ([78a64bc](https://github.com/camunda/orchestration-cluster-api-js/commit/78a64bc33e4f19d3df40a16161d7f6288a30a5d6))
7
+
8
+ # [9.1.0](https://github.com/camunda/orchestration-cluster-api-js/compare/v9.0.4...v9.1.0) (2026-04-14)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * add range to stable branch config for semantic-release ordering ([5bd8efd](https://github.com/camunda/orchestration-cluster-api-js/commit/5bd8efda0eaf230698f71eb5d04847fd886fe50b))
14
+ * remove range from current stable branch to fix ERELEASEBRANCHES ([6863f2c](https://github.com/camunda/orchestration-cluster-api-js/commit/6863f2c9d616b91e9c6ff3ea12cf82bc492d2317))
15
+ * remove range from main prerelease branch config ([bcca3cf](https://github.com/camunda/orchestration-cluster-api-js/commit/bcca3cf2a819c475f938ae15f9175fe9550a925c))
14
16
 
15
17
 
16
18
  ### Features
17
19
 
18
- * add example-app for SDK smoke testing ([b70cfda](https://github.com/camunda/orchestration-cluster-api-js/commit/b70cfda993101fb1578869f5622b0f8d8bf87a03))
20
+ * add example-app for SDK smoke testing ([a08e2ee](https://github.com/camunda/orchestration-cluster-api-js/commit/a08e2ee2864dc148e33e6df2261ad0d67dd9ec17))
19
21
 
20
- # [8.9.0-alpha.40](https://github.com/camunda/orchestration-cluster-api-js/compare/v8.9.0-alpha.39...v8.9.0-alpha.40) (2026-04-14)
22
+ ## [9.0.4](https://github.com/camunda/orchestration-cluster-api-js/compare/v9.0.3...v9.0.4) (2026-04-14)
21
23
 
22
24
 
23
25
  ### Bug Fixes
24
26
 
25
- * branch-aware release config constrain stable branches with range ([5d3e751](https://github.com/camunda/orchestration-cluster-api-js/commit/5d3e751687d7347bb37827ce6c575325c83b1d13))
27
+ * add range constraint for main branch alpha prereleases ([91ad247](https://github.com/camunda/orchestration-cluster-api-js/commit/91ad247c0fbc691269175a8c82e0bb1c70b25876))
26
28
 
27
- # [8.9.0-alpha.39](https://github.com/camunda/orchestration-cluster-api-js/compare/v8.9.0-alpha.38...v8.9.0-alpha.39) (2026-04-14)
29
+ ## [9.0.3](https://github.com/camunda/orchestration-cluster-api-js/compare/v9.0.2...v9.0.3) (2026-04-14)
28
30
 
29
31
 
30
32
  ### Bug Fixes
31
33
 
32
- * add built-in defaults for maxParallelJobs and jobTimeoutMs in worker constructors ([58250b3](https://github.com/camunda/orchestration-cluster-api-js/commit/58250b3d798ad00b10335d4617cd8119e2c220a2)), closes [#145](https://github.com/camunda/orchestration-cluster-api-js/issues/145)
33
- * add range constraint for main branch alpha prereleases ([7e35488](https://github.com/camunda/orchestration-cluster-api-js/commit/7e35488db4921ae10e883324c226665ecedd3af3))
34
- * add range to stable branch config for semantic-release ordering ([3087736](https://github.com/camunda/orchestration-cluster-api-js/commit/3087736b786b48fef62810da9c884305ce2d2788))
35
- * patch createWorker and createThreadedWorker to handle missing defaults ([5f9409c](https://github.com/camunda/orchestration-cluster-api-js/commit/5f9409ce9b3ee7051c08f8a72402ee278637ce2e))
36
- * remove range from current stable branch to fix ERELEASEBRANCHES ([3b99176](https://github.com/camunda/orchestration-cluster-api-js/commit/3b99176e3fca61dac333fae8d6509dca40202da6))
37
- * remove range from main prerelease branch config ([9e91aba](https://github.com/camunda/orchestration-cluster-api-js/commit/9e91aba7e425e6e2d7e48a25d4b5b8ec61cc479a))
34
+ * add built-in defaults for maxParallelJobs and jobTimeoutMs in worker constructors ([23674c4](https://github.com/camunda/orchestration-cluster-api-js/commit/23674c4a853718b7546bd7b67184382823666f8f)), closes [#145](https://github.com/camunda/orchestration-cluster-api-js/issues/145)
38
35
 
36
+ ## [9.0.2](https://github.com/camunda/orchestration-cluster-api-js/compare/v9.0.1...v9.0.2) (2026-04-14)
39
37
 
40
- ### Features
41
38
 
42
- * add example-app for SDK smoke testing ([b70cfda](https://github.com/camunda/orchestration-cluster-api-js/commit/b70cfda993101fb1578869f5622b0f8d8bf87a03))
39
+ ### Bug Fixes
40
+
41
+ * **docs:** add npm badges to README ([8cf1f73](https://github.com/camunda/orchestration-cluster-api-js/commit/8cf1f738710c4831ea57a74e9a4e050a5b03e5bb))
42
+
43
+ ## [9.0.1](https://github.com/camunda/orchestration-cluster-api-js/compare/v9.0.0...v9.0.1) (2026-04-14)
44
+
45
+
46
+ ### Bug Fixes
47
+
48
+ * release stable 9 SDK for Camunda server 8.9 ([671deb9](https://github.com/camunda/orchestration-cluster-api-js/commit/671deb9a1f67d665c1dfe0976c00656934d683d0))
43
49
 
44
50
  # [8.9.0-alpha.38](https://github.com/camunda/orchestration-cluster-api-js/compare/v8.9.0-alpha.37...v8.9.0-alpha.38) (2026-04-13)
45
51
 
@@ -4409,7 +4409,7 @@ function installAuthInterceptor(client2, getStrategy, getAuthHeaders) {
4409
4409
  }
4410
4410
 
4411
4411
  // src/runtime/version.ts
4412
- var packageVersion = "9.1.0-alpha.1";
4412
+ var packageVersion = "9.1.1";
4413
4413
 
4414
4414
  // src/runtime/supportLogger.ts
4415
4415
  var NoopSupportLogger = class {
@@ -6386,7 +6386,7 @@ var CamundaClient = class {
6386
6386
  _schemasPromise = null;
6387
6387
  _loadSchemas() {
6388
6388
  if (!this._schemasPromise) {
6389
- this._schemasPromise = import("./zod.gen-J3DNBFMQ.js");
6389
+ this._schemasPromise = import("./zod.gen-BU5BWYUA.js");
6390
6390
  }
6391
6391
  return this._schemasPromise;
6392
6392
  }
@@ -16715,4 +16715,4 @@ export {
16715
16715
  withTimeoutTE,
16716
16716
  eventuallyTE
16717
16717
  };
16718
- //# sourceMappingURL=chunk-UREVLY2G.js.map
16718
+ //# sourceMappingURL=chunk-ZHIFAOE5.js.map