@@ -7,7 +7,10 @@ This file tracks release notes for the loop client.
77
88### Release Manager:
99* All of the items under the "Next Release" heading should be included in the release notes.
10- * As part of the PR that bumps the client version, the "Next Release" heading should be replaced with the release version including the changes.
10+ * As part of the PR that bumps the client version, cut everything below the 'Next Release' heading.
11+ * These notes can either be pasted in a temporary doc, or you can get them from the PR diff once it is merged.
12+ * The notes are just a guideline as to the changes that have been made since the last release, they can be updated.
13+ * Once the version bump PR is merged and tagged, add the release notes to the tag on GitHub.
1114
1215## Next release
1316
@@ -31,44 +34,3 @@ This file tracks release notes for the loop client.
3134#### Breaking Changes
3235
3336#### Bug Fixes
34-
35- ## 0.10.0
36-
37- #### New Features
38-
39- * Multi-path payment has been enabled for Loop In. This means that it is now possible
40- to replenish multiple channels via a single Loop In request and a single on-chain htlc.
41- This has to potential to greatly reduce chain fee costs. Note that it is not yet possible
42- to select specific peers to loop in through.
43- * The daemon now sends a user agent string with each swap. This allows
44- developers to identify their fork or custom implementation of the loop client.
45-
46- ##### Updated Swap Suggestions
47- * The swap suggestions endpoint has been updated to be fee-aware. Swaps that
48- exceed the fee limits set by the liquidity manager will no longer be
49- suggested (see ` getParams ` for the current limits, and use ` setParams ` to
50- update these values).
51- * Swap suggestions are now aware of ongoing and previously failed swaps. They
52- will not suggest swaps for channels that are currently being utilized for
53- swaps, and will not suggest any swaps if a swap that is not limited to a
54- specific peer or channel is ongoing. If a channel was part of a failed swap
55- within the last 24H, it will be excluded from our swap suggestions (this
56- value is configurable).
57- * The ` debug ` logging level is recommended if using this feature.
58-
59- #### Breaking Changes
60-
61- * Macaroon authentication has been enabled for the ` loopd ` gRPC and REST
62- connections. This makes it possible for the loop API to be exposed safely over
63- the internet as unauthorized access is now prevented.
64-
65- The daemon will write a default ` loop.macaroon ` in its main directory. For
66- mainnet this file will be picked up automatically by the ` loop ` CLI tool. For
67- testnet you need to specify the ` --network=testnet ` flag.
68- [ More information about TLS and macaroons.] ( README.md#authentication-and-transport-security )
69-
70- * The ` setparm ` loopcli endpoint is renamed to ` setrule ` because this endpoint
71- is only used for setting liqudity rules (parameters can be set using the new
72- ` setparams ` endpoint).
73-
74- #### Bug Fixes
0 commit comments