Skip to content

Commit cf6a55d

Browse files
docs: update release-notes-0.19.0.md
In this commit, we warn users about the removal of RPCs `SendToRoute`, `SendToRouteSync`, `SendPayment`, and `SendPaymentSync` in the next release 0.20.
1 parent 03ed18e commit cf6a55d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/release-notes/release-notes-0.19.0.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,16 @@ The underlying functionality between those two options remain the same.
224224

225225

226226
## Breaking Changes
227+
228+
* **Warning:** The following RPCs will be removed in the next release (0.20):
229+
* `SendToRoute` → Use `SendToRouteV2` instead.
230+
* `SendToRouteSync` → Use `SendToRouteV2` instead.
231+
* `SendPayment` → Use `SendPaymentV2` instead.
232+
* `SendPaymentSync` → Use `SendPaymentV2` instead.
233+
234+
Users are strongly encouraged to transition to the new V2 methods before the
235+
next release to ensure compatibility.
236+
227237
## Performance Improvements
228238

229239
* Log rotation can now use ZSTD

0 commit comments

Comments
 (0)