Skip to content

Commit c2529b5

Browse files
committed
release: v4.1.1
Reliability hardening: - wire getMessage so undelivered messages resend (fixes WhatsApp 'Waiting for this message' on recipients) - resolve connect() promise across reconnect instead of hanging - scheduler retains jobs on fire-time failure; re-arms memory jobs - postgres store serializes messages with BufferJSON (media survives) - delete(forEveryone:false) deletes-for-me instead of revoking for all - lookupQuoted keeps trying fromMe variant on store error - reject album/interactive schedules instead of silently dropping content - drop dead cacheSize/cacheTtlSeconds auth options
1 parent 2b54a2f commit c2529b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zaileys",
33
"description": "Zaileys - Simplified WhatsApp Node.js TypeScript/JavaScript API",
4-
"version": "4.1.0",
4+
"version": "4.1.1",
55
"license": "MIT",
66
"type": "module",
77
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)