Skip to content

Releases: PowerBotKit/powerbot

v0.0.3

19 Dec 11:47
Compare
Choose a tag to compare

What's Changed

  • fix: dialog key should not be the same for different users by @damingerdai in #171
  • feat: set an expiration time when put value to redis and it will show warnning message without expire time by @damingerdai in #173
  • build(deps-dev): bump @types/node from 16.7.1 to 16.7.8 by @dependabot in #172
  • build(deps-dev): bump typescript from 4.3.5 to 4.4.2 by @dependabot in #170
  • build(deps-dev): bump husky from 7.0.1 to 7.0.2 by @dependabot in #169
  • revert: fall back to lock user session by @damingerdai in #174
  • feat: intent process support promise result by @damingerdai in #175
  • build(deps): bump tar from 4.4.15 to 4.4.19 by @dependabot in #176
  • ci: use publish-npm script to instead shell script to publish npm by @damingerdai in #177
  • feat: use IRedisCacheSerializer to serialize/deserialize value. by @damingerdai in #178
  • ci: rename 'main.yml' to 'ci.yml' by @damingerdai in #179
  • build: rename test:coverage to test:ci by @damingerdai in #180
  • test: add unit test for NoopRedisCacheSerializer by @damingerdai in #182
  • build: provide a new build script to run build script by @damingerdai in #183
  • style: format license file to make sure it is a MIT License by @damingerdai in #184
  • build(deps): bump @types/redis from 2.8.31 to 2.8.32 by @dependabot in #185
  • build(deps-dev): bump typescript from 4.4.2 to 4.4.3 by @dependabot in #189
  • build(deps-dev): bump prettier from 2.3.2 to 2.4.0 by @dependabot in #188
  • build(deps-dev): bump jest from 27.1.0 to 27.1.1 by @dependabot in #187
  • build(deps-dev): bump @types/node from 16.7.10 to 16.9.1 by @dependabot in #186
  • build: use conventional-changelog-cli to update changelog by @damingerdai in #191
  • docs: thanks for jetbrains support by @damingerdai in #190
  • build: add new release script by @damingerdai in #192
  • build(deps-dev): bump jest from 27.1.1 to 27.2.0 by @dependabot in #195
  • build(deps-dev): bump prettier from 2.4.0 to 2.4.1 by @dependabot in #196
  • build(deps-dev): bump @types/node from 16.9.1 to 16.10.1 by @dependabot in #199
  • feat: add MessageAction.quit to support quit the Intent by @damingerdai in #200
  • build(deps-dev): bump nodemon from 2.0.12 to 2.0.13 by @dependabot in #202
  • build(deps-dev): bump @types/jest from 27.0.1 to 27.0.2 by @dependabot in #201
  • build(deps): bump restify from 8.5.1 to 8.6.0 by @dependabot in #205
  • build(distributor): remove serialize-instance by @damingerdai in #211
  • feat: lock message from mq to prevent consumer server from consuming the same message multiple times by @damingerdai in #210
  • build: fetch git remote address while publish github by @damingerdai in #213
  • build(deps-dev): bump jest from 27.2.2 to 27.2.4 by @dependabot in #206
  • build(deps-dev): bump @commitlint/cli from 13.1.0 to 13.2.0 by @dependabot in #208
  • build(deps-dev): bump @commitlint/config-conventional from 13.1.0 to 13.2.0 by @dependabot in #209
  • build: remove lerna as build framework by @damingerdai in #203
  • build: upgrade yarn 1.22.15 [ci skip] by @damingerdai in #215
  • build(deps-dev): bump lint-staged from 11.2.0 to 11.2.3 by @dependabot in #218
  • build(deps): bump adaptivecards-templating from 2.1.0 to 2.2.0 by @dependabot in #216
  • build(deps-dev): bump jest from 27.2.4 to 27.2.5 by @dependabot in #219
  • build(deps-dev): bump @commitlint/cli from 13.2.0 to 13.2.1 by @dependabot in #217
  • Revert "build(deps): bump adaptivecards-templating from 2.1.0 to 2.2.0 (#216) by @damingerdai in #221
  • build(deps-dev): bump jest from 27.2.5 to 27.3.0 by @dependabot in #227
  • build(deps): bump adaptivecards-templating from 2.1.0 to 2.2.0 by @dependabot in #224
  • build: create a new build script build-dist.js by @damingerdai in #228
  • build: remove index.ts but the entry point for each module is not changed by @damingerdai in #194
  • build: add release beta version script by @damingerdai in #230
  • build(deps-dev): bump husky from 7.0.2 to 7.0.4 by @dependabot in #233
  • build(deps-dev): bump @types/node from 16.11.1 to 16.11.6 by @dependabot in #234
  • build(deps-dev): bump lint-staged from 11.2.3 to 11.2.4 by @dependabot in #232
  • build(deps-dev): bump lint-staged from 11.2.4 to 11.2.6 by @dependabot in #235
  • build(deps-dev): bump @commitlint/cli from 13.2.1 to 14.1.0 by @dependabot in #238
  • build(deps-dev): bump @commitlint/config-conventional from 13.2.0 to 14.1.0 by @dependabot in #237
  • build(deps-dev): bump license-check-and-add from 4.0.2 to 4.0.3 by @dependabot in #236
  • build: out folder is dist in root path, no in every module folder and publish script use the new build solution by @damingerdai in #239
  • build(deps-dev): bump @types/restify from 8.5.2 to 8.5.4 by @dependabot in #240
  • build: migrate to eslint from tslint by @damingerdai in #222
  • build(deps-dev): bump lint-staged from 11.2.6 to 12.0.2 by @dependabot in #241
  • build(deps-dev): bump eslint-plugin-unicorn from 37.0.1 to 38.0.1 by @dependabot in #242
  • build(deps-dev): bump typescript from 4.4.3 to 4.5.0 by @damingerdai in #243
  • build(deps-dev): bump @commitlint/cli from 14.1.0 to 15.0.0 by @dependabot in #250
  • fix: dialog key lock will expired in 3s by @damingerdai in #254
  • build(deps-dev): bump eslint from 8.2.0 to 8.3.0 by @dependabot in #244
  • build(deps-dev): bump lint-staged from 12.0.2 to 12.1.2 by @dependabot in #255
  • build(deps-dev): bump @commitlint/config-conventional from 14.1.0 to 15.0.0 by @dependabot in #246
  • build(deps-dev): bump @typescript-eslint/eslint-plugin-tslint from 5.3.1 to 5.4.0 by @dependabot in #253
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.3.1 to 5.4.0 by @dependabot in #245
  • build(deps-dev): bump @types/jest from 27.0.2 to 27.0.3 by @dependabot in #249
  • build(deps-dev): bump eslint-plugin-unicorn from 38.0.1 to 39.0.0 by @dependabot in #248
  • build(deps-dev): bump @typescript-eslint/parser from 5.3.1 to 5.4.0 by @dependabot in #251
  • build(deps-dev): bump @types/node from 16.11.7 to 16.11.10 by @dependabot in #256
  • build(deps-dev): bump prettier from 2.4.1 to 2.5.0 by @dependabot in #259
  • build(deps-dev): bump chalk from 4.1.2 to 5.0.0 by @dependabot in #258
  • fix: redis cache lock work in a short time by @damingerdai in #260
  • fix: use unlock instead of del to remove lock by @damingerdai in #271
  • build(deps): bump botbuilder from 4.14.1 to 4.15.0 by @dependabot in #269
  • build(deps-dev): bump eslint from 8.3.0 to 8.4.1 by @dependabot in #275
  • build(deps): bump adaptive-expressions from 4.14.1 to 4.15.0 by @dependabot in http...
