Skip to content

Latest commit

 

History

History
329 lines (183 loc) · 29.6 KB

CHANGELOG.md

File metadata and controls

329 lines (183 loc) · 29.6 KB

8.6.15 (2024-10-24)

Bug Fixes

  • modeler: correct HTTP methods for file methods. fixes #269 (7819baa)

8.6.14 (2024-10-24)

Bug Fixes

  • camunda8: correctly parse autostart parameter of JobWorker (cb95946)
  • camunda8: type variables in async process instance start as never (3055734)
  • lossless-parser: correctly parse number array (d69729a), closes #258
  • lossless-parser: throw on encountering Date, Map, or Set (bb5d8ea), closes #254
  • zeebe: do not override explicit ZEEBE_GRPC_ADDRESS with default ZEEBE_ADDRESS (cd6080f), closes #245
  • zeebe: throw on client if array passed as variables to CompleteJob (40a6316), closes #247

Features

  • camunda8: add C8RestClient (8e93c92), closes #235
  • camunda8: add modifyAuthorization method (0d97f68)
  • camunda8: complete deployResources feature (8043ac9)
  • camunda8: implement createProcessInstanceWithResult (4ec4fa1)
  • camunda8: implement deleteResource over REST (1dcb101), closes #251
  • camunda8: implement deployResources REST API (debd212)
  • camunda8: implement publishMessage over REST (057a9fe), closes #250
  • camunda8: support broadcastSignal over REST (43f82a4), closes #248
  • camunda8: support pluggable winston logging for C8RestClient (d41d3f8)
  • camunda8: support updateElementInstanceVariables (7de82b7), closes #249
  • repo: support passing middleware (1b7715e), closes #261
  • zeebe: add operationReference field to gRPC methods (2e5af66), closes #237
  • zeebe: create and cancel process instances over REST (a49d217)
  • zeebe: lossless parse REST variables and customheaders (f19a252), closes #244

8.6.13 (2024-09-26)

Bug Fixes

  • operate: use post request for decision definitions and decision instances endpoints (419ae56)

8.6.12 (2024-08-30)

Bug Fixes

  • zeebe: fail job if variables cannot be parsed (495c05e), closes #236

8.6.11 (2024-08-21)

Bug Fixes

  • oauth: uri encode clientId and clientSecret (dd8583a), closes #230

8.6.10 (2024-07-29)

Bug Fixes

  • lossless-parser: correctly handle null in objects (b712651), closes #212

8.6.9 (2024-07-29)

Features

  • zeebe: add support for ZEEBE_INSECURE_CONNECTION env var (ed14df8)
  • zeebe: fix activate jobs stream (68bb5da)

8.6.8 (2024-07-12)

Bug Fixes

8.6.7 (2024-06-21)

Bug Fixes

  • docs: update config for disabling authentication (df5879f)

8.6.6 (2024-06-18)

Bug Fixes

  • optimize: fix exportReportDefinitions REST call path (e5f5da7), closes #192

8.6.5 (2024-06-18)

Bug Fixes

  • zeebe: add headers to all REST method calls (9b99177)

8.6.4 (2024-06-13)

Bug Fixes

  • optimize: fix labelVariables method (b8a4c68)

8.6.3 (2024-06-13)

