chore(release): v0.8.19#790
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cuts v0.8.19 — 22 commits since v0.8.18.
Why 0.8.19 and not 0.9.0
[Unreleased]carries asrc/ordashboard/files — only CHANGELOG, docs, sdk. The gateway's payloads are byte-identical; it corrected the SDKs' type declarations to match what the server already sent.docs/15:125-126scopes MINOR to "removed/renamed fields, changed payload semantics, deployment-topology changes" — gateway concerns. PATCH is "bug fixes and backward-compatible additions… The default for ongoing work."docs/18states the SDKs are versioned independently of the gateway.So: fixes + one backward-compatible addition (the Go SDK) = PATCH.
docs/18's independence claim stays true and needs no amendment.What's in it
The
$1id-rename saga closes out. WA Web 2.3000.x renamedMsgKey._serialized→$1; this release finishes the sweep across every path — send, ack, status, live inbound (#779), and revocation (#789). The last one bites even a fully patched install:Client.js:680overwrites the normalized id with a raw spread ofprotocolMessageKey, so without the fallback a deleted message's text stayed in the database while WhatsApp showed it deleted.Also: the patcher can no longer latch a half-patched dependency (#772); status posts fail honestly instead of fabricating a 201 (#773); the Message Tester stopped inventing HTTP status codes (#771, closing #750); typed SDK records match the wire (#777, closing #754); and four dashboard fixes (#766–#769).
Plus a documentation pass that removed eleven verified-false sentences — most importantly that
docs/06told whatsapp-web.js operators status posting returns501(untrue since #714) while promising arecipientsallow-list the wwjs path silently ignores.Verification
Full gate on this exact tree:
check:versions— OK (package.json = 0.8.19)openapi:check— green; the snapshot delta is the version line onlyeslint0 errors (backend + dashboard) ·npm run buildclean (both)npm test— 188 suites, 2453 passingnpm run test:e2e— 52 passingtest:unit— 109 passing ·i18n:check— parity passedThe diff is exactly the six files the v0.8.18 cut touched (
f71127b), and both lockfile diffs are version-only — no dependency churn.Not in this release, deliberately
The seven open dependabot PRs are held for post-tag triage. Two are red for real reasons worth recording: #788 fails because TypeScript 6.0.3 itself demands an explicit
rootDirand rejectsnode10resolution (a tsconfig migration, not a bump) — and it bundlestypeorm 0.3.30 → 1.1.0andsqlite3 5 → 6behind a routine-looking title. #783 fails the Docker build becausenode:26-slimmoves the base to Debian trixie and the Chromium install doesn't survive it.