File tree 2 files changed +1
-15
lines changed
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.
18
18
19
19
#### Breaking Changes
20
20
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
-
35
21
#### Bug Fixes
36
22
37
23
#### Maintenance
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const (
27
27
// Note: please update release_notes.md when you change these values.
28
28
appMajor uint = 0
29
29
appMinor uint = 28
30
- appPatch uint = 1
30
+ appPatch uint = 2
31
31
32
32
// appPreRelease MUST only contain characters from semanticAlphabet per
33
33
// the semantic versioning spec.
You can’t perform that action at this time.
0 commit comments