-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/Tiledesk/tiledesk-server
- Loading branch information
Showing
7 changed files
with
79 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,31 @@ | ||
|
||
|
||
💥 TILEDESK SERVER v2.3.71 💥 | ||
💥 TILEDESK SERVER v2.3.77 💥 | ||
🚀 TAGGED AND PUBLISHED ON NPM 🚀 | ||
🚀 IN PRODUCTION 🚀 | ||
(https://www.npmjs.com/package/@tiledesk/tiledesk-server/v/2.3.71) | ||
(https://www.npmjs.com/package/@tiledesk/tiledesk-server/v/2.3.77) | ||
|
||
|
||
# 2.3.77 -> PROD v3 | ||
- Updated tiledesk/tiledesk-whatsapp-connector dependency to 0.1.24 | ||
- Added KALEYRA_API_URL environment variable | ||
- Now GRAPH_URL environment variable is optional | ||
- Added bot cache invalidation for new radis key without project for tilebot | ||
- Added chatbot fulltext endpoint | ||
|
||
# 2.3.76 | ||
- Adedd tag to bot model | ||
- \\n fix for public private key | ||
- Chatbot invalidation fix when created | ||
- @tiledesk/tiledesk-tybot-connector@0.1.53 | ||
|
||
# 2.3.75 | ||
- @tiledesk/tiledesk-tybot-connector@0.1.51 | ||
|
||
# 2.3.74 | ||
- Added cache for bot | ||
- @tiledesk/tiledesk-tybot-connector@0.1.50 | ||
- Added cache for user | ||
|
||
# 2.3.73 | ||
- Removed unused mongoose-auto-increment dependency | ||
|
@@ -19,17 +41,23 @@ | |
- Added caching for /widgets endpoint with invalidations | ||
- Added bot rules to /widgets endpoint | ||
- Select false for resetpswrequestid field of user model | ||
- Added support for Public Private Key for JWT Auth with GLOBAL_SECRET_OR_PRIVATE_KEY and GLOBAL_SECRET_OR_PUB_KEY and GLOBAL_SECRET_ALGORITHM environments variables. If these properties are configured Public Private Key method is enabled otherwise if GLOBAL_SECRET env varible is configured the shared secret method is used. algorithm (default: HS256) | ||
- Added support for Public Private Key for JWT Auth with GLOBAL_SECRET_OR_PRIVATE_KEY and GLOBAL_SECRET_OR_PUB_KEY and GLOBAL_SECRET_ALGORITHM(default: HS256, RS256 for pub private key) environments variables. If these properties are configured Public/Private Key method is enabled otherwise if only GLOBAL_SECRET env varible is configured the shared secret method is used. | ||
- Updated tiledesk/[email protected] | ||
- Removed “snapshot” from request payload for external chatbot | ||
- Added CHATBOT_TEMPLATES_API_URL env varible | ||
- Updated tiledesk/[email protected] | ||
|
||
|
||
|
||
|
||
# 2.3.72 | ||
- Added Kaleyra module | ||
- Updated tiledesk-apps to 1.0.12 | ||
|
||
# 2.3.71 | ||
# 2.3.71.1 -> PROD v2 | ||
- ocf email fix | ||
|
||
# 2.3.71 | ||
- Email service send email direct fit without request_id | ||
- Removed strong from transcript email template | ||
- Added for updateWaitingTimeByRequestId the field enable_populate | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters