File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
2
- # 1.5.2 (Development )
2
+ # 1.5.2 (2023-09-28 17:56 )
3
3
4
4
### Fixed
5
5
6
6
* Fix chatwootSchema in chatwoot model to store reopen_conversation and conversation_pending options
7
+ * Problem resolved when sending files from minio to typebot
8
+ * Improvement in the "startTypebot" method to create persistent session when triggered
9
+ * New manager for Evo 1.5.2 - Set Typebot update
10
+ * Resolved problems when reading/querying instances
7
11
8
12
# 1.5.1 (2023-09-17 13:50)
9
13
Original file line number Diff line number Diff line change 1
1
FROM node:16.18-alpine
2
2
3
- LABEL version="1.5.1 " description="Api to control whatsapp features through http requests."
3
+ LABEL version="1.5.2 " description="Api to control whatsapp features through http requests."
4
4
LABEL maintainer="Davidson Gomes" git="https://github.com/DavidsonGomes"
5
5
LABEL contact="contato@agenciadgcode.com"
6
6
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " evolution-api" ,
3
- "version" : " 1.5.1 " ,
3
+ "version" : " 1.5.2 " ,
4
4
"description" : " Rest api for communication with WhatsApp" ,
5
5
"main" : " ./dist/src/main.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments