|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
5 | 5 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). |
6 | | -## [25.09rc2] - 2025-08-18: "Hot Wallet Guardian" |
| 6 | +## [25.09rc3] - 2025-08-27: "Hot Wallet Guardian" |
7 | 7 |
|
8 | 8 | This release named by @king-11. |
9 | 9 |
|
@@ -38,6 +38,7 @@ Note: release schedule moved one month: this is v25.09, and all deprecations inc |
38 | 38 | - Build: we now use `uv` to build instead of poetry: see doc/getting-started/getting-started/installation.md ([#8249]) |
39 | 39 | - Protocol: We now insist that peers support `option_channel_type` (in CLN since 0.12.0 in late 2022, similar for other implementations). ([#8389]) |
40 | 40 | - Protocol: payment secret ('s' field) is now mandatory in BOLT11 payment requests for improved security. ([#8377]) |
| 41 | + - Protocol: Offers on nodes with only private channels are now payable (i.e. no more blinded path errors!). ([#8500]) |
41 | 42 | - wss-proxy.py was replaced by a rust version with support for multiple `wss-bind-addr`. If you install CLN from pre-compiled binaries you must remove the old wss-proxy directory first before installing CLN, usually ([#8080]) |
42 | 43 | - pyln-client: plugin notifications parameters now exposed directly, not wrapped in `params` object. ([#8376]) |
43 | 44 | - Plugins: `bookkeeper` now explicitly assumes every transaction is in the same currency as the node (true unless you added manually) ([#8445]) |
@@ -70,6 +71,7 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes. |
70 | 71 |
|
71 | 72 | ### Fixed |
72 | 73 |
|
| 74 | + - Certificates auto-generated by grpc-plugin, rest-plugin, and wss-proxy-plugin now include the required Authority Key Identifier and Key Usages extensions. ([#8495]) |
73 | 75 | - JSON-RPC: `fetchinvoice` is now more reliable. ([#8470]) |
74 | 76 | - lightningd: don't get confused with parallel ping commands. ([#8344]) |
75 | 77 | - libbacktrace works with macOS, so we get backtraces on crashes ([#8431]) |
@@ -114,7 +116,7 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes. |
114 | 116 | [#7344]: https://github.com/ElementsProject/lightning/pull/7344 |
115 | 117 | [#8410]: https://github.com/ElementsProject/lightning/pull/8410 |
116 | 118 | [#8249]: https://github.com/ElementsProject/lightning/pull/8249 |
117 | | -[25.09rc2]: https://github.com/ElementsProject/lightning/releases/tag/v25.09rc2 |
| 119 | +[25.09rc3]: https://github.com/ElementsProject/lightning/releases/tag/v25.09rc3 |
118 | 120 |
|
119 | 121 |
|
120 | 122 |
|
|
0 commit comments