Skip to content

Releases: clairton/unoapi-cloud

v1.26.6

03 Feb 13:42
Compare
Choose a tag to compare
  • fix not send qrcode to webhook

Become a sponsor https://github.com/sponsors/clairton

v1.26.4

01 Feb 21:54
Compare
Choose a tag to compare

baileys 6.7.12

v1.26.3

31 Jan 20:39
Compare
Choose a tag to compare
  • baileys 6.7.10

v1.26.2

31 Jan 17:01
Compare
Choose a tag to compare

Version 1.26.2

  • always use internal id for messages, before this, sometimes with two sessions in the connected in chatwoot when message is the same, the second message was is ignored by chatwoot because source_id exist in database.

Become a sponsor https://github.com/sponsors/clairton

v1.26.0

28 Jan 14:06
Compare
Choose a tag to compare

-send message with lid

Example:

curl -i -X POST \
http://localhost:9876/v15.0/5549988290955/messages \
-H 'Content-Type: application/json' \
-H 'Authorization: 1' \
-d '{
  "messaging_product": "whatsapp",
  "to": "206652636680324@lid",
  "type": "text",
  "text": {
    "body": "hello"
  }
}'

Webook paylod send tag wa_id with this @lid value too, chatwoot-uno version v3.15.1-uno(https://github.com/clairton/chatwoot) work with this.

Become a sponsor https://github.com/sponsors/clairton

v1.25.2

27 Jan 17:28
Compare
Choose a tag to compare
  • fix save token on login in manager

Become a sponsor https://github.com/sponsors/clairton

v1.25.1

17 Jan 11:56
Compare
Choose a tag to compare
  • fix remove session

Become a sponsor https://github.com/sponsors/clairton

v1.25.0

16 Jan 23:31
Compare
Choose a tag to compare

Add env DEFAULT_LOCALE to change translations of notification status, default in en but is possible set pt_BR for now.

Become a sponsor https://github.com/sponsors/clairton

Example in chatwoot inbox.
Captura de Tela 2025-01-16 às 20 32 07

v1.24.15

16 Jan 17:05
Compare
Choose a tag to compare
  • fix endpoint /contacts
  • nodejs 22 in docker image

Become a sponsor https://github.com/sponsors/clairton

v1.24.14

16 Jan 15:59
Compare
Choose a tag to compare
  • change env DATA_PROFILE_TTL to DATA_URL_TTL and fix default value to 3 days

Become a sponsor https://github.com/sponsors/clairton