chore(release): v4.2.3 #518
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/release-v4.2.3"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Cuts v4.2.3: phase 1 of the v4.3.0 build order (#514), shipped early because three of these are things the bot was telling players that were not true.
APP_VERSIONandBOT_EXPECTED_APP_VERSION→ 4.2.3;make check-versionspasses. No migration (e9fa0b1c2d3estays the head), bot contract v1 unchanged (the notification payload's link field is additive), no new settings. Operators may turn the Message Content toggle off in the Developer Portal.[Unreleased]is empty.After merge: tag
v4.2.3, deploy dev → validate → deploy prod → validate (bot startup with the reduced intents, handshake).🤖 Generated with Claude Code
Deployed.
docker-test)docker-host-mcp)64b5e1564b5e15e9fa0b1c2d3e (head), no upgrades runVersion handshake OK: backend 4.2.3, bot API contract v1, logged in, commands syncedTwo observations, neither a regression:
Privileged message content intent is missing, commands may not work as expected.at startup. It is emitted becausecommands.Botis constructed withcommand_prefix="!"while no prefix command exists; harmless (every command is a slash command), but noise a self-hoster will read as a problem. Fix is one line (command_prefix=commands.when_mentioned), handed to the phase 5 bot lane.1 encrypted setting(s) cannot be decrypted with this SECRET_KEY ... discord_…at startup: a setting saved under a differentSECRET_KEYon the dev box. Dev-box configuration, not the release.