Skip to content

Releases: EvolutionAPI/evolution-api

v1.5.0

18 Aug 15:50
Compare
Choose a tag to compare

Feature

  • New instance manager in /manager route
  • Added extra files for chatwoot and appsmith
  • Added Get Last Message and Archive for Chat
  • Added env var QRCODE_COLOR
  • Added websocket to send events
  • Added rabbitmq to send events
  • Added Typebot integration
  • Added proxy endpoint
  • Added send and date_time in webhook data

Fixed

  • Solved problem when disconnecting from the instance the instance was deleted
  • Encoded spaces in chatwoot webhook
  • Adjustment in the saving of contacts, saving the information of the number and Jid
  • Update Dockerfile
  • If you pass empty events in create instance and set webhook it is understood as all
  • Fixed issue that did not output base64 averages
  • Messages sent by the api now arrive in chatwoot

Integrations

  • Chatwoot: v2.18.0 - v3.0.0
  • Typebot: v2.16.0
  • Manager Evolution API

What's Changed

Full Changelog: 1.4.8...1.5.0

v1.4.8

27 Jul 13:29
Compare
Choose a tag to compare

Fixed

  • Fixed error return bug

Full Changelog: 1.4.7...1.4.8

v1.4.7

27 Jul 11:53
Compare
Choose a tag to compare

Fixed

  • Fixed error return bug
  • Fixed problem of getting message when deleting message in chatwoot
  • Change in error return pattern

Full Changelog: 1.4.6...1.4.7

v1.4.6

26 Jul 22:55
Compare
Choose a tag to compare

Fixed

  • Fixed bug of creating new inbox by chatwoot
  • When conversation reopens is pending when conversation pending is true
  • Added docker-compose file with dockerhub image

What's Changed

Full Changelog: 1.4.5...1.4.6

v1.4.5

26 Jul 12:40
Compare
Choose a tag to compare

Fixed

  • Fixed problems in localization template in chatwoot
  • Fix mids going duplicated in chatwoot

What's Changed

New Contributors

Full Changelog: 1.4.4...1.4.5

v1.4.4

25 Jul 19:20
Compare
Choose a tag to compare

Fixed

  • Fixed chatwoot line wrap issue
  • Solved receive location in chatwoot
  • When requesting the pairing code, it also brings the qr code
  • Option reopen_conversation in chatwoot endpoint
  • Option conversation_pending in chatwoot endpoint

Full Changelog: 1.4.3...1.4.4

v1.4.3

25 Jul 13:57
Compare
Choose a tag to compare

Fixed

  • Adjusts in settings with options always_online, read_messages and read_status
  • Fixed send webhook for event CALL
  • Create instance with settings

Full Changelog: 1.4.2...1.4.3

v1.4.2

24 Jul 23:53
Compare
Choose a tag to compare

Fixed

  • Fixed validation is set settings
  • Adjusts in group validations
  • Ajusts in sticker message to chatwoot

What's Changed

Full Changelog: 1.4.1...1.4.2

v1.4.1

24 Jul 21:29
Compare
Choose a tag to compare

Fixed

  • Fixed reconnect with pairing code or qrcode
  • Fixed problem in createJid

Full Changelog: 1.4.0...1.4.1

v1.4.0

24 Jul 20:06
Compare
Choose a tag to compare

Features

  • Added connection functionality via pairing code
  • Added fetch profile endpoint in chat controller
  • Created settings controller
  • Added reject call and send text message when receiving a call
  • Added setting to ignore group messages
  • Added connection with pairing code in chatwoot with command /init:{NUMBER}
  • Added encoding option in endpoint sendWhatsAppAudio

Fixed

  • Added link preview option in send text message
  • Fixed problem with fileSha256 appearing when sending a sticker in chatwoot
  • Fixed issue where it was not possible to open a conversation when sent at first by me on my cell phone in chatwoot
  • Now it only updates the contact name if it is the same as the phone number in chatwoot
  • Now accepts all chatwoot inbox templates
  • Command to create new instances set to /new_instance:{NAME}:{NUMBER}
  • Fix in chatwoot set, sign msg can now be disabled

Integrations

  • Chatwoot: v2.18.0 - v3.0.0 (Beta)

What's Changed

New Contributors

Full Changelog: 1.3.2...1.4.0