Back to Freedom.Tech Back
All Lightning.Pub releasesAll versions
Release Sat, Jul 25, 2026 1 min read

Lightning.Pub 0.0.32

Original release notes

Lightning.Pub v0.0.32

API

  • 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.