Skip to content

Commit d920a4a

Browse files
committed
CHANGELOG.md Updated
1 parent ce62e07 commit d920a4a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
## [0.3.0]
2+
Updated `flutter_rust_bridge` to `2.0.0`.
3+
#### APIs added
4+
- `buildWithFsStore` method is added in the `Builder` class allowing to use the filesystem storage backend.
5+
- Exposed `setLiquiditySourceLsps2` method to `Builder` to configure the `Node` instance to source the inbound liquidity.
6+
- `nextEventAsync` method is added to `Node` class that allows polling the event queue asynchronously.
7+
- `status` method has been added to `Node` allowing to retrieve information about the Node's status.
8+
- `config` method added to get the config with which the `Node` was initialized.
9+
- The payment APIs have been restructured to use per-type (bolt11, onchain, bolt12) payment handlers which can be accessed via `node.{type}Payment`.
10+
- Support for sourcing inbound liquidity via LSPS2 just-in-time (JIT) channels has been added.
11+
- Support for creating and paying BOLT12 offers and refunds has been added.
12+
- Added `networkGraph` handler method allowing to query the network graph.
13+
- Added `forceCloseChannel` to `Node` class.
14+
#### API changed
15+
- All available balances outside of channel balances are now exposed via a unified `listBalances` interface method.
16+
#### Fixed
17+
Persisted peers are now correctly reconnected after startup.
218

319
## [0.2.2-dev]
420
Updated Rust and Flutter dependencies.

0 commit comments

Comments
 (0)