mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
Document every published Loop release and preserve authoritative notes. Add the next-release workflow and rebuild chronological navigation. Rename the reproducible-build guide for clarity.
2.5 KiB
2.5 KiB
Loop Client Release Notes
- Release date: 2025-09-25
- Release page: v0.31.3-beta
- Previous release: v0.31.2-beta
- Next release: v0.31.4-beta
New Features
- Allow static address Loop Ins to swap an amount smaller than the selected deposits and expose arbitrary static swap amounts through the server RPC. PR #887 PR #951
- Add deposit indices, outpoint-based deposit lookups, and CLI output for deposits and their swap hashes. PR #959 PR #990 PR #991
- Add sweep-batcher change outputs. PR #976
Breaking Changes
Bug Fixes
- Harden static address deposit recovery, withdrawal handling, block polling, expiry tracking, and deposit availability filtering. PR #954 PR #956 PR #995 PR #996 PR #1003 PR #1004
- Avoid creating a Loop In timeout transaction after its invoice has already been paid. PR #998
- Fix sweep-batcher reorg detection and presigned-sweep handling. PR #952 PR #975
- Avoid a startup panic when the Taproot Asset client is unavailable. PR #970
Maintenance
- Update LND through v0.19.3, Taproot Assets through v0.6.1, Go, and lint tooling. PR #985 PR #989 PR #993 PR #1001
- Build static release binaries and fix release-version matching. PR #965 PR #978
Contributors (Alphabetical Order)
- Andras Banki-Horvath
- Boris Nagaev
- George Tsagkarelis
- Slyghtning