Skip to content

Commit 4c93ff4

Browse files
author
Codex CLI
committed
chore(release): 3.0.0-beta-58\n\n- Fix(status 1:1): map provider id to UNO id in receipts for proper delivered/read correlation\n- Update CHANGELOG (EN/PT-BR)
1 parent f735d37 commit 4c93ff4

3 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ The format is based on Keep a Changelog and follows SemVer when applicable.
2626
- Fix(webhook): lightweight inbound deduplication to avoid duplicates during reconnect/history import
2727
- New `INBOUND_DEDUP_WINDOW_MS` (default 7000ms); skip same `remoteJid|id` seen within the window
2828
- Chore: bump version to 3.0.0-beta-57
29+
30+
## 3.0.0-beta-58
31+
32+
- Fix(status 1:1): map provider id to UNO id in `message-receipt.update` for correct delivered/read correlation
33+
- Ensures webhook status updates use the same id returned on send; avoids stuck “delivered” or missing “read” in 1:1
34+
- Applies id normalization before emitting the webhook (ListenerBaileys)
35+
- Chore: version bump to 3.0.0-beta-58
2936

3037
## 3.0.0-beta-52
3138

docs/pt-BR/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ O formato segue o Keep a Changelog e adota SemVer quando aplicável.
2626
- Correção(webhook): deduplicação leve de mensagens de entrada para evitar duplicatas em reconexão/importação de histórico
2727
- Nova `INBOUND_DEDUP_WINDOW_MS` (padrão 7000ms); ignora mesma combinação `remoteJid|id` vista na janela
2828
- Tarefa: bump de versão para 3.0.0-beta-57
29+
30+
## 3.0.0-beta-58
31+
32+
- Correção(status 1:1): mapeia id do provedor para id UNO em `message-receipt.update` para correlacionar delivered/read corretamente
33+
- Garante que os updates de status no webhook usem o mesmo id retornado no envio; evita ficar “preso” em entregue ou perder o “lido” em 1:1
34+
- Normalização do id aplicada antes de emitir o webhook (ListenerBaileys)
35+
- Tarefa: bump de versão para 3.0.0-beta-58
2936

3037
## 3.0.0-beta-52
3138

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unoapi-cloud",
3-
"version": "3.0.0-beta-57",
3+
"version": "3.0.0-beta-58",
44
"description": "Unoapi Cloud",
55
"exports": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)