@camunda8/orchestration-cluster-api 9.1.0-alpha.1 → 10.0.0-alpha.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 +12 -0
- package/dist/{chunk-UREVLY2G.js → chunk-DJPE2IJO.js} +2 -2
- package/dist/chunk-DJPE2IJO.js.map +1 -0
- package/dist/fp/index.cjs +1 -1
- package/dist/fp/index.cjs.map +1 -1
- package/dist/fp/index.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-UREVLY2G.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# [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)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
* feat!: bootstrap SDK 10.x for Camunda server 8.10 ([92c590f](https://github.com/camunda/orchestration-cluster-api-js/commit/92c590f77ba80b5b199b187f64515acead91a16e))
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
### BREAKING CHANGES
|
|
8
|
+
|
|
9
|
+
* SDK major version 10 tracks Camunda server minor 8.10.
|
|
10
|
+
This is a version-only breaking change to advance the alpha prerelease
|
|
11
|
+
series from 9.x to 10.x on main.
|
|
12
|
+
|
|
1
13
|
# [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)
|
|
2
14
|
|
|
3
15
|
|
|
@@ -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.1";
|
|
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-DJPE2IJO.js.map
|