File tree Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -18,20 +18,6 @@ This file tracks release notes for the loop client.
1818
1919#### Breaking Changes
2020
21- In loopd.conf file ` maxlsatcost ` and ` maxlsatfee ` were renamed to ` maxl402cost `
22- and ` maxl402fee ` accordingly. Old versions of the options are still recognized
23- for backward compatibility, but a deprecation warning is printed. Users are
24- encouraged to change the options to new names if they have been changed locally.
25-
26- The path in looprpc "/v1/lsat/tokens" was renamed to "/v1/l402/tokens" and
27- the corresponding method was renamed from ` GetLsatTokens ` to ` GetL402Tokens ` .
28- New ` loop ` binary won't work with old ` loopd ` , because ` loop listauth ` is now
29- calling ` GetL402Tokens ` method, which does not exist in previous ` loopd ` binary.
30- Old ` loop ` binary works with new ` loopd ` , since ` loopd ` provides a wrapper for
31- ` GetLsatTokens ` which calls ` GetL402Tokens ` ; the wrapper logs a warning and
32- it will be removed in a couple of releases. HTTP endpoint "/v1/l402/tokens" is
33- now an additional binding for API "/v1/lsat/tokens", so it still works.
34-
3521#### Bug Fixes
3622
3723#### Maintenance
Original file line number Diff line number Diff 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 = 28
30- appPatch uint = 1
30+ appPatch uint = 2
3131
3232 // appPreRelease MUST only contain characters from semanticAlphabet per
3333 // the semantic versioning spec.
You can’t perform that action at this time.
0 commit comments