Skip to content

Commit f109bc2

Browse files
meta: update changelog for 24.05rc2
1 parent 818cf06 commit f109bc2

File tree

10 files changed

+48
-14
lines changed

10 files changed

+48
-14
lines changed

CHANGELOG.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6-
## [24.05rc1] - 2024-05-23: "CODENAME"
6+
## [24.05rc2] - 2024-05-29: "CODENAME"
77

88
This release named by @USERNAME.
99

@@ -20,6 +20,18 @@ This release named by @USERNAME.
2020
- Add WSS Proxy server with `wss-bind-addr` and `wss-certs` configurations. ([#7225])
2121
- cln-grpc: Add methods for dev-forget-channel, emergencyrecover, recover, recoverchannel, funderupdate, help, invoicerequest, listinvoicerequests, disableinvoicerequest, listconfigs, makesecret, multiwithdraw, showrunes, createrune, blacklistrune, and checkrune. ([#7317])
2222
- cln-grpc: Adds addpsbtoutput method. ([#7108])
23+
- cln-grpc: Add `openchannel_init`, `openchannel_abort`, `openchannel_bump`, `openchannel_signed`, `openchannel_update` methods. ([#7230])
24+
- cln-grpc: Add `delpay` method. ([#7232])
25+
- cln-grpc: Add `delforward` method. ([#7260])
26+
- cln-grpc: Add `autoclean-once`, `autoclean-status` methods. ([#7238])
27+
- cln-grpc: Add `fundchannel_start`, `fundchannel_complete`, `fundchannel_cancel` methods. ([#7231])
28+
- cln-grpc: Add `bkpr-channelsapy`, `bkpr-dumpincomecsv`, `bkpr-inspect`, `bkpr-listaccountevents`, `bkpr-listbalances` methods. ([#7256])
29+
- cln-grpc: Add `disableoffer` method. ([#7233])
30+
- cln-grpc: Add `parsefeerate`, `plugin`, `renepay`, `renepaystatus`, `sendinvoice` methods. ([#7272])
31+
- cln-grpc: Add `reserveinputs`, `unreserveinputs`, `splice_init`, `splice_signed`, `splice_update` methods. ([#7273])
32+
- cln-grpc: Add `sendonionmessage`, `setconfig`, `setpsbtversion`, `upgradewallet` methods. ([#7274])
33+
- cln_plugin: Add rust plugin support for wildcard `*` subscriptions. ([#7106])
34+
- config: Add `bitcoin-rpcclienttimeout` config parameter. ([#7095])
2335
- core: notify plugins when a log line is emitted. ([#6990])
2436
- Config: new log level `trace` where we moved the very noisiest `debug` logs. ([#7280])
2537
- Added a new configuration for clnrest plugin to change the default Swagger UI path from `/` to custom url. ([#7256])
@@ -40,6 +52,7 @@ This release named by @USERNAME.
4052
- Documentation: Merged `example_json_request` and `example_json_response` in a single `json_examples` array to maintain the request and its corresponding response together. ([#7181])
4153
- Documentation: great documentation rewrite, all reference pages now generated from the fully-tested JSON schemas and include examples. ([#6995])
4254
- JSON-RPC: `stop` and `recover` now return a JSON object (not a raw string!) like every other command does. ([#6995])
55+
- pay: Payments are more robust for nodes that are currently syncing. ([#7190])
4356

4457

4558
### Deprecated
@@ -74,6 +87,11 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
7487
- Fixed crash in pay plugin caused by parsing uncommitted dual open channels ([#7235])
7588
- Plugins: `clnrest` now correctly self-disables if Python not present at all. ([#7211])
7689
- lightningd: slow memory leak when using plugin hooks fixed (introduced in v23.11) ([#7192])
90+
- Plugins: the recovery plugin is less noisy. ([#7116])
91+
- Plugins: RenePay: Handles htlc_max correctly for local channels. ([#7159])
92+
- offers: Fix blinded paths in invoices - use node_id and set final node's CLTV delta. ([#7311])
93+
- Plugins: The recover plugin now avoids trying to recover closed channels. ([#7216])
94+
- Gossmap: Avoid adding redundant channel announcements to the gossip_store. ([#7330])
7795

7896

7997
### EXPERIMENTAL
@@ -83,6 +101,22 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
83101

84102

85103

104+
[#7159]: https://github.com/ElementsProject/lightning/pull/7159
105+
[#7116]: https://github.com/ElementsProject/lightning/pull/7116
106+
[#7230]: https://github.com/ElementsProject/lightning/pull/7230
107+
[#7232]: https://github.com/ElementsProject/lightning/pull/7232
108+
[#7260]: https://github.com/ElementsProject/lightning/pull/7260
109+
[#7238]: https://github.com/ElementsProject/lightning/pull/7238
110+
[#7231]: https://github.com/ElementsProject/lightning/pull/7231
111+
[#7256]: https://github.com/ElementsProject/lightning/pull/7256
112+
[#7233]: https://github.com/ElementsProject/lightning/pull/7233
113+
[#7190]: https://github.com/ElementsProject/lightning/pull/7190
114+
[#7095]: https://github.com/ElementsProject/lightning/pull/7095
115+
[#7272]: https://github.com/ElementsProject/lightning/pull/7272
116+
[#7273]: https://github.com/ElementsProject/lightning/pull/7273
117+
[#7311]: https://github.com/ElementsProject/lightning/pull/7311
118+
[#7274]: https://github.com/ElementsProject/lightning/pull/7274
119+
[#7330]: https://github.com/ElementsProject/lightning/pull/7330
86120
[#7181]: https://github.com/ElementsProject/lightning/pull/7181
87121
[#7124]: https://github.com/ElementsProject/lightning/pull/7124
88122
[#7287]: https://github.com/ElementsProject/lightning/pull/7287

contrib/pyln-client/pyln/client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from .gossmap import Gossmap, GossmapNode, GossmapChannel, GossmapHalfchannel, GossmapNodeId, LnFeatureBits
44
from .gossmapstats import GossmapStats
55

6-
__version__ = "24.05rc1"
6+
__version__ = "24.05rc2"
77

88
__all__ = [
99
"LightningRpc",

contrib/pyln-client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyln-client"
3-
version = "24.05rc1"
3+
version = "24.05rc2"
44
description = "Client library and plugin library for Core Lightning"
55
authors = ["Christian Decker <[email protected]>"]
66
license = "BSD-MIT"

contrib/pyln-proto/pyln/proto/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from .onion import OnionPayload, TlvPayload, LegacyOnionPayload
55
from .wire import LightningConnection, LightningServerSocket
66

7-
__version__ = "24.05rc1"
7+
__version__ = "24.05rc2"
88

99
__all__ = [
1010
"Invoice",

contrib/pyln-proto/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyln-proto"
3-
version = "24.05rc1"
3+
version = "24.05rc2"
44
description = "This package implements some of the Lightning Network protocol in pure python. It is intended for protocol testing and some minor tooling only. It is not deemed secure enough to handle any amount of real funds (you have been warned!)."
55
authors = ["Christian Decker <[email protected]>"]
66
license = "BSD-MIT"

contrib/pyln-testing/pyln/testing/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "24.05rc1"
1+
__version__ = "24.05rc2"
22

33
__all__ = [
44
"__version__",

contrib/pyln-testing/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyln-testing"
3-
version = "24.05rc1"
3+
version = "24.05rc2"
44
description = "Test your Core Lightning integration, plugins or whatever you want"
55
authors = ["Christian Decker <[email protected]>"]
66
license = "BSD-MIT"

plugins/clnrest/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "clnrest"
3-
version = "24.05rc1"
3+
version = "24.05rc2"
44
description = "Transforms RPC calls into REST APIs"
55
authors = ["ShahanaFarooqui <[email protected]>"]
66

plugins/wss-proxy/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "wss-proxy"
3-
version = "24.05rc1"
3+
version = "24.05rc2"
44
description = "Web secure socket proxy"
55
authors = ["ShahanaFarooqui <[email protected]>"]
66

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)