Skip to content

Latest commit

 

History

History
296 lines (168 loc) · 19.2 KB

File metadata and controls

296 lines (168 loc) · 19.2 KB

8.9.0-alpha.27 (2026-04-02)

Bug Fixes

  • address review comments on mTLS tests and docs (c7c26df)

Features

  • support CA-only TLS (self-signed server certs) (25f11a7), closes #108

8.9.0-alpha.26 (2026-04-02)

Bug Fixes

  • 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)

Bug Fixes

  • remove duplicate import (48f6d95)

Features

  • 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)

Bug Fixes

  • harden README code injection (4745468), closes #87

8.9.0-alpha.23 (2026-03-30)

Bug Fixes

  • 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)

Features

  • heritable worker defaults via CAMUNDA_WORKER_* env vars (0311308)

8.9.0-alpha.22 (2026-03-30)

Bug Fixes

  • 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)

Features

  • support job corrections in worker job.complete() (790e15d)

8.9.0-alpha.21 (2026-03-25)

Bug Fixes

  • add void suppressions and fix unused variables in examples (36c8c6d)

8.9.0-alpha.20 (2026-03-24)

Bug Fixes

  • remove unused p-retry dependency (4065fa2)

8.9.0-alpha.19 (2026-03-23)

Bug Fixes

  • address PR review comments (028f361)
  • address review feedback for Node 20 compat and type imports (de1000c)
  • correct type errors in readme examples (ddea9ad)

Features

  • add compilable README examples with snippet sync (a687a47)

8.9.0-alpha.18 (2026-03-21)

Bug Fixes

  • prevent fetch wrapper accumulation and abort listener leak (b5658d6)

8.9.0-alpha.17 (2026-03-20)

Features

  • lazy-load zod validation schemas to reduce baseline memory footprint (3d598ef)

8.9.0-alpha.16 (2026-03-19)

Bug Fixes

  • threaded worker performance regression fix (dad2fa8)
  • use correct default port in docker-compose (3cb1641)

8.9.0-alpha.15 (2026-03-19)

Bug Fixes

  • respawn worker threads after error/exit (0155eff)

8.9.0-alpha.14 (2026-03-18)

Bug Fixes

  • 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)

Features

  • 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)

Features

  • add backoff-at-floor to backpressure algorithm (a0504bc)

8.9.0-alpha.12 (2026-03-08)

Features

  • build from hardened contract in 8.9 (03ef35a)

8.9.0-alpha.11 (2026-03-06)

Features

  • add per-operation retry config. New tuning for backpressure (9dd921a)

8.9.0-alpha.10 (2026-03-05)

Features

8.9.0-alpha.9 (2026-03-05)

Features

  • add startup jitter for workers (95b431d)
  • regenerate from stable/8.9 (390a04e)

8.9.0-alpha.8 (2026-03-02)

Features

  • support deprecated enums (a1a2290)

8.9.0-alpha.7 (2026-03-02)

Bug Fixes

  • rebuild from upstream spec (efd13cb)

8.9.0-alpha.6 (2026-02-17)

Features

  • regenerate from latest schema (c2d9dff)

1.2.4-alpha.1 (2026-01-22)

Bug Fixes

  • 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)

Features

  • build 8.9 from monorepo spec (a80303d)
  • build from 8.9 spec (e4ab53c)

1.2.3 (2025-12-05)

Bug Fixes

  • support fetchVariables in job worker (b672d8d)

1.2.2 (2025-12-01)

Bug Fixes

  • set default requestTimeout to 0 (c18a22a)

1.2.1 (2025-11-28)

Bug Fixes

1.2.0 (2025-11-13)

Features

  • add silly level logging (a8a4aad)

1.1.5 (2025-11-13)

Bug Fixes

  • use creds from SaaS correctly. fixes #28 (348bc9e)

1.1.4 (2025-11-13)

Bug Fixes

  • 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)

Bug Fixes

  • log backpressure at debug (ef8fd69)

1.1.2 (2025-11-10)

Bug Fixes

1.1.1 (2025-11-07)

Bug Fixes

  • preserve cancelable promise in loose client (c1d49ba)

1.1.0 (2025-11-05)

Features

  • 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)

1.0.0 (2025-10-23)

Bug Fixes

  • add v2 to configured REST address (21899b2)
  • add v2 to default base url (5812e21)
  • enrich createResource after validation (8a31753)

Features

  • 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)