v1.7.1
What's Changed
Features
Fixes
- fix: set native_flow biz name for PIX and review-and-pay sends by @digaovaa in #228
- fix(plugins): keep plugin event maps under exactOptionalPropertyTypes by @vinikjkkj in #239
- fix: align the noise payload and pairing flow with WhatsApp Web by @vinikjkkj in #237
- fix(newsletter): send fetch_pinned_messages on metadata queries by @vinikjkkj in #240
- fix(protocol): match the own account's hosted devices in isOwnAccountJid by @vinikjkkj in #241
Performance
- perf: cut hot-path CPU and allocations across signal, codec, media and appstate by @vinikjkkj in #225
- perf: single-pass outbound attrs and sync signal hot-path helpers by @vinikjkkj in #226
- perf: decode history sync chunks incrementally instead of materializing the graph by @vinikjkkj in #227
- perf: cut redundant work from the group send and jid hot paths by @vinikjkkj in #232
- perf(media): encrypt into a buffer that already reserves room for the mac by @vinikjkkj in #233
Other Changes
New Contributors
Full Changelog: v1.7.0...v1.7.1