@camunda8/orchestration-cluster-api 9.1.0 → 10.0.0-alpha.2
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 +36 -16
- package/dist/{chunk-HITO27AC.js → chunk-MPDW3NIE.js} +2 -2
- package/dist/chunk-MPDW3NIE.js.map +1 -0
- package/dist/fp/index.cjs +1 -1
- package/dist/fp/index.cjs.map +1 -1
- package/dist/fp/index.d.cts +1 -1
- package/dist/fp/index.d.ts +1 -1
- package/dist/fp/index.js +1 -1
- package/dist/{index-iQD-RC8z.d.cts → index-DCO1POBR.d.cts} +10 -10
- package/dist/{index-C-cbKqyy.d.ts → index-NxMS1fuh.d.ts} +10 -10
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/dist/chunk-HITO27AC.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,44 +1,64 @@
|
|
|
1
|
-
# [
|
|
1
|
+
# [10.0.0-alpha.2](https://github.com/camunda/orchestration-cluster-api-js/compare/v10.0.0-alpha.1...v10.0.0-alpha.2) (2026-04-14)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
7
|
-
* remove range from current stable branch to fix ERELEASEBRANCHES ([6863f2c](https://github.com/camunda/orchestration-cluster-api-js/commit/6863f2c9d616b91e9c6ff3ea12cf82bc492d2317))
|
|
8
|
-
* remove range from main prerelease branch config ([bcca3cf](https://github.com/camunda/orchestration-cluster-api-js/commit/bcca3cf2a819c475f938ae15f9175fe9550a925c))
|
|
6
|
+
* update RELEASE.md with correct promotion procedure and troubleshooting ([10660be](https://github.com/camunda/orchestration-cluster-api-js/commit/10660be8743465c9cd5370af7eed3999972a0716))
|
|
9
7
|
|
|
8
|
+
# [10.0.0-alpha.1](https://github.com/camunda/orchestration-cluster-api-js/compare/v9.1.0-alpha.1...v10.0.0-alpha.1) (2026-04-14)
|
|
10
9
|
|
|
11
|
-
### Features
|
|
12
|
-
|
|
13
|
-
* add example-app for SDK smoke testing ([a08e2ee](https://github.com/camunda/orchestration-cluster-api-js/commit/a08e2ee2864dc148e33e6df2261ad0d67dd9ec17))
|
|
14
10
|
|
|
15
|
-
|
|
11
|
+
* feat!: bootstrap SDK 10.x for Camunda server 8.10 ([92c590f](https://github.com/camunda/orchestration-cluster-api-js/commit/92c590f77ba80b5b199b187f64515acead91a16e))
|
|
16
12
|
|
|
17
13
|
|
|
18
|
-
###
|
|
14
|
+
### BREAKING CHANGES
|
|
19
15
|
|
|
20
|
-
*
|
|
16
|
+
* SDK major version 10 tracks Camunda server minor 8.10.
|
|
17
|
+
This is a version-only breaking change to advance the alpha prerelease
|
|
18
|
+
series from 9.x to 10.x on main.
|
|
21
19
|
|
|
22
|
-
|
|
20
|
+
# [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)
|
|
23
21
|
|
|
24
22
|
|
|
25
23
|
### Bug Fixes
|
|
26
24
|
|
|
27
|
-
* add built-in defaults for maxParallelJobs and jobTimeoutMs in worker constructors ([
|
|
25
|
+
* 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)
|
|
26
|
+
* add range constraint for main branch alpha prereleases ([7e35488](https://github.com/camunda/orchestration-cluster-api-js/commit/7e35488db4921ae10e883324c226665ecedd3af3))
|
|
27
|
+
* add range to stable branch config for semantic-release ordering ([3087736](https://github.com/camunda/orchestration-cluster-api-js/commit/3087736b786b48fef62810da9c884305ce2d2788))
|
|
28
|
+
* branch-aware release config — constrain stable branches with range ([5d3e751](https://github.com/camunda/orchestration-cluster-api-js/commit/5d3e751687d7347bb37827ce6c575325c83b1d13))
|
|
29
|
+
* document SDK major version creation workflow in MAINTAINER.md ([2b89502](https://github.com/camunda/orchestration-cluster-api-js/commit/2b8950221568b26564c05287173be2cc44c1962d))
|
|
30
|
+
* patch createWorker and createThreadedWorker to handle missing defaults ([5f9409c](https://github.com/camunda/orchestration-cluster-api-js/commit/5f9409ce9b3ee7051c08f8a72402ee278637ce2e))
|
|
31
|
+
* remove range from current stable branch to fix ERELEASEBRANCHES ([3b99176](https://github.com/camunda/orchestration-cluster-api-js/commit/3b99176e3fca61dac333fae8d6509dca40202da6))
|
|
32
|
+
* remove range from main prerelease branch config ([9e91aba](https://github.com/camunda/orchestration-cluster-api-js/commit/9e91aba7e425e6e2d7e48a25d4b5b8ec61cc479a))
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
### Features
|
|
28
36
|
|
|
29
|
-
|
|
37
|
+
* add example-app for SDK smoke testing ([b70cfda](https://github.com/camunda/orchestration-cluster-api-js/commit/b70cfda993101fb1578869f5622b0f8d8bf87a03))
|
|
38
|
+
|
|
39
|
+
# [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)
|
|
30
40
|
|
|
31
41
|
|
|
32
42
|
### Bug Fixes
|
|
33
43
|
|
|
34
|
-
*
|
|
44
|
+
* branch-aware release config — constrain stable branches with range ([5d3e751](https://github.com/camunda/orchestration-cluster-api-js/commit/5d3e751687d7347bb37827ce6c575325c83b1d13))
|
|
35
45
|
|
|
36
|
-
|
|
46
|
+
# [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)
|
|
37
47
|
|
|
38
48
|
|
|
39
49
|
### Bug Fixes
|
|
40
50
|
|
|
41
|
-
*
|
|
51
|
+
* 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)
|
|
52
|
+
* add range constraint for main branch alpha prereleases ([7e35488](https://github.com/camunda/orchestration-cluster-api-js/commit/7e35488db4921ae10e883324c226665ecedd3af3))
|
|
53
|
+
* add range to stable branch config for semantic-release ordering ([3087736](https://github.com/camunda/orchestration-cluster-api-js/commit/3087736b786b48fef62810da9c884305ce2d2788))
|
|
54
|
+
* patch createWorker and createThreadedWorker to handle missing defaults ([5f9409c](https://github.com/camunda/orchestration-cluster-api-js/commit/5f9409ce9b3ee7051c08f8a72402ee278637ce2e))
|
|
55
|
+
* remove range from current stable branch to fix ERELEASEBRANCHES ([3b99176](https://github.com/camunda/orchestration-cluster-api-js/commit/3b99176e3fca61dac333fae8d6509dca40202da6))
|
|
56
|
+
* remove range from main prerelease branch config ([9e91aba](https://github.com/camunda/orchestration-cluster-api-js/commit/9e91aba7e425e6e2d7e48a25d4b5b8ec61cc479a))
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
### Features
|
|
60
|
+
|
|
61
|
+
* add example-app for SDK smoke testing ([b70cfda](https://github.com/camunda/orchestration-cluster-api-js/commit/b70cfda993101fb1578869f5622b0f8d8bf87a03))
|
|
42
62
|
|
|
43
63
|
# [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)
|
|
44
64
|
|
|
@@ -4409,7 +4409,7 @@ function installAuthInterceptor(client2, getStrategy, getAuthHeaders) {
|
|
|
4409
4409
|
}
|
|
4410
4410
|
|
|
4411
4411
|
// src/runtime/version.ts
|
|
4412
|
-
var packageVersion = "
|
|
4412
|
+
var packageVersion = "10.0.0-alpha.2";
|
|
4413
4413
|
|
|
4414
4414
|
// src/runtime/supportLogger.ts
|
|
4415
4415
|
var NoopSupportLogger = class {
|
|
@@ -16715,4 +16715,4 @@ export {
|
|
|
16715
16715
|
withTimeoutTE,
|
|
16716
16716
|
eventuallyTE
|
|
16717
16717
|
};
|
|
16718
|
-
//# sourceMappingURL=chunk-
|
|
16718
|
+
//# sourceMappingURL=chunk-MPDW3NIE.js.map
|