|
| 1 | +# 1.7.0 (2024-03-11 18:23) |
| 2 | + |
| 3 | +### Feature |
| 4 | + |
| 5 | +* Added update message endpoint |
| 6 | +* Add translate capabilities to QRMessages in CW |
| 7 | +* Join in Group by Invite Code |
| 8 | +* Read messages from whatsapp in chatwoot |
| 9 | +* Add support to use use redis in cacheservice |
| 10 | +* Add support for labels |
| 11 | +* Command to clearcache from chatwoot inbox |
| 12 | +* Whatsapp Cloud API Oficial |
| 13 | + |
| 14 | +### Fixed |
| 15 | + |
| 16 | +* Proxy configuration improvements |
| 17 | +* Correction in sending lists |
| 18 | +* Adjust in webhook_base64 |
| 19 | +* Correction in typebot text formatting |
| 20 | +* Correction in chatwoot text formatting and render list message |
| 21 | +* Only use a axios request to get file mimetype if necessary |
| 22 | +* When possible use the original file extension |
| 23 | +* When receiving a file from whatsapp, use the original filename in chatwoot if possible |
| 24 | +* Remove message ids cache in chatwoot to use chatwoot's api itself |
| 25 | +* Adjusts the quoted message, now has contextInfo in the message Raw |
| 26 | +* Collecting responses with text or numbers in Typebot |
| 27 | +* Added sendList endpoint to swagger documentation |
| 28 | +* Implemented a function to synchronize message deletions on WhatsApp, automatically reflecting in Chatwoot. |
| 29 | +* Improvement on numbers validation |
| 30 | +* Fix polls in message sending |
| 31 | +* Sending status message |
| 32 | +* Message 'connection successfully' spamming |
| 33 | +* Invalidate the conversation cache if reopen_conversation is false and the conversation was resolved |
| 34 | +* Fix looping when deleting a message in chatwoot |
| 35 | +* When receiving a file from whatsapp, use the original filename in chatwoot if possible |
| 36 | +* Correction in the sendList Function |
| 37 | +* Implement contact upsert in messaging-history.set |
| 38 | +* Improve proxy error handling |
| 39 | +* Refactor fetching participants for group in WhatsApp service |
| 40 | +* Fixed problem where the typebot final keyword did not work |
| 41 | +* Typebot's wait now pauses the flow and composing is defined by the delay_message parameter in set typebot |
| 42 | +* Composing over 20s now loops until finished |
| 43 | + |
1 | 44 | # 1.6.1 (2023-12-22 11:43) |
2 | 45 |
|
3 | 46 | ### Fixed |
|
0 commit comments