v1.7.0
Feature
- Added update message endpoint
- Add translate capabilities to QRMessages in CW
- Join in Group by Invite Code
- Read messages from whatsapp in chatwoot
- Add support to use use redis in cacheservice
- Add support for labels
- Command to clearcache from chatwoot inbox
- Whatsapp Cloud API Oficial
Fixed
- Proxy configuration improvements
- Correction in sending lists
- Adjust in webhook_base64
- Correction in typebot text formatting
- Correction in chatwoot text formatting and render list message
- Only use a axios request to get file mimetype if necessary
- When possible use the original file extension
- When receiving a file from whatsapp, use the original filename in chatwoot if possible
- Remove message ids cache in chatwoot to use chatwoot's api itself
- Adjusts the quoted message, now has contextInfo in the message Raw
- Collecting responses with text or numbers in Typebot
- Added sendList endpoint to swagger documentation
- Implemented a function to synchronize message deletions on WhatsApp, automatically reflecting in Chatwoot.
- Improvement on numbers validation
- Fix polls in message sending
- Sending status message
- Message 'connection successfully' spamming
- Invalidate the conversation cache if reopen_conversation is false and the conversation was resolved
- Fix looping when deleting a message in chatwoot
- When receiving a file from whatsapp, use the original filename in chatwoot if possible
- Correction in the sendList Function
- Implement contact upsert in messaging-history.set
- Improve proxy error handling
- Refactor fetching participants for group in WhatsApp service
- Fixed problem where the typebot final keyword did not work
- Typebot's wait now pauses the flow and composing is defined by the delay_message parameter in set typebot
- Composing over 20s now loops until finished
What's Changed
- fix: Correção na Função sendList by @w3nder in #322
- refactor(chatwoot): remove message ids cache in chatwoot to use chatwoot's api itself by @jaison-x in #331
- fix(chatwoot): when receiving a file from whatsapp, use the original filename in chatwoot if possible by @jaison-x in #332
- fix(chatwoot): when possible use the original file extension by @jaison-x in #334
- perf(chatwoot): only use a axios request to get file mimetype if necessary by @jaison-x in #336
- fix(chatwoot): fix looping when deleting a message in chatwoot by @jaison-x in #338
- perf(chatwoot): create cache for the most used/expensive functions in chatwoot by @jaison-x in #342
- fix(chatwoot): invalidate the conversation cache if reopen_conversation is false and the conversation was resolved by @jaison-x in #351
- Fix: Corrects the generation of the hash variable name by @AlanMartines in #355
- feat(cacheservice): add support to use use redis in cacheservice by @jaison-x in #360
- feat(chatwoot): read messages from whatsapp in chatwoot by @jaison-x in #363
- fix: message 'connection successfully' spamming by @jaison-x in #369
- fix: Sending status message by @leandrosroc in #370
- Add number parameter to OnWhatsAppDto constructor by @judsonjuniorr in #371
- Typebot: Remove quebra de linha no index final do array | Obtem a resposta de um sendList (Lista) by @edisoncm-ti in #372
- Join in Group by Invite Code by @leandrosroc in #373
- Proxy improvements by @judsonjuniorr in #374
- Fix polls in message sending by @judsonjuniorr in #375
- Improvement on numbers validation by @judsonjuniorr in #377
- Implemented a function to synchronize message deletions on WhatsApp, automatically reflecting in Chatwoot. by @moraisamilton in #378
- Added sendList endpoint to swagger documentation by @judsonjuniorr in #379
- Add translate capabilities to QRMessages in CW by @drauber in #380
- fix: collecting responses with text or numbers in Typebot by @edisoncm-ti in #381
- Fix with nine number brazil by @yvescleuder in #382
- hotfix: bug on chatwoot sdk by @jaison-x in #392
- feat: If contact stored with name, name added in return by @leandrosroc in #390
- Fix/chatwoot validate 9 digit by @deivisonrpg in #393
- Feat Chatwoot - Reject Message If is not a valid wpp number by @deivisonrpg in #394
- Fix(chatwoot): Include identifier to contact filter by @deivisonrpg in #397
- feat(chatwoot): import history messages to chatwoot on whatsapp connection by @jaison-x in #395
- Improvement on whatsapp number validation by @judsonjuniorr in #402
- Temp instance deletion by @judsonjuniorr in #404
- Extracted profile picture request from contacts.upsert function by @judsonjuniorr in #406
- fix(chatwoot): fix qrcode filename by @jaison-x in #408
- feat(chatwoot): command to clearcache from chatwoot inbox by @jaison-x in #410
- Feat/labels by @judsonjuniorr in #409
- Changed label update to chat instead of contacts by @judsonjuniorr in #411
- Implement contact upsert in messaging-history.set by @judsonjuniorr in #419
- Improve proxy error handling by @judsonjuniorr in #420
- Refactor fetching participants for group in WhatsApp service by @judsonjuniorr in #421
- Add blockUser functionality by @w3nder in #433
- feat(chatwoot): add some translations on chatwoot messages by @jaison-x in #434
- fix: incorrect images in project by @gabrielporfiro in #457
- Change the way numbers are validated on whatsapp by @judsonjuniorr in #460
- Refactor/temp delete option by @judsonjuniorr in #461
- RabbitMQ improvements by @judsonjuniorr in #451
- Update variables .env.example docker by @bergpinheiro in #462
- feat(chatwoot): read last message on WhatsApp when a message is sent from Chatwoot by @jaison-x in #473
- feat(chatwoot): show edited messages from WhatsApp in Chatwoot by @jaison-x in #474
- fix: add option to select specific fields on find message repository by @jaison-x in #475
- fix(chatwoot): fix config name by @jaison-x in #477
- fix: add missing example env variables by @jaison-x in #478
New Contributors
- @AlanMartines made their first contribution in #355
- @leandrosroc made their first contribution in #370
- @judsonjuniorr made their first contribution in #371
- @edisoncm-ti made their first contribution in #372
- @yvescleuder made their first contribution in #382
- @deivisonrpg made their first contribution in #393
- @gabrielporfiro made their first contribution in #457
- @bergpinheiro made their first contribution in #462
Full Changelog: 1.6.1...1.7.0