@@ -13,34 +13,9 @@ This file tracks release notes for the loop client.
1313* Once the version bump PR is merged and tagged, add the release notes to the tag on GitHub.
1414
1515## Next release
16- - Fixed compile time compatibility with ` lnd v0.12.0-beta ` .
1716
1817#### New Features
19- * If lnd is locked when the loop client starts up, it will wait for lnd to be
20- unlocked. Previous versions would exit with an error.
21- * Loop will no longer need all ` lnd ` subserver macaroons to be present in the
22- ` --lnd.macaroondir ` . Instead the new ` --lnd.macaroonpath ` option can be
23- pointed to a single macaroon, for example the ` admin.macaroon ` or a custom
24- baked one with the exact permissions needed for Loop. If the now deprecated
25- flag/option ` --lnd.macaroondir ` is used, it will fall back to use only the
26- ` admin.macaroon ` from that directory.
27- * The rules used for autoloop have been relaxed to allow autoloop to dispatch
28- swaps even if there are manually initiated swaps that are not limited to a
29- single channel in progress. This change was made to allow autoloop to coexist
30- with manual swaps.
31- * The ` SuggestSwaps ` endpoint has been updated to include reasons that indicate
32- why the Autolooper is not currently dispatching swaps for the set of rules
33- that the client is configured with. See the [ autoloop documentation] ( docs/autoloop.md ) for a
34- detailed explanations of these reasons.
3518
3619#### Breaking Changes
37- * The ` AutoOut ` , ` AutoOutBudgetSat ` and ` AutoOutBudgetStartSec ` fields in the
38- ` LiquidityParameters ` message used in the experimental autoloop API have
39- been renamed to ` Autoloop ` , ` AutoloopBudgetSat ` and ` AutoloopBudgetStartSec ` .
40- * The ` autoout ` flag for enabling automatic dispatch of loop out swaps has been
41- renamed to ` autoloop ` so that it can cover loop out and loop in.
42- * The ` SuggestSwaps ` rpc call will now fail with a ` FailedPrecondition ` grpc
43- error code if no rules are configured for the autolooper. Previously the rpc
44- would return an empty response.
4520
4621#### Bug Fixes
0 commit comments