mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-14 01:41:24 -06:00
5.4 KiB
5.4 KiB
1.3.0 (homolog)
Features
- Added messages.delete event
Fixed
- Fixed error to send message in large groups
- Docker files adjusted
- Fixed in the postman collection the webhookByEvent parameter by webhook_by_events
- Now it's getting the API URL directly in the request, no longer need the variable in the env file
- Removed link preview endpoint, now it's done automatically from sending conventional text
- Added group membership validation before sending message to groups
- Adjusts in Dockerfile
1.2.2 (2023-07-15 09:36)
Fixed
- Tweak in route "/" with version info
- Adjusts chatwoot version
Integrations
- Chatwoot: v2.18.0
1.2.1 (2023-07-14 19:04)
Fixed
- Adjusts in docker files
- Save picture url groups in chatwoot
1.2.0 (2023-07-14 15:28)
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
1.1.5 (2023-07-12 07:17)
Fixed
- Adjusts in temp folder
- Return with event send_message
1.1.4 (2023-07-08 11:01)
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
1.1.3 (2023-07-06 11:43)
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
1.1.2 (2023-06-28 13:43)
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
1.1.1 (2023-06-28 10:27)
Features
- Added group invitation sending
- Added webhook configuration per event in the individual instance registration
Fixed
- Adjust dockerfile variables
1.1.0 (2023-06-21 11:17)
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
- Remove recording of old messages on sync
1.0.9 (2023-06-10)
Fixed
- Adjust dockerfile variables
1.0.8 (2023-06-09)
Features
- Added Docker compose file
- Added ChangeLog file
1.0.7 (2023-06-08)
Features
- Ghost mention
- Mention in reply
- Profile photo change
- Profile name change
- Profile status change
- Sending a poll
- Creation of LinkPreview if message contains URL
- New webhooks system, which can be separated into a url per event
- Sending the local webhook url as destination in the webhook data for webhook redirection
- Startup modes, server or container
- Server Mode works normally as everyone is used to
- Container mode made to use one instance per container, when starting the application an instance is already created and the qrcode is generated and it starts sending webhook without having to call it manually, it only allows one instance at a time.