1 parent a36b259 commit 44bc873Copy full SHA for 44bc873
2 files changed
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# zaileys
2
3
+## 4.8.8
4
+
5
+### Minor Changes
6
7
+- expand the message payload and fix silently dropped context
8
+- resolve whatsapp usernames via the mex graphql lookup
9
+- send personal status via audience()
10
+- add bulk lid/pn mapping lookups
11
+- add fetchHistory to request older messages
12
+- add call privacy setting
13
+- expose senderUsername on the message context
14
+- expose caller details from the raw call stanza
15
16
## 4.8.7
17
18
### Patch Changes
package.json
@@ -1,7 +1,7 @@
{
"name": "zaileys",
"description": "Zaileys - Simplified WhatsApp Node.js TypeScript/JavaScript API",
- "version": "4.8.7",
+ "version": "4.8.8",
"license": "MIT",
"type": "module",
"main": "./dist/index.cjs",
0 commit comments