Skip to content

Commit 7d5e1a9

Browse files
authored
Merge pull request #335 from lightninglabs/v0.11.3-beta
version: bump to 0.11.3-beta
2 parents fe42664 + ef28278 commit 7d5e1a9

File tree

2 files changed

+1
-26
lines changed

2 files changed

+1
-26
lines changed

release_notes.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -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

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const (
2727
// Note: please update release_notes.md when you change these values.
2828
appMajor uint = 0
2929
appMinor uint = 11
30-
appPatch uint = 2
30+
appPatch uint = 3
3131

3232
// appPreRelease MUST only contain characters from semanticAlphabet per
3333
// the semantic versioning spec.

0 commit comments

Comments
 (0)