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)
- 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)
- 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)
- #225 ci: update deps and adjust types
5.0.0 (2021-11-26)
4.2.9 (2021-07-27)
- publish under @villedemontreal scope
4.2.3-alpha.0 (2020-11-27)
4.2.2 (2020-09-23)
Note: Version bump only for package root
- #213 fix: retryTimeoutInMs → retryTimeout (@sylvain-bouchard)
- Sylvain Bouchard (@sylvain-bouchard)
- #172 docs(examples): add camunda-cloud
- Olivier Albertini (@OlivierAlbertini)
- Sylvain Bouchard (@sylvain-bouchard)
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
- #141 Add subscription options for task filtering through 'camunda-external-task-client-js' (@sylvain-bouchard)
- #143 Export 'Interceptors' class to ease custom process handler implementation (@sylvain-bouchard)
[email protected] (2019-12-31)
- #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 tellIMessage<MyCustomBody, IWorkflowProps<MyCustomProps>>
instead ofIMessage<MyCustomBody, MyCustomProps>
. The reason is that IMessage is a generic interface andIWorkflowProps
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
- Remove Opencensus deps
- Move samples folder to examples folder at root level
- Add getting started folder
[email protected] (2019-09-14)
- #43 feat(worker-cli): improve init template
[email protected] (2019-09-14)
- #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.
- #60 feat: add automatic tracing. BREAKING CHANGE We removed opentracing for using opencensus.
[email protected] (2019-07-17)
- #55 feat(zeebe): add 0.20.0 compatibility
[email protected] (2019-07-16)
- #45 docs(readme): #35 add version matrix (@jperron-ca)
- #41 feat(workit-camunda): update to zeebe 0.19.0
[email protected] (2019-07-04)
- #42 fix(workit-camunda): regression from zeebe-node 2.3.0
[email protected] (2019-06-30)
- #29 feat(worker-cli): update deps and init template
[email protected] (2019-06-30)
🚀 (Enhancement)
- #26 fix: remove console.log
- #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)
- #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
- Add pagination to
getWorkflows
method. BREAKING CHANGE : the return type isIPagination<IWorkflow>