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.
1.4 KiB
1.4 KiB
Loop Client Release Notes
- Release date: 2021-11-18
- Release page: v0.15.1-beta
- Previous release: v0.15.0-beta
- Next release: v0.16.0-beta
New Features
- Add JSON client stubs for using the Loop RPC interface from WebAssembly. PR #411
- Export
NewListenerConfigso callers can construct custom listeners. PR #432
Breaking Changes
Bug Fixes
- Improve errors for explicitly configured files. PR #413
- Create the default macaroon only when required by the active configuration. PR #428
Maintenance
- Refactor Autoloop swap construction behind a swap-builder interface. PR #418
- Update
lndclientand the compile-time LND dependency for LND v0.14. PR #425 PR #426 PR #438
Contributors (Alphabetical Order)
- Carla Kirk-Cohen
- Harsha Goli
- Martin Habovštiak
- Oliver Gugger
- Turtle
- Yong Yu