2026-07-21 22:01:35 +02:00
|
|
|
# Loop Client Release Notes
|
|
|
|
|
|
|
|
|
|
#### New Features
|
|
|
|
|
|
|
|
|
|
#### Breaking Changes
|
|
|
|
|
|
2026-08-11 11:43:54 +02:00
|
|
|
* Instant Out and reservation RPCs now require the `loop:out` permission.
|
|
|
|
|
Operators using custom scoped macaroons must rebake them before calling
|
|
|
|
|
`ListReservations`, `InstantOut`, `InstantOutQuote`, or `ListInstantOuts`.
|
|
|
|
|
[PR #1194](https://github.com/lightninglabs/loop/pull/1194)
|
|
|
|
|
|
2026-07-21 22:01:35 +02:00
|
|
|
#### Bug Fixes
|
|
|
|
|
|
2026-08-10 17:30:38 -05:00
|
|
|
* Loop Out requests now account for channel reserves when checking outbound
|
|
|
|
|
capacity, preventing swaps from starting when their off-chain payment cannot
|
|
|
|
|
be funded.
|
|
|
|
|
|
2026-08-11 11:43:54 +02:00
|
|
|
* Improved Instant Out and reservation validation, lifecycle cleanup, recovery
|
|
|
|
|
timing, fee limits, and macaroon permissions.
|
|
|
|
|
[PR #1194](https://github.com/lightninglabs/loop/pull/1194)
|
|
|
|
|
|
2026-08-03 10:04:45 +02:00
|
|
|
* Taproot Asset Loop Out handling now validates RFQ timeouts and asset rates,
|
|
|
|
|
keeps cached asset-name lookups responsive during slow `tapd` queries, and
|
|
|
|
|
closes `tapd` connections cleanly during shutdown and startup failures.
|
|
|
|
|
[PR #1189](https://github.com/lightninglabs/loop/pull/1189)
|
|
|
|
|
|
2026-07-21 22:01:35 +02:00
|
|
|
#### Maintenance
|
|
|
|
|
|
2026-08-03 11:18:14 +02:00
|
|
|
* Added a CI gate and repository agent guidance requiring every pull request to
|
2026-08-04 11:02:33 +02:00
|
|
|
include a non-empty entry in the next release notes unless it carries the
|
|
|
|
|
`no-changelog` label.
|
2026-08-03 11:17:54 +02:00
|
|
|
|
2026-07-21 22:01:35 +02:00
|
|
|
#### Contributors (Alphabetical Order)
|