No HTTP, Nostr, or protobuf API changes since v0.0.31. Client integrations are unchanged.
Bug fixes
Push notifications: Fix service startup order so NotificationsManager is initialized before PaymentSideEffects. Operators who saw missing payment push notifications after v0.0.31 should upgrade.
Sanity checker: Reduce false failures on nodes whose LND payment or invoice history exceeds the 1,000-entry fetch window. LND cross-checks now apply only once the event log reaches the oldest fetched LND record (or immediately when full history fits in the window).
Config & migration
No new or changed operator configuration.
No database or data migrations required. Deploy as a normal rolling upgrade.
Build / CI (source builds only)
TypeScript upgraded to ~6.0.3; npm run build now runs tsc with ignoreDeprecations set in tsconfig.json. Runtime behavior is unchanged for prebuilt images.