Releases: dudanogueira/rocket.connect
V0.3.0
Thanks to all that helped with this release, testing and proposing new features!!
Specially:
- @diegoromanio
- @mtcoliveira
- @willianmazzardo
Fixes:
- Allow line break on text fields #40
- Missing configuration for supress_visitor_name #41
- Alert for Session Taken not working properly #35
Features WPPCONNECT:
- Vcard auto answer
- Reply support
- Department Triage (Poor Man's Bot)
- Get unread messages on start, and do not rely on buggy server-cli option
- Parse Dynamic Buttons and Json payloads accordingly
General Features
- Initial Reply
- DJANGO_DATA_UPLOAD_MAX_MEMORY_SIZE is now configurable
0.2.0 is Here!
After some good revamp into the base code, we now are able to deliver v0.2.0
It will start the transition to using the WPPCONNECT (https://wppconnect-team.github.io/) as our Whatsapp Library of choice.
Some nice features delivered:
- Better Server Check, AUTH and ALIVE
- Active Chat - create an active chat by typing: zapit 553199981212@Support Hi! How can we help you?
- Connectors now can have a configuration form
- Form to create new Server and New Connectors
- Other improvements
Release v0.1.26
Update WA-AUTOMATE to 4.11.0
V0.1.25
Asterisk Connector!
Some more improvements into WA-AUTOMATE
soon: wppconnect whatsapp connector in addition to WA-AUTOMATE
V0.1.22
- New Asterisk Connector!!
The Asterisk Connector will listen for Asterisk events and push to a endpoint (client at https://github.com/dudanogueira/rocket.connect/blob/master/rocket_connect/utils/clients/asterisk.py). It will register the queue calls, and alert abound new voicemails and abandoned calls.
V0.1.21
V0.1.9
v0.1.8
V0.1.7
- WAAUTOMATE: Fix a bug for business accounts
- Remove some done todos
- Move force_delivery for
- Show messages of success or error when forcing delivery of undelivered messages
Two new connector options:
outcome_message_with_quoted_message - it will not optionally outcome WAAUTOMATE quoted messages. Rocketchat don't support quoted messages at omnichannel, so the way to achive this is by doing like this:
This option is good if you are using bot, as the bot will get confused with the quoted message
outcome_attachment_description_as_new_message it will outcome attachments description (all attachments) as a new message. This is good for bots, as bots will not react to images. So if the visitor sends an imagem with caption/description, the bot will now be able to interact.
V0.1.6
Adds fallback for visitor name getting at WAAUTOMATE :)