8.9.0-alpha.27 (2026-04-02)
- address review comments on mTLS tests and docs (c7c26df)
8.9.0-alpha.26 (2026-04-02)
- address PR review comments (eac304d)
- correct type errors in SDK examples (4c95f12)
- remove redundant dynamic UserTaskKey imports (078f083)
8.9.0-alpha.25 (2026-04-01)
- remove duplicate import (48f6d95)
- embed specHash from spec-metadata.json in published package (1377f44), closes #90
- embed specHash from spec-metadata.json in published package (3e0b4f8), closes #90
8.9.0-alpha.24 (2026-03-30)
8.9.0-alpha.23 (2026-03-30)
- address PR review comments (fd357d5)
- address PR review comments on heritable worker defaults (efec39c)
- config: add signedInt schema type for CAMUNDA_WORKER_REQUEST_TIMEOUT (9f9f794)
- tests: convert threaded handler fixtures to .js for Node 20 compat (1e5f7b1)
- threadedJobWorker: extract validated fields to fix TS strict null errors (7097cbd)
- threadPool: don't pass TS strip flags to workers on Node < 22 (dbf18d3)
- use number types for int config overrides in tests and examples (f7bfa2f)
- wire README worker-defaults examples into snippet injection (7759561)
- heritable worker defaults via CAMUNDA_WORKER_* env vars (0311308)
8.9.0-alpha.22 (2026-03-30)
- address PR review comments (ae51b85)
- address PR review comments on job corrections (3a82c3a)
- address review comments on PR #85 (3d3a810)
- restore 'Later, on shutdown:' comment and fix test formatting (aed9ba5)
- support job corrections in worker job.complete() (790e15d)
8.9.0-alpha.21 (2026-03-25)
- add void suppressions and fix unused variables in examples (36c8c6d)
8.9.0-alpha.20 (2026-03-24)
- remove unused p-retry dependency (4065fa2)
8.9.0-alpha.19 (2026-03-23)
- address PR review comments (028f361)
- address review feedback for Node 20 compat and type imports (de1000c)
- correct type errors in readme examples (ddea9ad)
- add compilable README examples with snippet sync (a687a47)
8.9.0-alpha.18 (2026-03-21)
- prevent fetch wrapper accumulation and abort listener leak (b5658d6)
8.9.0-alpha.17 (2026-03-20)
- lazy-load zod validation schemas to reduce baseline memory footprint (3d598ef)
8.9.0-alpha.16 (2026-03-19)
- threaded worker performance regression fix (dad2fa8)
- use correct default port in docker-compose (3cb1641)
8.9.0-alpha.15 (2026-03-19)
- respawn worker threads after error/exit (0155eff)
8.9.0-alpha.14 (2026-03-18)
- address PR review comments for threaded worker (3eabf5d)
- emit threadWorkerEntry to dist and resolve path in ESM (3f00041)
- fix constraint validation for unicode regex (8347376)
- add performance test, rebuild latest (1984ad3)
- add threadedJobWorker (1e6b049)
- build from latest stable/8.9 (2798004)
- rebuild from latest stable/8.9 (e2c8d04)
8.9.0-alpha.13 (2026-03-09)
- add backoff-at-floor to backpressure algorithm (a0504bc)
8.9.0-alpha.12 (2026-03-08)
- build from hardened contract in 8.9 (03ef35a)
8.9.0-alpha.11 (2026-03-06)
- add per-operation retry config. New tuning for backpressure (9dd921a)
8.9.0-alpha.10 (2026-03-05)
- tune backpressure (b64c6f1)
8.9.0-alpha.9 (2026-03-05)
8.9.0-alpha.8 (2026-03-02)
- support deprecated enums (a1a2290)
8.9.0-alpha.7 (2026-03-02)
- rebuild from upstream spec (efd13cb)
8.9.0-alpha.6 (2026-02-17)
- regenerate from latest schema (c2d9dff)
1.2.4-alpha.1 (2026-01-22)
- correctly type optional parameters (8fef8c8)
- enhance response validation error message (d138134)
- handle multi-part spec (86ac930)
- spec: prevent path-local $like refs breaking dts build (3b75200)
1.2.3 (2025-12-05)
- support fetchVariables in job worker (b672d8d)
1.2.2 (2025-12-01)
- set default requestTimeout to 0 (c18a22a)
1.2.1 (2025-11-28)
- add job.error method (285e743)
1.2.0 (2025-11-13)
- add silly level logging (a8a4aad)
1.1.5 (2025-11-13)
1.1.4 (2025-11-13)
- ci: prevent BUILDINFO drift from parallel matrix jobs (45edce6)
- gen: regenerate artifacts (da77e80)
- mark methods experimental (f88a8cd)
- remove pre-release note (0c3c26d)
- update dependencies (faacf92)
1.1.3 (2025-11-10)
- log backpressure at debug (ef8fd69)
1.1.2 (2025-11-10)
- fix typings upstream (3b933df)
- specify poll timeout in worker (7c8f217)
- update some typings (0085ac2)
1.1.1 (2025-11-07)
- preserve cancelable promise in loose client (c1d49ba)
1.1.0 (2025-11-05)
- add CamundaSupportLogger (2562abc)
- enrich activated jobs with resolution methods (2bbd361)
- log telemetry at trace level (822bf29)
- propagate cancel throw to caller (c69fc0c)
- use injected support logger (b46606b)
- add v2 to configured REST address (21899b2)
- add v2 to default base url (5812e21)
- enrich createResource after validation (8a31753)
- add camundacon demos (f7b8d9c)
- add default TenantId config (e881fe2)
- add default tenantId to json bodies (96a1730)
- add global adaptive backpressure (2fbb5c8)
- add retry, fix tests (94aac1c)
- allow backpressure profile via ctor (64f88b0)
- backoff on 500 and 503 (9909ebc)
- backpressure legacy mode (4c92277)
- camundacon demos (8e0f7ad)
- cross-platform Camunda 8 OC API client (2e47bd7)
- enable backpressure tuning (923efe3)
- implement job worker (4fc3501)
- use es for camundacon (d598a1e)