From 8d3fd8f8855f3c8ed7b6e028e09ba0459b9bebe7 Mon Sep 17 00:00:00 2001 From: Olivier Albertini Date: Thu, 12 Mar 2020 13:24:01 -0400 Subject: [PATCH] chore(release): publish --- CHANGELOG.md | 46 ++++++++++++++++++++++- examples/basic/CHANGELOG.md | 12 ++++++ examples/basic/package.json | 8 ++-- examples/binding/CHANGELOG.md | 12 ++++++ examples/binding/package.json | 8 ++-- examples/event/CHANGELOG.md | 12 ++++++ examples/event/package.json | 8 ++-- examples/failure-strategy/CHANGELOG.md | 8 ++++ examples/failure-strategy/package.json | 8 ++-- examples/opentelemetry/CHANGELOG.md | 18 +++++++++ examples/opentelemetry/package.json | 8 ++-- examples/parallel/CHANGELOG.md | 11 ++++++ examples/parallel/package.json | 8 ++-- lerna.json | 10 +++-- packages/workit-bpm-client/CHANGELOG.md | 20 ++++++++++ packages/workit-bpm-client/package.json | 6 +-- packages/workit-camunda/CHANGELOG.md | 34 +++++++++++++++++ packages/workit-camunda/package.json | 10 ++--- packages/workit-core/CHANGELOG.md | 20 ++++++++++ packages/workit-core/package.json | 6 +-- packages/workit-types/CHANGELOG.md | 21 +++++++++++ packages/workit-types/package.json | 2 +- packages/workit-zeebe-client/CHANGELOG.md | 20 ++++++++++ packages/workit-zeebe-client/package.json | 6 +-- 24 files changed, 278 insertions(+), 44 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 708bf220..a960ca17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,52 @@ -# CHANGELOG +# Change Log All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 4.1.0 (2020-03-12) + + +### Bug Fixes + +* **opentelemetry:** upgrade to 0.4.0 ([#158](https://github.com/VilledeMontreal/workit/issues/158)) ([4fca936](https://github.com/VilledeMontreal/workit/commit/4fca93608cb8ecb0242f7d8fe406b14bec0dc80b)), closes [#113](https://github.com/VilledeMontreal/workit/issues/113) [#157](https://github.com/VilledeMontreal/workit/issues/157) +* correct url in getting-started readme ([#116](https://github.com/VilledeMontreal/workit/issues/116)) ([7c4897c](https://github.com/VilledeMontreal/workit/commit/7c4897c6ec888ccf2ea132ce3440e0a0e19c37a7)), closes [#117](https://github.com/VilledeMontreal/workit/issues/117) +* remove camunda-xx-client-js in workit-camunda ([#121](https://github.com/VilledeMontreal/workit/issues/121)) ([7d85f5c](https://github.com/VilledeMontreal/workit/commit/7d85f5cf59b91c5aef6ecd50d7a114866029c390)), closes [#120](https://github.com/VilledeMontreal/workit/issues/120) +* **package:** update camunda-external-task-client-js to version 1.2.0 ([a2911b2](https://github.com/VilledeMontreal/workit/commit/a2911b2c4015fb2edc213960677deab9df9be04f)) +* **package:** update config to version 3.2.0 ([0889dee](https://github.com/VilledeMontreal/workit/commit/0889dee045a89b54aa3244b9a163297304e11a4d)) +* **package:** update form-data to version 2.5.0 ([13a332a](https://github.com/VilledeMontreal/workit/commit/13a332aaf7ef550379701b8e10d9f8c129dfe939)) +* **package:** update opentracing to version 0.14.4 ([845f55e](https://github.com/VilledeMontreal/workit/commit/845f55e69722e3bdf179f5c4e053f1a9b705e0bc)) +* **package:** update workit-camunda to version 3.1.0 ([36bd15c](https://github.com/VilledeMontreal/workit/commit/36bd15c2dfd04509595db82baba10fe4f4593ba6)) +* **worker-cli:** remove maxTasks in template ([0541f64](https://github.com/VilledeMontreal/workit/commit/0541f64b91085f2f1a05b9f8e7e556b911690831)) +* remove opentracing refs ([e5a32cc](https://github.com/VilledeMontreal/workit/commit/e5a32ccb2e001a92bcfa152a71360a3e4106dd56)) +* **workit-camunda:** fix semver for zeebe-node ([d8ae65b](https://github.com/VilledeMontreal/workit/commit/d8ae65b9710ef6d7ba309ff4c9d0f5b586a1ee0b)) +* **workit-camunda:** regression from zeebe-node 2.3.0 ([07561c1](https://github.com/VilledeMontreal/workit/commit/07561c1ddcc566db5b3ab4fdce641cf18f8fa913)) +* **zeebe:** docker-compose volumes for dev-config ([5187e0a](https://github.com/VilledeMontreal/workit/commit/5187e0a68844bff3e313a744db23be5974dc54d5)) +* remove console.log ([2467f23](https://github.com/VilledeMontreal/workit/commit/2467f2347f302443c1917470d76958f3b5753890)) + + +### Features + +* **zeebe:** upgrade to 0.22.1 ([#161](https://github.com/VilledeMontreal/workit/issues/161)) ([662d36f](https://github.com/VilledeMontreal/workit/commit/662d36f68c864c6f2570f6ff2e4f711eb7d4245b)), closes [#82](https://github.com/VilledeMontreal/workit/issues/82) [#85](https://github.com/VilledeMontreal/workit/issues/85) +* add automatic tracing ([27913ba](https://github.com/VilledeMontreal/workit/commit/27913bada60ae2b07e38843ec2085db95a5b7646)) +* add subscription options for task filtering ([#141](https://github.com/VilledeMontreal/workit/issues/141)) ([a3d6f97](https://github.com/VilledeMontreal/workit/commit/a3d6f9769723575ab7122070283a546cf4070e7a)) +* export Interceptors class to ease custom process handler impl. ([#143](https://github.com/VilledeMontreal/workit/issues/143)) ([b95d882](https://github.com/VilledeMontreal/workit/commit/b95d882581a33a5b8df0b5a64c3c616aa6dd7b09)), closes [#144](https://github.com/VilledeMontreal/workit/issues/144) +* **opentelemetry:** make it compatible with 0.3.3 ([#129](https://github.com/VilledeMontreal/workit/issues/129)) ([2edf7e3](https://github.com/VilledeMontreal/workit/commit/2edf7e38a2bd5ad56d775c27e220a90c230f57f4)) +* improve tsconfig ([#106](https://github.com/VilledeMontreal/workit/issues/106)) ([77fb10c](https://github.com/VilledeMontreal/workit/commit/77fb10cee7abe9340d88d301a4066636f7898887)), closes [#105](https://github.com/VilledeMontreal/workit/issues/105) +* **opentelemetry:** switch to opentelemetry ([#110](https://github.com/VilledeMontreal/workit/issues/110)) ([c00356a](https://github.com/VilledeMontreal/workit/commit/c00356aa4d792cfc310825d526f40f7eccb33844)) +* init packages with lerna ([426250c](https://github.com/VilledeMontreal/workit/commit/426250cfd57d6103837661ddcb3e6b87d1af5bb0)) +* splitting workit-camunda ([8825eae](https://github.com/VilledeMontreal/workit/commit/8825eaef9b66f86f3c21de4bc8ba093c75779fb4)), closes [#99](https://github.com/VilledeMontreal/workit/issues/99) +* **worker-cli:** improve init template ([352d03e](https://github.com/VilledeMontreal/workit/commit/352d03ee907266da443e5bf49b14e8392c97afcf)), closes [#43](https://github.com/VilledeMontreal/workit/issues/43) +* **worker-cli:** update deps and init template ([71d4106](https://github.com/VilledeMontreal/workit/commit/71d41063e9fbb8edf12b8aff712c56c254fa9b6d)) +* **workit-camunda:** update to zeebe 0.19.0 ([9a5826b](https://github.com/VilledeMontreal/workit/commit/9a5826b654f0d9654a1b5019ad23e278b0254e1d)) +* **zeebe:** add 0.20.0 compatibility ([e85d4c1](https://github.com/VilledeMontreal/workit/commit/e85d4c10c70cfffdbdc5feddef00601031f68e84)) +* add pagination to getWorkflows method ([22c0c86](https://github.com/VilledeMontreal/workit/commit/22c0c86801a38af9a306fe6236d57ec68c872ec7)) +* improve generic types ([15c4011](https://github.com/VilledeMontreal/workit/commit/15c401129afef1253db9b4d282f52725e2b833fa)) +* **zeebe:** update to 2.3.0 ([00eb30d](https://github.com/VilledeMontreal/workit/commit/00eb30dbbe6dd0020477f618e4d05c5826c5f4bc)) + + + + + ## 4.0.4 (2020-02-05) #### :rocket: (Enhancement) diff --git a/examples/basic/CHANGELOG.md b/examples/basic/CHANGELOG.md index 7f7616e9..207aaa3b 100644 --- a/examples/basic/CHANGELOG.md +++ b/examples/basic/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 4.1.0 (2020-03-12) + + +### Features + +* improve tsconfig ([#106](https://github.com/VilledeMontreal/workit/issues/106)) ([77fb10c](https://github.com/VilledeMontreal/workit/commit/77fb10cee7abe9340d88d301a4066636f7898887)), closes [#105](https://github.com/VilledeMontreal/workit/issues/105) +* **opentelemetry:** switch to opentelemetry ([#110](https://github.com/VilledeMontreal/workit/issues/110)) ([c00356a](https://github.com/VilledeMontreal/workit/commit/c00356aa4d792cfc310825d526f40f7eccb33844)) + + + + + ## [2.0.4](https://github.com/VilledeMontreal/workit/compare/workit-example-basic@2.0.3...workit-example-basic@2.0.4) (2020-02-05) **Note:** Version bump only for package workit-example-basic diff --git a/examples/basic/package.json b/examples/basic/package.json index 6f8c4bf6..03071271 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -1,7 +1,7 @@ { "name": "workit-example-basic", "private": true, - "version": "2.0.4", + "version": "4.1.0", "description": "Basic example of workit usage", "main": "lib/src/worker.js", "typings": "lib/src/worker.d.ts", @@ -36,9 +36,9 @@ }, "dependencies": { "axios": "^0.19.0", - "workit-camunda": "^4.0.4", - "workit-core": "^4.0.4", - "workit-types": "^4.0.4" + "workit-camunda": "^4.1.0", + "workit-core": "^4.1.0", + "workit-types": "^4.1.0" }, "keywords": [ "workit", diff --git a/examples/binding/CHANGELOG.md b/examples/binding/CHANGELOG.md index 575cd459..4200c4d6 100644 --- a/examples/binding/CHANGELOG.md +++ b/examples/binding/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 4.1.0 (2020-03-12) + + +### Features + +* improve tsconfig ([#106](https://github.com/VilledeMontreal/workit/issues/106)) ([77fb10c](https://github.com/VilledeMontreal/workit/commit/77fb10cee7abe9340d88d301a4066636f7898887)), closes [#105](https://github.com/VilledeMontreal/workit/issues/105) +* **opentelemetry:** switch to opentelemetry ([#110](https://github.com/VilledeMontreal/workit/issues/110)) ([c00356a](https://github.com/VilledeMontreal/workit/commit/c00356aa4d792cfc310825d526f40f7eccb33844)) + + + + + ## [2.0.4](https://github.com/VilledeMontreal/workit/compare/workit-example-binding@2.0.3...workit-example-binding@2.0.4) (2020-02-05) **Note:** Version bump only for package workit-example-binding diff --git a/examples/binding/package.json b/examples/binding/package.json index 1d74ef8b..b60243d9 100644 --- a/examples/binding/package.json +++ b/examples/binding/package.json @@ -1,7 +1,7 @@ { "name": "workit-example-binding", "private": true, - "version": "2.0.4", + "version": "4.1.0", "description": "Show how to bind tasks with Workit", "main": "lib/src/worker.js", "typings": "lib/src/worker.d.ts", @@ -36,9 +36,9 @@ }, "dependencies": { "axios": "^0.19.0", - "workit-camunda": "^4.0.4", - "workit-core": "^4.0.4", - "workit-types": "^4.0.4" + "workit-camunda": "^4.1.0", + "workit-core": "^4.1.0", + "workit-types": "^4.1.0" }, "keywords": [ "workit", diff --git a/examples/event/CHANGELOG.md b/examples/event/CHANGELOG.md index d91c6f51..6655b0f6 100644 --- a/examples/event/CHANGELOG.md +++ b/examples/event/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 4.1.0 (2020-03-12) + + +### Features + +* improve tsconfig ([#106](https://github.com/VilledeMontreal/workit/issues/106)) ([77fb10c](https://github.com/VilledeMontreal/workit/commit/77fb10cee7abe9340d88d301a4066636f7898887)), closes [#105](https://github.com/VilledeMontreal/workit/issues/105) +* **opentelemetry:** switch to opentelemetry ([#110](https://github.com/VilledeMontreal/workit/issues/110)) ([c00356a](https://github.com/VilledeMontreal/workit/commit/c00356aa4d792cfc310825d526f40f7eccb33844)) + + + + + ## [2.0.4](https://github.com/VilledeMontreal/workit/compare/workit-example-event@2.0.3...workit-example-event@2.0.4) (2020-02-05) **Note:** Version bump only for package workit-example-event diff --git a/examples/event/package.json b/examples/event/package.json index 1260b801..9fec63e4 100644 --- a/examples/event/package.json +++ b/examples/event/package.json @@ -1,7 +1,7 @@ { "name": "workit-example-event", "private": true, - "version": "2.0.4", + "version": "4.1.0", "description": "Show how to send an event with Workit", "main": "lib/src/worker.js", "typings": "lib/src/worker.d.ts", @@ -36,9 +36,9 @@ }, "dependencies": { "axios": "^0.19.0", - "workit-camunda": "^4.0.4", - "workit-core": "^4.0.4", - "workit-types": "^4.0.4" + "workit-camunda": "^4.1.0", + "workit-core": "^4.1.0", + "workit-types": "^4.1.0" }, "keywords": [ "workit", diff --git a/examples/failure-strategy/CHANGELOG.md b/examples/failure-strategy/CHANGELOG.md index 3894a267..f68d3779 100644 --- a/examples/failure-strategy/CHANGELOG.md +++ b/examples/failure-strategy/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 4.1.0 (2020-03-12) + +**Note:** Version bump only for package workit-example-failure-strategy + + + + + ## [2.0.4](https://github.com/VilledeMontreal/workit/compare/workit-example-failure-strategy@2.0.3...workit-example-failure-strategy@2.0.4) (2020-02-05) **Note:** Version bump only for package workit-example-failure-strategy diff --git a/examples/failure-strategy/package.json b/examples/failure-strategy/package.json index 66c33b2c..4b2f355f 100644 --- a/examples/failure-strategy/package.json +++ b/examples/failure-strategy/package.json @@ -1,7 +1,7 @@ { "name": "workit-example-failure-strategy", "private": true, - "version": "2.0.4", + "version": "4.1.0", "description": "Failure strategy example", "main": "lib/src/worker.js", "typings": "lib/src/worker.d.ts", @@ -36,9 +36,9 @@ }, "dependencies": { "axios": "^0.19.0", - "workit-camunda": "^4.0.4", - "workit-core": "^4.0.4", - "workit-types": "^4.0.4" + "workit-camunda": "^4.1.0", + "workit-core": "^4.1.0", + "workit-types": "^4.1.0" }, "keywords": [ "workit", diff --git a/examples/opentelemetry/CHANGELOG.md b/examples/opentelemetry/CHANGELOG.md index 87bd39ec..6de5fb02 100644 --- a/examples/opentelemetry/CHANGELOG.md +++ b/examples/opentelemetry/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 4.1.0 (2020-03-12) + + +### Bug Fixes + +* **opentelemetry:** upgrade to 0.4.0 ([#158](https://github.com/VilledeMontreal/workit/issues/158)) ([4fca936](https://github.com/VilledeMontreal/workit/commit/4fca93608cb8ecb0242f7d8fe406b14bec0dc80b)), closes [#113](https://github.com/VilledeMontreal/workit/issues/113) [#157](https://github.com/VilledeMontreal/workit/issues/157) + + +### Features + +* **opentelemetry:** make it compatible with 0.3.3 ([#129](https://github.com/VilledeMontreal/workit/issues/129)) ([2edf7e3](https://github.com/VilledeMontreal/workit/commit/2edf7e38a2bd5ad56d775c27e220a90c230f57f4)) +* improve tsconfig ([#106](https://github.com/VilledeMontreal/workit/issues/106)) ([77fb10c](https://github.com/VilledeMontreal/workit/commit/77fb10cee7abe9340d88d301a4066636f7898887)), closes [#105](https://github.com/VilledeMontreal/workit/issues/105) +* **opentelemetry:** switch to opentelemetry ([#110](https://github.com/VilledeMontreal/workit/issues/110)) ([c00356a](https://github.com/VilledeMontreal/workit/commit/c00356aa4d792cfc310825d526f40f7eccb33844)) + + + + + ## [2.0.4](https://github.com/VilledeMontreal/workit/compare/workit-example-opentelemetry@2.0.3...workit-example-opentelemetry@2.0.4) (2020-02-05) **Note:** Version bump only for package workit-example-opentelemetry diff --git a/examples/opentelemetry/package.json b/examples/opentelemetry/package.json index 1b2cdf25..f7be8417 100644 --- a/examples/opentelemetry/package.json +++ b/examples/opentelemetry/package.json @@ -1,7 +1,7 @@ { "name": "workit-example-opentelemetry", "private": true, - "version": "2.0.4", + "version": "4.1.0", "description": "Show how to trace operations with Workit an OpenTelemetry", "main": "lib/src/worker.js", "typings": "lib/src/worker.d.ts", @@ -41,9 +41,9 @@ "@opentelemetry/plugin-https": "0.4.0", "@opentelemetry/tracing": "0.4.0", "axios": "^0.19.2", - "workit-camunda": "^4.0.4", - "workit-core": "^4.0.4", - "workit-types": "^4.0.4" + "workit-camunda": "^4.1.0", + "workit-core": "^4.1.0", + "workit-types": "^4.1.0" }, "keywords": [ "workit", diff --git a/examples/parallel/CHANGELOG.md b/examples/parallel/CHANGELOG.md index 3a723270..1db95e8f 100644 --- a/examples/parallel/CHANGELOG.md +++ b/examples/parallel/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 4.1.0 (2020-03-12) + + +### Features + +* **opentelemetry:** switch to opentelemetry ([#110](https://github.com/VilledeMontreal/workit/issues/110)) ([c00356a](https://github.com/VilledeMontreal/workit/commit/c00356aa4d792cfc310825d526f40f7eccb33844)) + + + + + ## [2.0.4](https://github.com/VilledeMontreal/workit/compare/workit-example-parallel@2.0.3...workit-example-parallel@2.0.4) (2020-02-05) **Note:** Version bump only for package workit-example-parallel diff --git a/examples/parallel/package.json b/examples/parallel/package.json index aa345774..e613bb14 100644 --- a/examples/parallel/package.json +++ b/examples/parallel/package.json @@ -1,7 +1,7 @@ { "name": "workit-example-parallel", "private": true, - "version": "2.0.4", + "version": "4.1.0", "description": "Show how to run parallel tasks with Workit", "main": "lib/src/worker.js", "typings": "lib/src/worker.d.ts", @@ -36,9 +36,9 @@ }, "dependencies": { "axios": "^0.19.0", - "workit-camunda": "^4.0.4", - "workit-core": "^4.0.4", - "workit-types": "^4.0.4" + "workit-camunda": "^4.1.0", + "workit-core": "^4.1.0", + "workit-types": "^4.1.0" }, "keywords": [ "workit", diff --git a/lerna.json b/lerna.json index d39c66a0..50ee5506 100644 --- a/lerna.json +++ b/lerna.json @@ -1,15 +1,17 @@ { "lerna": "3.20.2", - "version": "4.0.4", + "version": "4.1.0", "packages": [ - "packages/*", - "examples/*" + "examples/*", + "packages/*" ], "command": { "publish": { "conventionalCommits": true, "registry": "https://registry.npmjs.org/", - "ignoreChanges": ["*.lock"], + "ignoreChanges": [ + "*.lock" + ], "allowBranch": "master", "message": "chore(release): publish" } diff --git a/packages/workit-bpm-client/CHANGELOG.md b/packages/workit-bpm-client/CHANGELOG.md index 19f88a57..19bd164b 100644 --- a/packages/workit-bpm-client/CHANGELOG.md +++ b/packages/workit-bpm-client/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 4.1.0 (2020-03-12) + + +### Bug Fixes + +* **opentelemetry:** upgrade to 0.4.0 ([#158](https://github.com/VilledeMontreal/workit/issues/158)) ([4fca936](https://github.com/VilledeMontreal/workit/commit/4fca93608cb8ecb0242f7d8fe406b14bec0dc80b)), closes [#113](https://github.com/VilledeMontreal/workit/issues/113) [#157](https://github.com/VilledeMontreal/workit/issues/157) +* remove camunda-xx-client-js in workit-camunda ([#121](https://github.com/VilledeMontreal/workit/issues/121)) ([7d85f5c](https://github.com/VilledeMontreal/workit/commit/7d85f5cf59b91c5aef6ecd50d7a114866029c390)), closes [#120](https://github.com/VilledeMontreal/workit/issues/120) + + +### Features + +* **opentelemetry:** make it compatible with 0.3.3 ([#129](https://github.com/VilledeMontreal/workit/issues/129)) ([2edf7e3](https://github.com/VilledeMontreal/workit/commit/2edf7e38a2bd5ad56d775c27e220a90c230f57f4)) +* improve tsconfig ([#106](https://github.com/VilledeMontreal/workit/issues/106)) ([77fb10c](https://github.com/VilledeMontreal/workit/commit/77fb10cee7abe9340d88d301a4066636f7898887)), closes [#105](https://github.com/VilledeMontreal/workit/issues/105) +* **opentelemetry:** switch to opentelemetry ([#110](https://github.com/VilledeMontreal/workit/issues/110)) ([c00356a](https://github.com/VilledeMontreal/workit/commit/c00356aa4d792cfc310825d526f40f7eccb33844)) +* splitting workit-camunda ([8825eae](https://github.com/VilledeMontreal/workit/commit/8825eaef9b66f86f3c21de4bc8ba093c75779fb4)), closes [#99](https://github.com/VilledeMontreal/workit/issues/99) + + + + + ## [4.0.4](https://github.com/VilledeMontreal/workit/compare/workit-bpm-client@4.0.3...workit-bpm-client@4.0.4) (2020-02-05) **Note:** Version bump only for package workit-bpm-client diff --git a/packages/workit-bpm-client/package.json b/packages/workit-bpm-client/package.json index 05b7115c..a816dc8b 100644 --- a/packages/workit-bpm-client/package.json +++ b/packages/workit-bpm-client/package.json @@ -1,6 +1,6 @@ { "name": "workit-bpm-client", - "version": "4.0.4", + "version": "4.1.0", "description": "Camunda BPM client for WorkIt that works with Camunda platform powered by TypeScript", "author": "Montreal City Authors", "homepage": "https://github.com/VilledeMontreal/workit#readme", @@ -15,8 +15,8 @@ "form-data": "~2.5.1", "inversify": "~5.0.1", "reflect-metadata": "~0.1.13", - "workit-core": "^4.0.4", - "workit-types": "^4.0.4" + "workit-core": "^4.1.0", + "workit-types": "^4.1.0" }, "devDependencies": { "@commitlint/cli": "^8.3.5", diff --git a/packages/workit-camunda/CHANGELOG.md b/packages/workit-camunda/CHANGELOG.md index 14c54f00..bedfa50b 100644 --- a/packages/workit-camunda/CHANGELOG.md +++ b/packages/workit-camunda/CHANGELOG.md @@ -3,6 +3,40 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 4.1.0 (2020-03-12) + + +### Bug Fixes + +* **opentelemetry:** upgrade to 0.4.0 ([#158](https://github.com/VilledeMontreal/workit/issues/158)) ([4fca936](https://github.com/VilledeMontreal/workit/commit/4fca93608cb8ecb0242f7d8fe406b14bec0dc80b)), closes [#113](https://github.com/VilledeMontreal/workit/issues/113) [#157](https://github.com/VilledeMontreal/workit/issues/157) +* remove camunda-xx-client-js in workit-camunda ([#121](https://github.com/VilledeMontreal/workit/issues/121)) ([7d85f5c](https://github.com/VilledeMontreal/workit/commit/7d85f5cf59b91c5aef6ecd50d7a114866029c390)), closes [#120](https://github.com/VilledeMontreal/workit/issues/120) +* remove opentracing refs ([e5a32cc](https://github.com/VilledeMontreal/workit/commit/e5a32ccb2e001a92bcfa152a71360a3e4106dd56)) +* **package:** update camunda-external-task-client-js to version 1.2.0 ([a2911b2](https://github.com/VilledeMontreal/workit/commit/a2911b2c4015fb2edc213960677deab9df9be04f)) +* **package:** update form-data to version 2.5.0 ([13a332a](https://github.com/VilledeMontreal/workit/commit/13a332aaf7ef550379701b8e10d9f8c129dfe939)) +* **package:** update opentracing to version 0.14.4 ([845f55e](https://github.com/VilledeMontreal/workit/commit/845f55e69722e3bdf179f5c4e053f1a9b705e0bc)) +* **workit-camunda:** fix semver for zeebe-node ([d8ae65b](https://github.com/VilledeMontreal/workit/commit/d8ae65b9710ef6d7ba309ff4c9d0f5b586a1ee0b)) +* **workit-camunda:** regression from zeebe-node 2.3.0 ([07561c1](https://github.com/VilledeMontreal/workit/commit/07561c1ddcc566db5b3ab4fdce641cf18f8fa913)) + + +### Features + +* **opentelemetry:** make it compatible with 0.3.3 ([#129](https://github.com/VilledeMontreal/workit/issues/129)) ([2edf7e3](https://github.com/VilledeMontreal/workit/commit/2edf7e38a2bd5ad56d775c27e220a90c230f57f4)) +* improve tsconfig ([#106](https://github.com/VilledeMontreal/workit/issues/106)) ([77fb10c](https://github.com/VilledeMontreal/workit/commit/77fb10cee7abe9340d88d301a4066636f7898887)), closes [#105](https://github.com/VilledeMontreal/workit/issues/105) +* **opentelemetry:** switch to opentelemetry ([#110](https://github.com/VilledeMontreal/workit/issues/110)) ([c00356a](https://github.com/VilledeMontreal/workit/commit/c00356aa4d792cfc310825d526f40f7eccb33844)) +* splitting workit-camunda ([8825eae](https://github.com/VilledeMontreal/workit/commit/8825eaef9b66f86f3c21de4bc8ba093c75779fb4)), closes [#99](https://github.com/VilledeMontreal/workit/issues/99) +* **worker-cli:** improve init template ([352d03e](https://github.com/VilledeMontreal/workit/commit/352d03ee907266da443e5bf49b14e8392c97afcf)), closes [#43](https://github.com/VilledeMontreal/workit/issues/43) +* add automatic tracing ([27913ba](https://github.com/VilledeMontreal/workit/commit/27913bada60ae2b07e38843ec2085db95a5b7646)) +* **workit-camunda:** update to zeebe 0.19.0 ([9a5826b](https://github.com/VilledeMontreal/workit/commit/9a5826b654f0d9654a1b5019ad23e278b0254e1d)) +* **zeebe:** add 0.20.0 compatibility ([e85d4c1](https://github.com/VilledeMontreal/workit/commit/e85d4c10c70cfffdbdc5feddef00601031f68e84)) +* add pagination to getWorkflows method ([22c0c86](https://github.com/VilledeMontreal/workit/commit/22c0c86801a38af9a306fe6236d57ec68c872ec7)) +* improve generic types ([15c4011](https://github.com/VilledeMontreal/workit/commit/15c401129afef1253db9b4d282f52725e2b833fa)) +* **zeebe:** update to 2.3.0 ([00eb30d](https://github.com/VilledeMontreal/workit/commit/00eb30dbbe6dd0020477f618e4d05c5826c5f4bc)) +* init packages with lerna ([426250c](https://github.com/VilledeMontreal/workit/commit/426250cfd57d6103837661ddcb3e6b87d1af5bb0)) + + + + + ## [4.0.4](https://github.com/VilledeMontreal/workit/compare/workit-camunda@4.0.3...workit-camunda@4.0.4) (2020-02-05) **Note:** Version bump only for package workit-camunda diff --git a/packages/workit-camunda/package.json b/packages/workit-camunda/package.json index f5f25145..b99edfeb 100644 --- a/packages/workit-camunda/package.json +++ b/packages/workit-camunda/package.json @@ -1,6 +1,6 @@ { "name": "workit-camunda", - "version": "4.0.4", + "version": "4.1.0", "description": "Worker for Node.js system with pluggable Camunda clients that works with both Zeebe and Camunda platform powered by TypeScript", "author": "Montreal City Authors", "homepage": "https://github.com/VilledeMontreal/workit#readme", @@ -11,10 +11,10 @@ "debug": "~4.1.1", "inversify": "~5.0.1", "reflect-metadata": "~0.1.13", - "workit-bpm-client": "^4.0.4", - "workit-core": "^4.0.4", - "workit-types": "^4.0.4", - "workit-zeebe-client": "^4.0.4" + "workit-bpm-client": "^4.1.0", + "workit-core": "^4.1.0", + "workit-types": "^4.1.0", + "workit-zeebe-client": "^4.1.0" }, "devDependencies": { "@commitlint/cli": "^8.3.5", diff --git a/packages/workit-core/CHANGELOG.md b/packages/workit-core/CHANGELOG.md index 38509b61..6bd3c8fe 100644 --- a/packages/workit-core/CHANGELOG.md +++ b/packages/workit-core/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 4.1.0 (2020-03-12) + + +### Bug Fixes + +* **opentelemetry:** upgrade to 0.4.0 ([#158](https://github.com/VilledeMontreal/workit/issues/158)) ([4fca936](https://github.com/VilledeMontreal/workit/commit/4fca93608cb8ecb0242f7d8fe406b14bec0dc80b)), closes [#113](https://github.com/VilledeMontreal/workit/issues/113) [#157](https://github.com/VilledeMontreal/workit/issues/157) + + +### Features + +* export Interceptors class to ease custom process handler impl. ([#143](https://github.com/VilledeMontreal/workit/issues/143)) ([b95d882](https://github.com/VilledeMontreal/workit/commit/b95d882581a33a5b8df0b5a64c3c616aa6dd7b09)), closes [#144](https://github.com/VilledeMontreal/workit/issues/144) +* **opentelemetry:** make it compatible with 0.3.3 ([#129](https://github.com/VilledeMontreal/workit/issues/129)) ([2edf7e3](https://github.com/VilledeMontreal/workit/commit/2edf7e38a2bd5ad56d775c27e220a90c230f57f4)) +* improve tsconfig ([#106](https://github.com/VilledeMontreal/workit/issues/106)) ([77fb10c](https://github.com/VilledeMontreal/workit/commit/77fb10cee7abe9340d88d301a4066636f7898887)), closes [#105](https://github.com/VilledeMontreal/workit/issues/105) +* **opentelemetry:** switch to opentelemetry ([#110](https://github.com/VilledeMontreal/workit/issues/110)) ([c00356a](https://github.com/VilledeMontreal/workit/commit/c00356aa4d792cfc310825d526f40f7eccb33844)) +* splitting workit-camunda ([8825eae](https://github.com/VilledeMontreal/workit/commit/8825eaef9b66f86f3c21de4bc8ba093c75779fb4)), closes [#99](https://github.com/VilledeMontreal/workit/issues/99) + + + + + ## [4.0.4](https://github.com/VilledeMontreal/workit/compare/workit-core@4.0.3...workit-core@4.0.4) (2020-02-05) diff --git a/packages/workit-core/package.json b/packages/workit-core/package.json index e4e0988b..91d0e88c 100644 --- a/packages/workit-core/package.json +++ b/packages/workit-core/package.json @@ -1,6 +1,6 @@ { "name": "workit-core", - "version": "4.0.4", + "version": "4.1.0", "description": "This package provides default and no-op implementations of the WorkIt types for client packages.", "author": "Montreal City Authors", "homepage": "https://github.com/VilledeMontreal/workit#readme", @@ -8,14 +8,14 @@ "main": "lib/index.js", "typings": "lib/index.d.ts", "dependencies": { - "@opentelemetry/core": "0.4.0", "@opentelemetry/api": "0.4.0", + "@opentelemetry/core": "0.4.0", "debug": "~4.1.1", "fast-safe-stringify": "~2.0.7", "inversify": "~5.0.1", "reflect-metadata": "~0.1.13", "uuid": "^3.4.0", - "workit-types": "^4.0.4" + "workit-types": "^4.1.0" }, "devDependencies": { "@commitlint/cli": "^8.3.5", diff --git a/packages/workit-types/CHANGELOG.md b/packages/workit-types/CHANGELOG.md index a4470fd4..6e871b95 100644 --- a/packages/workit-types/CHANGELOG.md +++ b/packages/workit-types/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 4.1.0 (2020-03-12) + + +### Bug Fixes + +* **opentelemetry:** upgrade to 0.4.0 ([#158](https://github.com/VilledeMontreal/workit/issues/158)) ([4fca936](https://github.com/VilledeMontreal/workit/commit/4fca93608cb8ecb0242f7d8fe406b14bec0dc80b)), closes [#113](https://github.com/VilledeMontreal/workit/issues/113) [#157](https://github.com/VilledeMontreal/workit/issues/157) + + +### Features + +* **zeebe:** upgrade to 0.22.1 ([#161](https://github.com/VilledeMontreal/workit/issues/161)) ([662d36f](https://github.com/VilledeMontreal/workit/commit/662d36f68c864c6f2570f6ff2e4f711eb7d4245b)), closes [#82](https://github.com/VilledeMontreal/workit/issues/82) [#85](https://github.com/VilledeMontreal/workit/issues/85) +* add subscription options for task filtering ([#141](https://github.com/VilledeMontreal/workit/issues/141)) ([a3d6f97](https://github.com/VilledeMontreal/workit/commit/a3d6f9769723575ab7122070283a546cf4070e7a)) +* **opentelemetry:** make it compatible with 0.3.3 ([#129](https://github.com/VilledeMontreal/workit/issues/129)) ([2edf7e3](https://github.com/VilledeMontreal/workit/commit/2edf7e38a2bd5ad56d775c27e220a90c230f57f4)) +* improve tsconfig ([#106](https://github.com/VilledeMontreal/workit/issues/106)) ([77fb10c](https://github.com/VilledeMontreal/workit/commit/77fb10cee7abe9340d88d301a4066636f7898887)), closes [#105](https://github.com/VilledeMontreal/workit/issues/105) +* **opentelemetry:** switch to opentelemetry ([#110](https://github.com/VilledeMontreal/workit/issues/110)) ([c00356a](https://github.com/VilledeMontreal/workit/commit/c00356aa4d792cfc310825d526f40f7eccb33844)) +* splitting workit-camunda ([8825eae](https://github.com/VilledeMontreal/workit/commit/8825eaef9b66f86f3c21de4bc8ba093c75779fb4)), closes [#99](https://github.com/VilledeMontreal/workit/issues/99) + + + + + ## [4.0.4](https://github.com/VilledeMontreal/workit/compare/workit-types@4.0.3...workit-types@4.0.4) (2020-02-05) diff --git a/packages/workit-types/package.json b/packages/workit-types/package.json index c8b2c3a9..44e71597 100644 --- a/packages/workit-types/package.json +++ b/packages/workit-types/package.json @@ -1,6 +1,6 @@ { "name": "workit-types", - "version": "4.0.4", + "version": "4.1.0", "description": "TypeScript types for Workit", "author": "Montreal City Authors", "homepage": "https://github.com/VilledeMontreal/workit#readme", diff --git a/packages/workit-zeebe-client/CHANGELOG.md b/packages/workit-zeebe-client/CHANGELOG.md index b2bf94d3..9e60713c 100644 --- a/packages/workit-zeebe-client/CHANGELOG.md +++ b/packages/workit-zeebe-client/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 4.1.0 (2020-03-12) + + +### Bug Fixes + +* **opentelemetry:** upgrade to 0.4.0 ([#158](https://github.com/VilledeMontreal/workit/issues/158)) ([4fca936](https://github.com/VilledeMontreal/workit/commit/4fca93608cb8ecb0242f7d8fe406b14bec0dc80b)), closes [#113](https://github.com/VilledeMontreal/workit/issues/113) [#157](https://github.com/VilledeMontreal/workit/issues/157) + + +### Features + +* **opentelemetry:** make it compatible with 0.3.3 ([#129](https://github.com/VilledeMontreal/workit/issues/129)) ([2edf7e3](https://github.com/VilledeMontreal/workit/commit/2edf7e38a2bd5ad56d775c27e220a90c230f57f4)) +* **opentelemetry:** switch to opentelemetry ([#110](https://github.com/VilledeMontreal/workit/issues/110)) ([c00356a](https://github.com/VilledeMontreal/workit/commit/c00356aa4d792cfc310825d526f40f7eccb33844)) +* **zeebe:** upgrade to 0.22.1 ([#161](https://github.com/VilledeMontreal/workit/issues/161)) ([662d36f](https://github.com/VilledeMontreal/workit/commit/662d36f68c864c6f2570f6ff2e4f711eb7d4245b)), closes [#82](https://github.com/VilledeMontreal/workit/issues/82) [#85](https://github.com/VilledeMontreal/workit/issues/85) +* improve tsconfig ([#106](https://github.com/VilledeMontreal/workit/issues/106)) ([77fb10c](https://github.com/VilledeMontreal/workit/commit/77fb10cee7abe9340d88d301a4066636f7898887)), closes [#105](https://github.com/VilledeMontreal/workit/issues/105) +* splitting workit-camunda ([8825eae](https://github.com/VilledeMontreal/workit/commit/8825eaef9b66f86f3c21de4bc8ba093c75779fb4)), closes [#99](https://github.com/VilledeMontreal/workit/issues/99) + + + + + ## [4.0.4](https://github.com/VilledeMontreal/workit/compare/workit-zeebe-client@4.0.3...workit-zeebe-client@4.0.4) (2020-02-05) **Note:** Version bump only for package workit-zeebe-client diff --git a/packages/workit-zeebe-client/package.json b/packages/workit-zeebe-client/package.json index ca53f6e5..fdc04cb8 100644 --- a/packages/workit-zeebe-client/package.json +++ b/packages/workit-zeebe-client/package.json @@ -1,6 +1,6 @@ { "name": "workit-zeebe-client", - "version": "4.0.4", + "version": "4.1.0", "description": "Zeebe client for WorkIt that works with Zeebe platform powered by TypeScript", "author": "Montreal City Authors", "homepage": "https://github.com/VilledeMontreal/workit#readme", @@ -11,8 +11,8 @@ "debug": "~4.1.1", "inversify": "~5.0.1", "reflect-metadata": "~0.1.13", - "workit-core": "^4.0.4", - "workit-types": "^4.0.4", + "workit-core": "^4.1.0", + "workit-types": "^4.1.0", "zeebe-elasticsearch-client": "^0.3.3", "zeebe-node": "0.22.1" },