Releases: EvolutionAPI/evolution-api
Releases · EvolutionAPI/evolution-api
v1.6.1
Fixed
- Fixed Lid Messages
- Fixed sending variables to typebot
- Fixed sending variables from typebot
- Correction sending s3/minio media to chatwoot and typebot
- Fixed the problem with typebot closing at the end of the flow, now this is optional with the TYPEBOT_KEEP_OPEN variable
- Fixed chatwoot Bold, Italic and Underline formatting using Regex
- Added the sign_delimiter property to the Chatwoot configuration, allowing you to set a different delimiter for the signature. Default when not defined \n
- Include instance Id field in the instance configuration
- Fixed the pairing code
- Adjusts in typebot
- Fix the problem when disconnecting the instance and connecting again using mongodb
- Options to disable docs and manager
- When deleting a message in whatsapp, delete the message in chatwoot too
What's Changed
- simple add keep open by @gabrielpastori1 in #283
- Dockerfile modified to use multi-stage build by @gomessguii in #286
- Chatwoot format by @gabrielpastori1 in #290
- Chatwoot format by @gabrielpastori1 in #293
- Chatwoot format by @gabrielpastori1 in #299
- Add connected number and instance name to connected log by @drauber in #301
- Chatwoot Agent Name by @gabrielpastori1 in #307
- Fix: message retry mechanism by @PurpShell in #308
- fix: message can be undefined by @jaison-x in #309
- Add options to disable docs and manager by @gabrielpastori1 in #310
- Add issue templates by @gabrielpastori1 in #313
- Exclude all .env files on .gitignore and renamed one to .env.example by @stgcompany in #312
- fix: when deleting a message in whatsapp, delete the message in chatwoot too by @jaison-x in #317
New Contributors
- @gomessguii made their first contribution in #286
- @drauber made their first contribution in #301
- @PurpShell made their first contribution in #308
- @stgcompany made their first contribution in #312
Full Changelog: 1.6.0...1.6.1
v1.6.0
Feature
- Added AWS SQS Integration
- Added support for new typebot API
- Added endpoint sendPresence
- New Instance Manager
- Added auto_create to the chatwoot set to create the inbox automatically or not
- Added reply, delete and message reaction in chatwoot v3.3.1
Fixed
- Adjusts in proxy
- Adjusts in start session for Typebot
- Added mimetype field when sending media
- Ajusts in validations to messages.upsert
- Fixed messages not received: error handling when updating contact in chatwoot
- Fix workaround to manage param data as an array in mongodb
- Removed await from webhook when sending a message
- Update typebot.service.ts - element.underline change ~ for *
- Adjusts in proxy
- Removed api restart on receiving an error
- Fixes in mongodb and chatwoot
- Adjusted return from queries in mongodb
- Added restart instance when update profile picture
- Correction of chatwoot functioning with admin flows
- Fixed problem that did not generate qrcode with the chatwoot_conversation_pending option enabled
- Fixed issue where CSAT opened a new ticket when reopen_conversation was disabled
- Fixed issue sending contact to Chatwoot via iOS
Integrations
- Chatwoot: v3.3.1
- Typebot: v2.20.0
What's Changed
- -> Adjusting function cleaningStoreFiles to remove itens from missing… by @jaison-x in #186
- fix: size of group participants by @w3nder in #190
- Handle optional chaining for 'settings.msg_call', this change prevent… by @vitorogen in #197
- Handle erros in Typebot by @gabrielpastori1 in #198
- Deleting instances by @jaison-x in #187
- fix: Removed await from webhook when sending a message by @craines in #216
- fix messages not received: error handling when updating contact by @raimartinsb in #228
- fix: workaround to manage param data as an array in mongodb by @jaison-x in #224
- Update typebot.service.ts - element.underline change ~ for * by @suissa in #215
- Add session creation for typebot service by @gabrielpastori1 in #233
- Add sendPresence by @gabrielpastori1 in #237
- Fix chatwoot find by @gabrielpastori1 in #248
- fix: only create if is paused by @gabrielpastori1 in #249
- Add Manager by @gabrielpastori1 in #250
New Contributors
- @jaison-x made their first contribution in #186
- @vitorogen made their first contribution in #197
- @gabrielpastori1 made their first contribution in #198
- @craines made their first contribution in #216
- @suissa made their first contribution in #215
Full Changelog: 1.5.4...1.6.0
v1.5.4
Fixed
- Baileys logger typing issue resolved
- Solved problem with duplicate messages in chatwoot
Full Changelog: 1.5.3...1.5.4
v1.5.3
Feature
- Swagger documentation
- Added base 64 sending option via webhook
Fixed
- Remove rabbitmq queues when delete instances
- Improvement in restart instance to completely redo the connection
- Update node version: v20
- Correction of messages sent by the api and typebot not appearing in chatwoot
- Adjustment to start typebot, added startSession parameter
- Chatwoot now receives messages sent via api and typebot
- Fixed problem with starting with an input in typebot
- Added check to ensure variables are not empty before executing foreach in start typebot
What's Changed
- Start Typebot com opção de ativar chatbot ou não by @francisbreit in #154
- Revert "Start Typebot com opção de ativar chatbot ou não" by @DavidsonGomes in #156
- Recuperar base64 de media enviada por webhook by @moraisamilton in #161
- Fix: Variables null by @w3nder in #163
New Contributors
- @moraisamilton made their first contribution in #161
Full Changelog: 1.5.2...1.5.3
v1.5.2
Fixed
- Fix chatwootSchema in chatwoot model to store reopen_conversation and conversation_pending options
- Problem resolved when sending files from minio to typebot
- Improvement in the "startTypebot" method to create persistent session when triggered
- New manager for Evo 1.5.2 - Set Typebot update
- Resolved problems when reading/querying instances
v1.5.1
Feature
- Added listening_from_me option in Set Typebot
- Added variables options in Start Typebot
- Added webhooks for typebot events
- Added ChamaAI integration
- Added webhook to send errors
- Added support for messaging with ads on chatwoot
Fixed
- Fix looping connection messages in chatwoot
- Improved performance of fetch instances
What's Changed
- For webhook to work with localhost by @helioelias in #57
- Bugfix Internal Error 500: fetchInstances (apikey not found) by @unilogica in #59
- clean: docker network declaration and build of the
evolution/api
image by @AdsonCicilioti in #78 - Correção DEL_INSTANCE by @moskoweb in #83
- Fix set event rabbitmq/websocket by @w3nder in #85
- Correção de Erro by @moskoweb in #88
- Phone Name by @moskoweb in #87
- Update error.config.ts by @w3nder in #89
- fix: Update manager.json by @francisbreit in #92
- [Melhoria] Group Create by @moskoweb in #90
- Melhorando o desempenho no carregamento da instância. by @w3nder in #95
- Get Info JID Correct by @moskoweb in #96
- [Logger] Debug Bad Request by @moskoweb in #99
- [Improvement] - Send and Update source_id of messages to chatwoot by @raimartinsb in #108
- Initial support for preview and reference from Ads messages on Chatwoot by @AdsonCicilioti in #111
New Contributors
- @unilogica made their first contribution in #59
- @AdsonCicilioti made their first contribution in #78
- @francisbreit made their first contribution in #92
- @raimartinsb made their first contribution in #108
Full Changelog: 1.5.0...1.5.1
v1.5.0
Feature
- New instance manager in /manager route
- Added extra files for chatwoot and appsmith
- Added Get Last Message and Archive for Chat
- Added env var QRCODE_COLOR
- Added websocket to send events
- Added rabbitmq to send events
- Added Typebot integration
- Added proxy endpoint
- Added send and date_time in webhook data
Fixed
- Solved problem when disconnecting from the instance the instance was deleted
- Encoded spaces in chatwoot webhook
- Adjustment in the saving of contacts, saving the information of the number and Jid
- Update Dockerfile
- If you pass empty events in create instance and set webhook it is understood as all
- Fixed issue that did not output base64 averages
- Messages sent by the api now arrive in chatwoot
Integrations
- Chatwoot: v2.18.0 - v3.0.0
- Typebot: v2.16.0
- Manager Evolution API
What's Changed
- Update Dockerfile by @moskoweb in #43
- Revert "Update Dockerfile" by @DavidsonGomes in #50
- Adição de Get Last Message e Archive por Chat by @moskoweb in #37
Full Changelog: 1.4.8...1.5.0
v1.4.8
v1.4.7
Fixed
- Fixed error return bug
- Fixed problem of getting message when deleting message in chatwoot
- Change in error return pattern
Full Changelog: 1.4.6...1.4.7
v1.4.6
Fixed
- Fixed bug of creating new inbox by chatwoot
- When conversation reopens is pending when conversation pending is true
- Added docker-compose file with dockerhub image
What's Changed
Full Changelog: 1.4.5...1.4.6