Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Releases: lncm/invoicer

Efficient Effort

28 Apr 21:23
0.3.5
72d28e2
Compare
Choose a tag to compare

Notable changes:

  • releases now contains both arm32v6 and arm32v7. arm32v6 was previously referred to as just arm;
  • 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 should invoicer try & fail to communicate with lnd before it terminates itself. 0 means never. Default is 4;
  • [meta] Release process made more similar to lncm/docker-lnd.

0.3.0

15 Apr 16:29
0.3.0
24f9332
Compare
Choose a tag to compare
v0.3.0

0.2.13

15 Apr 15:08
0.2.13
809547f
Compare
Choose a tag to compare
v0.2.13

0.2.12

15 Apr 14:44
0.2.12
6e6b485
Compare
Choose a tag to compare
v0.2.12

Static Stoic

13 Apr 01:08
0.2.3
865c42a
Compare
Choose a tag to compare

Status endpoint improved. Lnd integration responds better to expired invoices now.

Only Oligarch

01 Apr 18:26
0.2.2
99a05d1
Compare
Choose a tag to compare

Adds the ability to specify only=(ln|btc) on calls to POST /api/payment.

When specified only address xor invoice is returned.

Patchy Patcher

12 Feb 13:21
0.2.1
0355022
Compare
Choose a tag to compare

Small changes, but I don't want to override tags…

Compartmentalized Compartment

12 Feb 13:03
0.2.0
36008db
Compare
Choose a tag to compare

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

19 Jan 11:17
v0.1.1
b561fc1
Compare
Choose a tag to compare

This release imposes Basic Auth on the GET /api/history endpoint only.

Wonky Worker

19 Jan 08:59
v0.1.0
01b01f3
Compare
Choose a tag to compare
  • Reverse order on /api/history
  • update index.html
  • versioning scheme changed from 0.0.N to 0.N.0