changelog

This commit is contained in:
Davidson Gomes 2024-06-08 21:24:33 -03:00
parent ee9cdc51c0
commit 49daf5719b

View File

@ -1,7 +1,7 @@
# 2.0.0 (develop) # 2.0.0 (v2.0.0)
### Feature ### Feature
* New method of saving sessions to a file using worker, made in partnership with [codechat](https://github.com/code-chat-br/whatsapp-api)
* Added prisma orm, connection to postgres and mysql * Added prisma orm, connection to postgres and mysql
* Added chatwoot integration activation * Added chatwoot integration activation
* Added typebot integration activation * Added typebot integration activation
@ -28,6 +28,13 @@
- KeepOpen configuration (keeps the session even when the bot ends, to run once per contact) - KeepOpen configuration (keeps the session even when the bot ends, to run once per contact)
- StopBotFromMe configuration, allows me to stop the bot if I send a chat message. - StopBotFromMe configuration, allows me to stop the bot if I send a chat message.
# 1.8.1 (develop)
### Feature
* New method of saving sessions to a file using worker, made in partnership with [codechat](https://github.com/code-chat-br/whatsapp-api)
* Caching system for group data
# 1.8.0 (2024-05-27 16:10) # 1.8.0 (2024-05-27 16:10)
### Feature ### Feature