Skip to content

Latest commit

 

History

History
213 lines (122 loc) · 21.3 KB

CHANGELOG.md

File metadata and controls

213 lines (122 loc) · 21.3 KB

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)