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

Releases: lncm/invoicer

v0.7.0

04 Jan 11:53
v0.7.0
624e875
Compare
Choose a tag to compare
v0.7.0

v0.6.6

03 Jan 18:23
v0.6.6
f3e547c
Compare
Choose a tag to compare
v0.6.6

v0.6.5

03 Jan 18:03
v0.6.5
cfbb64c
Compare
Choose a tag to compare
v0.6.5

v0.6.4

29 Dec 08:01
v0.6.4
6493cea
Compare
Choose a tag to compare
v0.6.4

v0.6.3

27 Dec 16:42
v0.6.3
c18e4d3
Compare
Choose a tag to compare
v0.6.3

v0.6.2

24 Sep 21:17
v0.6.2
05ddd00
Compare
Choose a tag to compare

Make binaries ~40% smaller.

v0.6.1

24 Sep 11:41
v0.6.1
eee3a6e
Compare
Choose a tag to compare

Removes xerrors, and pkg/errors dependencies.

Deterministic Deodorant

16 Sep 18:40
v0.6.0
a8bcfff
Compare
Choose a tag to compare

This release focuses primarily on improving the built process:

  • Deterministic builds (each release is built on both Alpine, and Debian. and released only if binaries from both are bitwise identical)
  • Automated builds moved from Travis to Github Actions
  • Building of BSD architectures removed
  • Building of arm64 added
  • Docker's BUILDKIT used

Neutral Neutrino

29 Aug 09:25
0.5.1
98b29ce
Compare
Choose a tag to compare

Main changes:

  • This release allows invoicer to be started without Bitcoind dependency, to do that add off-chain-only = false to your .conf file,
  • BREAKING: GET /info now returns an object instead of an array. Previous content can be found at .uris property.

Other changes

  • Base Docker images used for builds are now based on Alpine 3.10
  • Go dependencies updated

Logical Logging

06 May 17:44
0.4.0
4b7d2bf
Compare
Choose a tag to compare

This release breaks backwards compatibility slightly, as it changes the expected location of invoicer.conf.

Log file is also introduced (located in ~/.lncm/invoicer.log by default, but configurable with log-file = in invoicer.conf file).