File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments