lightning-terminal/docs/release-notes/release-notes-0.16.1.md
2026-02-13 11:48:44 +01:00

2.2 KiB

Release Notes

Lightning Terminal

Bug Fixes

Functional Changes/Additions

  • Add a firewall.request-logger.disable config flag and require action logging when autopilot is enabled.

  • dev.Dockerfile now uses cache mounts to cache the GOMODCACHE and GOCACHE directories so that dependencies don't need to be re-downloaded and re-built every time the image is re-created. As a result of this change, dev.Dockerfile now requires BuildKit to build. When using docker build, this can be enabled by setting the environmental variable DOCKER_BUILDKIT=1. BuildKit also does not unnecessarily rebuild images when the build context is a remote git repository because COPY layers are more smartly compared to cache.

Technical and Architectural Updates

RPC Updates

Integrated Binary Updates

LND

  • PR: Bump: lnd@v0.20.1-beta.

Loop

  • PR: Bump: loop@v0.31.8-beta, loop/looprpc@v1.0.13, loop/swapserverrpc v1.0.20.

Pool

Faraday

Taproot Assets

  • PR: Bump: taproot-assets@v0.7.1, loop/taprpc@v1.0.12.

Contributors (Alphabetical Order)

  • bitromortac
  • Elle Mouton
  • ViktorT-11