Read more

v0.0.3-beta.7

07 Dec 11:58
Compare
Choose a tag to compare

Please refer to CHANGELOG.md for details.

v0.0.3-beta.6

24 Nov 13:24
Compare
Choose a tag to compare

Please refer to CHANGELOG.md for details.

v0.0.3-beta.5

12 Nov 06:16
Compare
Choose a tag to compare

Please refer to CHANGELOG.md for details.

v0.0.3-beta.4

08 Nov 05:28
Compare
Choose a tag to compare

Please refer to CHANGELOG.md for details.

v0.0.3-beta.3

03 Nov 04:32
Compare
Choose a tag to compare

Please refer to CHANGELOG.md for details.

v0.0.3-beta.2

20 Oct 04:29
Compare
Choose a tag to compare

What's Changed

  • build(deps-dev): bump jest from 27.2.5 to 27.3.0 by @dependabot in #227
  • build(deps): bump adaptivecards-templating from 2.1.0 to 2.2.0 by @dependabot in #224
  • build: create a new build script build-dist.js by @damingerdai in #228
  • build: remove index.ts but the entry point for each module is not changed by @damingerdai in #194
  • build: add release beta version script by @damingerdai in #230

Full Changelog: v0.0.3-beta.1...v0.0.3-beta.2

v0.0.3-beta.1

17 Oct 07:16
Compare
Choose a tag to compare

What's Changed

  • Revert "build(deps): bump adaptivecards-templating from 2.1.0 to 2.2.0 (#216) by @damingerdai in #221

Full Changelog: v0.0.3-beta.0...v0.0.3-beta.1

v0.0.3-beta.0

17 Oct 05:34
Compare
Choose a tag to compare

Bug Fixes

  • add await keywords because ICache#get return a promise (e56082a)

What's Changed

  • build: upgrade yarn 1.22.15 [ci skip] by @damingerdai in #215
  • build(deps-dev): bump lint-staged from 11.2.0 to 11.2.3 by @dependabot in #218
  • build(deps): bump adaptivecards-templating from 2.1.0 to 2.2.0 by @dependabot in #216
  • build(deps-dev): bump jest from 27.2.4 to 27.2.5 by @dependabot in #219
  • build(deps-dev): bump @commitlint/cli from 13.2.0 to 13.2.1 by @dependabot in #217

Full Changelog: v0.0.3-alpha.6...v0.0.3-beta.0

v0.0.3-alpha.6

06 Oct 13:06
Compare
Choose a tag to compare

Features

  • lock message from mq to prevent consumer server from consuming the same message multiple times (#210) (23cb6df), closes #204

BREAKING CHANGES

  • ICache has changed to import statement from import { ICache } from '@powerbotkit/distributor' to import { ICache } from '@powerbotkit/core'`