This repository has been archived by the owner on Jul 19, 2023. It is now read-only.
Releases: lncm/invoicer
Releases · lncm/invoicer
v0.7.0
v0.7.0
v0.6.6
v0.6.6
v0.6.5
v0.6.5
v0.6.4
v0.6.4
v0.6.3
v0.6.3
v0.6.2
Make binaries ~40% smaller.
v0.6.1
Removes xerrors
, and pkg/errors
dependencies.
Deterministic Deodorant
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
Main changes:
- This release allows
invoicer
to be started without Bitcoind dependency, to do that addoff-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
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).