This repository was archived by the owner on Jul 19, 2023. It is now read-only.
Releases: lncm/invoicer
Releases · lncm/invoicer
Efficient Effort
Notable changes:
- releases now contains both
arm32v6
andarm32v7
.arm32v6
was previously referred to as justarm
; - each payment status request now reuses the same subscriber, and cleans up after itself, making invoicer consume less resources even if not restarted for a very long time;
lnd.kill-count
added. Allows you to specify how many times shouldinvoicer
try & fail to communicate withlnd
before it terminates itself.0
means never. Default is4
;- [meta] Release process made more similar to
lncm/docker-lnd
.
0.3.0
0.2.13
0.2.12
Static Stoic
Status endpoint improved. Lnd integration responds better to expired invoices now.
Only Oligarch
Adds the ability to specify only=(ln|btc)
on calls to POST /api/payment
.
When specified only address xor invoice is returned.
Patchy Patcher
Small changes, but I don't want to override tags…
Compartmentalized Compartment
This release:
- removes flags and introduces a config TOML file (
invoicer.conf
), - removes healthcheck, and instead suicides in case it's unable to reconnect to
lnd
, - introduced multi-arch Docker images,
- introduced automated deployment pipeline for Docker images.
Fixed Fixation
This release imposes Basic Auth on the GET /api/history
endpoint only.
Wonky Worker
- Reverse order on
/api/history
- update
index.html
- versioning scheme changed from
0.0.N
to0.N.0