Skip to content

v1.7.1

Choose a tag to compare

@github-actions github-actions released this 11 Aug 18:24
· 19 commits to master since this release

What's Changed

Features

  • feat(fake-server): allow pinning the Noise root CA by @jlucaso1 in #231

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

  • fix: split poll creation between V1 and V3 by selectableCount by @digaovaa in #229

New Contributors

Full Changelog: v1.7.0...v1.7.1