Releases: EvolutionAPI/evolution-api
Releases · EvolutionAPI/evolution-api
v1.2.1
Fixed
- Adjusts in docker files
- Save picture url groups in chatwoot
What's Changed
- Feature/mongo express rebrow by @helioelias in #4
New Contributors
- @helioelias made their first contribution in #4
Full Changelog: 1.2.0...1.2.1
v1.2.0
Features
- Native integration with chatwoot
- Added returning or non-returning participants option in fetchAllGroups
- Added group integration to chatwoot
- Added automation on create instance to chatwoot
- Added verbose logs and format chatwoot service
Fixed
- Adjusts in docker-compose files
- Adjusts in number validation for AR and MX numbers
- Adjusts in env files, removed save old_messages
- Fix when sending a message to a group I don't belong returns a bad request
- Fits the format on return from the fetchAllGroups endpoint
- Adjust in send document with caption from chatwoot
- Fixed message with undefind in chatwoot
- Changed message in path /
- Test duplicate message media in groups chatwoot
- Optimize send message from group with mentions
- Fixed name of the profile status in fetchInstances
- Fixed error 500 when logout in instance with status = close
Full Changelog: 1.1.5...1.2.0
v1.1.5
v1.1.4
Features
- Route to send status broadcast
- Added verbose logs
- Insert allContacts in payload of endpoint sendStatus
Fixed
- Adjusted set in webhook to go empty when enabled false
- Adjust in store files
- Fixed the problem when do not save contacts when receive messages
- Changed owner of the jid for instanceName
- Create .env for installation in docker
Full Changelog: 1.1.3...1.1.4
v1.1.3
Features
- Added configuration for Baileys log level in env
- Added audio to mp4 converter in optionally get Base64 From MediaMessage
- Added organization name in vcard
- Added email in vcard
- Added url in vcard
- Added verbose logs
Fixed
- Added timestamp internally in urls to avoid caching
- Correction in decryption of poll votes
- Change in the way the api sent and saved the sent messages, now it goes in the messages.upsert event
- Fixed cash when sending stickers via url
- Improved how Redis works for instances
- Fixed problem when disconnecting the instance it removes the instance
- Fixed problem sending ack when preview is done by me
- Adjust in store files
Full Changelog: 1.1.2...1.1.3
v1.1.2
Fixed
- Fixed baileys version in package.json
- Fixed problem that did not validate if the token passed in create instance already existed
- Fixed problem that does not delete instance files in server mode
Full Changelog: 1.1.1...1.1.2
v1.1.1
Features
- Added group invitation sending
- Added webhook configuration per event in the individual instance registration
Fixed
- Adjust dockerfile variables
Full Changelog: 1.1.0...1.1.1
v1.1.0
Features
- Improved fetch instances endpoint, now it also fetch other instances even if they are not connected
- Added conversion of audios for sending recorded audio, now it is possible to send mp3 audios and not just ogg
- Route to fetch all groups that the connection is part of
- Route to fetch all privacy settings
- Route to update the privacy settings
- Route to update group subject
- Route to update group description
- Route to accept invite code
- Added configuration of events by webhook of instances
- Now the api key can be exposed in fetch instances if the EXPOSE_IN_FETCH_INSTANCES variable is set to true
- Added option to generate qrcode as soon as the instance is created
- The created instance token can now also be optionally defined manually in the creation endpoint
- Route to send Sticker
Fixed
- Adjust dockerfile variables
- tweaks in docker-compose to pass variables
- Adjust the route getProfileBusiness to fetchProfileBusiness
- fix error after logout and try to get status or to connect again
- fix sending narrated audio on whatsapp android and ios
- fixed the problem of not disabling the global webhook by the variable
- Adjustment in the recording of temporary files and periodic cleaning
- Fix for container mode also work only with files
Full Changelog: 1.0.9...1.1.0