Releases: 398ja/payment-adapter
Releases · 398ja/payment-adapter
v0.10.1
[0.10.1] - 2026-02-19
Fixed
- Missing
customer_pubkeycolumn in V1 Flyway migration forcash_invoicetable - Receipt event (kind 5202) now addressed to stored customer pubkey instead of merchant key
- Invalid customer pubkey handled gracefully with fallback to merchant key in receipt flow
- Newly created invoices now subscribed to Nostr relay events automatically (not only at startup)
CashWebhookHandlerServiceLoader discovery via added no-arg constructor- Dockerfile COPY path updated from
payment-gateway-resttopayment-adapter-rest HttpClientAutoCloseable leak inWebSocketRelayConnection- Busy-wait retry loops replaced with
TimeUnit.MILLISECONDS.sleepin webhook forwarders - Removed dead
giftWrap@Builder.Default nullconstant inNostrCashUri - Removed unused
sseEmittersmap fromCashPaymentController - Added
@ComponentScantoCashGatewayConfigforCashGatewaybean discovery - Added Spring configuration metadata for custom
cash.*properties
Full Changelog: v0.10.0...v0.10.1