Back to Freedom.Tech Back
All Lightning.Pub releasesAll versions
Release Mon, Aug 24, 2026 1 min read

Lightning.Pub 0.0.39

Original release notes

API

No public API changes. proto/service and proto/autogenerated/client.md are unchanged since v0.0.38.

Config

No new or changed configuration options.

Migration

No database migrations required.

Changes

  • Startup hang fix: GetPaymentFromHash (LND trackPaymentV2) now times out after 10 seconds instead of waiting indefinitely. Pending-payment reconciliation during startup can no longer block Nostr relay connection. On timeout, the payment stays pending and is retried later rather than being treated as not found.
  • Inactive user cleanup: CleanupInactiveUsers and CleanupNeverActiveUsers skip users with pending outgoing payments, avoiding deletion or ban while a spend is still in flight.