Bug Fixes

  • specify the correct audience when getting an Optimize auth token (#185) (a852281)

8.6.2 (2024-06-12)

Bug Fixes

  • zeebe: security fix for grpc-js dependency update (#180) (f43d956)

Features

8.6.1-alpha.2 (2024-06-12)

Bug Fixes

  • zeebe: security fix for grpc-js dependency update (#180) (f43d956)

8.6.1 (2024-06-10)

8.6.1-alpha.1 (2024-06-07)

Features

8.6.0 (2024-06-05)

8.5.5-alpha.1 (2024-06-05)

Features

8.5.4 (2024-05-24)

Bug Fixes

  • issue137: support ZEEBE_REST_ADDRESS and ZEEBE_GRPC_ADDRESS environment variables (#159) (41fdca0)
  • oauth: correctly expire cached token (#164) (c86e550), closes #163

Features

  • camunda8: support Basic Auth (d6acdfd), closes #165
  • oauth: add conditional loading of client key and cert for getting a token (#161) (f05aa8a)
  • zeebe: support Zeebe User Task REST API (022607b), closes #34

8.5.4-alpha.2 (2024-05-22)

Bug Fixes

  • issue137: support ZEEBE_REST_ADDRESS and ZEEBE_GRPC_ADDRESS environment variables (#159) (41fdca0)
  • oauth: correctly expire cached token (#164) (c86e550), closes #163

Features

  • zeebe: support Zeebe User Task REST API (022607b), closes #34

8.5.4-alpha.1 (2024-05-15)

Features

  • oauth: add conditional loading of client key and cert for getting a token (#161) (f05aa8a)

8.5.3 (2024-05-08)

Bug Fixes

8.5.2 (2024-05-07)

Bug Fixes

  • zeebe: waitForReady deadline not miliseconds, but date (#148) (12db206)

Features

Reverts

  • Revert "fix(zeebe): waitForReady deadline not miliseconds, but date (#148)" (#149) (f8c0c7d), closes #148 #149

8.5.2-alpha.1 (2024-05-07)

Bug Fixes

Features

8.5.1 (2024-05-05)

Features

8.5.1-alpha.4 (2024-05-03)

Features

8.5.1-alpha.3 (2024-04-29)

Bug Fixes

  • tasklist: correct default value of includeVariables parameter in tasklist variables search (#136) (23af921)

8.5.1-alpha.2 (2024-04-20)

Features

8.5.1-alpha.1 (2024-04-09)

Features

  • repo: add stack traces to async REST errors (#131) (ef8d9c6)

8.5.0 (2024-04-08)

Bug Fixes

  • issue118: add smoke test and type surface tests (fe0c709), closes #118
  • repo: add note on "supported" (#107) (fc45d61), closes #70
  • repo: make fix type commits release a new package (ded83cf)
  • repo: only git commit on npm publish success (9012764)
  • repo: use ts-patch to transform module mapping in output (#112) (7efdcf3), closes #110

8.4.1 (2024-04-08)

Features

  • oauth: support optional scope in OAuth request (#25) (0451b80)
  • operate: add multitenant support and lossless Json parsing (#82) (cf49a71), closes #78 #67
  • repo: add enhanced debug output for http errors (#88) (881b039), closes #87
  • tasklist: add multitenant support to tasklist (#85) (46bb564)
  • zeebe: add MigrateProcessInstance (#97) (2a9a123), closes #49
  • zeebe: implement deleteResource (#73) (0cd08b7)
  • zeebe: implement lossless parsing of job payload (#95) (57f3ea8), closes #81
  • zeebe: normalise useragent, thread config (#94) (c1c4211)
  • zeebe: remove deployProcess method (#71) (6cb98f0)

8.5.0-alpha.6 (2024-04-08)

Bug Fixes

  • issue118: add smoke test and type surface tests (fe0c709), closes #118

8.5.0-alpha.5 (2024-04-07)

Bug Fixes

  • repo: make fix type commits release a new package (ded83cf)

8.5.0-alpha.4 (2024-04-05)

Bug Fixes

  • repo: use ts-patch to transform module mapping in output (#112) (7efdcf3), closes #110

8.5.0-alpha.3 (2024-04-05)

Bug Fixes

  • repo: only git commit on npm publish success (9012764)

8.5.0-alpha.2 (2024-04-05)

Bug Fixes

8.5.0-alpha.1 (2024-04-04)

Features

  • oauth: support optional scope in OAuth request (#25) (0451b80)
  • operate: add multitenant support and lossless Json parsing (#82) (cf49a71), closes #78 #67
  • repo: add enhanced debug output for http errors (#88) (881b039), closes #87
  • tasklist: add multitenant support to tasklist (#85) (46bb564)
  • zeebe: add MigrateProcessInstance (#97) (2a9a123), closes #49
  • zeebe: implement deleteResource (#73) (0cd08b7)
  • zeebe: implement lossless parsing of job payload (#95) (57f3ea8), closes #81
  • zeebe: normalise useragent, thread config (#94) (c1c4211)
  • zeebe: remove deployProcess method (#71) (6cb98f0)

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

8.4.0 (2024-02-01)

Bug Fixes

  • REST getForm returns a flattened shape of the form compared to GraphQL (58ec6d1)

Features

  • configure specs to import configuration from .env file (00804d1)
  • tasklist: enable multiple clusters via constructor options (#16) (fb12e25)