Skip to content

Latest commit

 

History

History
216 lines (115 loc) · 8.41 KB

CHANGELOG.md

File metadata and controls

216 lines (115 loc) · 8.41 KB

Change Log

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

6.0.6-dev (2024-05-06)

Bug Fixes

  • adjust mapping between sfn variables and workit (e9b5436)

6.0.5-dev (2024-04-29)

Note: Version bump only for package root

6.0.4-dev (2024-04-25)

  • Preparing docs for Step functions
  • Fixes issues for Step functions related libs

6.0.3-dev (2024-02-28)

Features

  • add aws step function client (4d5b372)

5.0.2 (2022-03-25)

Note: Version bump only for package root

5.0.1 (2022-02-18)

📚 (Refine Doc)

  • #225 ci: update deps and adjust types

5.0.0 (2021-11-26)

Features 💥 Breaking Change

4.2.9 (2021-07-27)

Bug Fixes

🚀 (Enhancement) (from tag v4.2.7)

  • publish under @villedemontreal scope

Features (from tag v4.2.5)

  • add plugin system to workit (#216) (3d28cab (from alpha 4.2.3-alpha.0)
  • update dependencies

4.2.3-alpha.0 (2020-11-27)

Features

4.2.2 (2020-09-23)

Note: Version bump only for package root

4.2.1 (2020-09-23)

🐛 (Bug Fix)

Committers: 1

4.2.0 (2020-09-15)

🚀 (Enhancement)

  • #212 Use custom retry timeout upon failure
  • #178 fix: move from tslint to eslint

📚 (Refine Doc)

  • #172 docs(examples): add camunda-cloud

Committers: 2

4.1.0 (2020-03-12)

🚀 (Enhancement)

  • workit-types, workit-zeebe-client
    • #161 feat(zeebe): upgrade to 0.22.1
  • workit-bpm-client, workit-camunda, workit-core, workit-types, workit-zeebe-client
    • #158 fix(opentelemetry): upgrade to 0.4.0

4.0.4 (2020-02-05)

🚀 (Enhancement)

  • #141 Add subscription options for task filtering through 'camunda-external-task-client-js' (@sylvain-bouchard)

🔧 Core

[email protected] (2019-12-31)

💥 Breaking Change

  • #89 refactor(workit): add workit-types package
    • rename IPropertiesBase => IWorkflowPropsBase
    • rename Properties => IWorkflowProps
    • Now in IMessage, properties is not of type IWorkflowProps but just it's just a generic so you need to tell IMessage<MyCustomBody, IWorkflowProps<MyCustomProps>> instead of IMessage<MyCustomBody, MyCustomProps>. The reason is that IMessage is a generic interface and IWorkflowProps is for Camunda usage. Workit can be used with rabbitmq, aws sqs etc.. If we develop clients like we did with Zeebe and Camunda BPM.
  • #110 feat(opentelemetry): switch to opentelemetry
    • Replace Opencensus to OpenTelemetry

🐛 (Bug Fix)

- Remove Opencensus deps

📚 (Refine Doc)

- Move samples folder to examples folder at root level
- Add getting started folder

[email protected] (2019-09-14)

✨ (Feature)

  • #43 feat(worker-cli): improve init template

[email protected] (2019-09-14)

🐛 (Bug Fix)

  • #83 fix(workit-camunda): froze zeebe-node to 0.20.1

[email protected] (2019-08-21)

Note: Increase the coverage. Add circleci for integration tests.

📚 (Refine Doc)

  • #58 docs: improving getting started documentation (@poolfoot)

✨ (Feature)

  • #60 feat: add automatic tracing. BREAKING CHANGE We removed opentracing for using opencensus.

[email protected] (2019-07-17)

✨ (Feature)

  • #55 feat(zeebe): add 0.20.0 compatibility

[email protected] (2019-07-16)

📚 (Refine Doc)

✨ (Feature)

  • #41 feat(workit-camunda): update to zeebe 0.19.0

[email protected] (2019-07-04)

🐛 (Bug Fix)

  • #42 fix(workit-camunda): regression from zeebe-node 2.3.0

📚 (Refine Doc)

  • #33 docs(readme): minor spelling fix (@jwulf)

[email protected] (2019-06-30)

🔧 Core

  • #29 feat(worker-cli): update deps and init template

[email protected] (2019-06-30)

🚀 (Enhancement)

  • #26 fix: remove console.log

📚 (Refine Doc)

  • #18 #19 docs: add readme translation and fix broken link
  • #21 #16 docs: typos and add traductions
  • #11 chore(markdown): add linter for *.md files

[email protected] (2019-06-30)

📚 (Refine Doc)

  • #18 #19 docs: add readme translation and fix broken link
  • #21 #16 docs: typos and add traductions
  • #11 chore(markdown): add linter for *.md files

💥 Breaking Change

  • Add pagination to getWorkflows method. BREAKING CHANGE : the return type is IPagination<IWorkflow>