Skip to content

Commit d75837c

Browse files
committed
Added changelogs
1 parent a30e25c commit d75837c

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
### Non-Breaking
2+
3+
- Added `ShelleyNodeToClientVersion14` which adds SRV support in `GetBigLedgerPeerSnapshot` query.
4+
- Added `CardanoNodeToClientVersion18` which maps to `ShelleyNodeToClientVersion14`.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
### Breaking
2+
3+
- `Ouroboros.Consensus.Network.NodeToNode.mkApps` takes `StdGen` as an argument, which is passed to `chain-sync` client.
4+
- `LowLevelRunNodeArgs` and `StdRunNodeArgs` were changed to match `ouroboros-network-0.22`
5+
- `NetworkP2PMode` was removed (non-p2p mode is removed from `ouroboros-network`).
6+
- `Ouroboros.Consensus.Node.stdRunDataDiffusion` was changed to match `Cardano.Network.Diffusion` API.
7+
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
### Non-Breaking
2+
3+
- Support `NodeToClientV_22`.
4+
- Using `io-classes-1.8.0.1`
5+
6+
### Breaking
7+
8+
- Using `LedgerRelayAccessPoint` rather than `RelayAccessPoint` in `Ouroboros.Consensus.Ledger.SupportsPeerSelection`.
9+

0 commit comments

Comments
 (0)