Skip to content

Releases: oxidezap/whatsapp-rust-bridge

v0.16.0

Choose a tag to compare

@oxidezap-release-bot oxidezap-release-bot released this 19 Aug 04:44
bff99b8

0.16.0 (2026-08-19)

⚠ BREAKING CHANGES

  • deps: update whatsapp-rust so a stranded group member is keyed again (#73)

Bug Fixes

  • deps: update whatsapp-rust so a stranded group member is keyed again (#73) (c2e5d33)

This PR was generated with Release Please. See documentation.

v0.15.0

Choose a tag to compare

@oxidezap-release-bot oxidezap-release-bot released this 18 Aug 04:56
f938ae3

0.15.0 (2026-08-18)

Features

  • messaging: let an edit carry a caller-supplied stanza id (#70) (4f4ba2e)

This PR was generated with Release Please. See documentation.

v0.14.0

Choose a tag to compare

@oxidezap-release-bot oxidezap-release-bot released this 17 Aug 19:05
d950ace

0.14.0 (2026-08-17)

⚠ BREAKING CHANGES

  • deps: a message's envelope type and mediatype cross typed, and a build retirement deadline becomes an event (#67)

Features

  • deps: a message's envelope type and mediatype cross typed, and a build retirement deadline becomes an event (#67) (7df72f8)
  • errors: carry the server's retry delay on a rejection (#66) (e95d64c)

This PR was generated with Release Please. See documentation.

v0.13.0

Choose a tag to compare

@oxidezap-release-bot oxidezap-release-bot released this 14 Aug 06:14
ac566f4

0.13.0 (2026-08-14)

⚠ BREAKING CHANGES

  • deps: update whatsapp-rust so a stranded participant recovers, and report a send that reached nobody (#64)

Bug Fixes

  • deps: update whatsapp-rust so a stranded participant recovers, and report a send that reached nobody (#64) (472e6d8)

This PR was generated with Release Please. See documentation.

v0.12.0

Choose a tag to compare

@oxidezap-release-bot oxidezap-release-bot released this 13 Aug 19:57
cad947a

0.12.0 (2026-08-13)

⚠ BREAKING CHANGES

  • wire: hold the message string table across batches, as the receipt one does (#58)

Bug Fixes

  • wire: read the packed string region in the unit the wire writes (#57) (c1c0fb0)

Performance

  • let a source build drop the domains it does not use (#62) (a7aabec)
  • proto: measure what the 657 generated codecs cost, and which fix pays (#60) (5383497)
  • pull the inlining lever #61 measured, and take the core's msg_secrets bound (#63) (80c36cc)
  • wasm: name the three functions that dominate V8's compile-zone peak, and price the one lever (#61) (5d10541)
  • wire: hold the message string table across batches, as the receipt one does (#58) (d5b6b38)

v0.11.0

Choose a tag to compare

@oxidezap-release-bot oxidezap-release-bot released this 12 Aug 22:28
6f8d348

0.11.0 (2026-08-12)

⚠ BREAKING CHANGES

  • deps: update whatsapp-rust so a caller's no longer duplicates the derived one (#55)

Bug Fixes

  • deps: update whatsapp-rust so a caller's <biz> no longer duplicates the derived one (#55) (7355996)

This PR was generated with Release Please. See documentation.

v0.10.0

Choose a tag to compare

@oxidezap-release-bot oxidezap-release-bot released this 12 Aug 18:03
e516604

0.10.0 (2026-08-12)

⚠ BREAKING CHANGES

  • events: deliver the core events the bridge was dropping (#54)
  • deps: update whatsapp-rust so a degraded sync still announces the connection (#51)

Features

  • events: deliver the core events the bridge was dropping (#54) (2a27217)

Bug Fixes

  • codegen: point generated declarations at the proto types they name (#52) (4f5eccd)
  • deps: update whatsapp-rust so a degraded sync still announces the connection (#51) (5b2a9d0)

v0.9.0

Choose a tag to compare

@oxidezap-release-bot oxidezap-release-bot released this 12 Aug 00:16
279ce0a

0.9.0 (2026-08-11)

⚠ BREAKING CHANGES

  • proto: agree on where a field ends and how deep a message goes (#49)

Bug Fixes

  • proto: agree on where a field ends and how deep a message goes (#49) (0bddd55)

This PR was generated with Release Please. See documentation.

v0.8.1

Choose a tag to compare

@oxidezap-release-bot oxidezap-release-bot released this 10 Aug 23:43
3630cab

0.8.1 (2026-08-10)

Bug Fixes

  • proto: read framed payloads the way the wire format defines them (#44) (470d554)

Chores


This PR was generated with Release Please. See documentation.

v0.8.0

Choose a tag to compare

@oxidezap-release-bot oxidezap-release-bot released this 10 Aug 20:08
9f356e1

0.8.0 (2026-08-10)

⚠ BREAKING CHANGES

  • proto: decode 64-bit fields outside the safe range instead of failing the message (#42)

Bug Fixes

  • proto: decide and document what the codec does with invalid UTF-8 (#39) (41618fa)
  • proto: decode 64-bit fields outside the safe range instead of failing the message (#42) (f12e8c9)
  • proto: make the numeric input contract consistent and documented (#38) (79ca1f2)