|
| 1 | +<!-- |
| 2 | +A new scriv changelog fragment. |
| 3 | +
|
| 4 | +Uncomment the section that is right (remove the HTML comment wrapper). |
| 5 | +For top level release notes, leave all the headers commented out. |
| 6 | +--> |
| 7 | + |
| 8 | +### Breaking |
| 9 | + |
| 10 | +- Bumped `minChainSyncTimeout` to `601`. |
| 11 | +- Bumped `maxChainSyncTimeout` to `911`. |
| 12 | +- Moved `timeLimitsChainSync` from `Ouroboros.Network.Protocol.ChainSync.Codec` to `Cardano.Network.Protocol.ChainSync.Codec.TimeLimits`. |
| 13 | +- Added type variable `extraFlag` to `HandleWithExpandedCtx`. |
| 14 | +- Added type variable `extraFlag` to `ConnectionManagerWithExpandedCtx`. |
| 15 | +- Added type variable `extraFlag` to `ExpandedInitiatorContext`. |
| 16 | +- Added type variable `extraFlag` to `OuroborosBundleWithExpandedCtx`. |
| 17 | +- Added type variable `extraFlag` to `MiniProtocolWithExpandedCtx`. |
| 18 | +- Added type variable `extraFlag` to `RunMiniProtocolWithExpandedCtx`. |
| 19 | +- Added type variable `extraFlag` to `Applications`. |
| 20 | +- Added type variable `extraFlag` to `NodeToNodeHandle`. |
| 21 | +- Added type variable `extraFlag` to `NodeToNodeConnectionManager`. |
| 22 | +- Added type variable `extraFlag` to `NodeToNodePeerConnectionHandle`. |
| 23 | +- Added type variable `extraFlag` to `PeerStateActions`. |
| 24 | +- Added type variable `extraFlag` to `ApplicationHandle`. |
| 25 | +- Added type variable `extraFlag` to `PeerConnectionHandle`. |
| 26 | +- Added type variable `extraFlag` to `PeerStateActionsArguments`. |
| 27 | +- Added parameter `extraFlags` to `PeerSelection.Governor.ActivePeers.belowTarget`. |
| 28 | +- Added parameter `extraFlags` to `PeerSelection.Governor.ActivePeers.jobPromoteWarmPeer`. |
| 29 | +- Added parameter `extraFlags` to `PeerSelection.Governor.EstablishedPeers.belowTarget`. |
| 30 | +- Added parameter `extraFlags` to `PeerSelection.Governor.EstablishedPeers.jobPromoteColdPeer`. |
| 31 | +- Added parameter `extraFlags` to `PeerStateActions.establishPeerConnection`. |
| 32 | +- Added parameter `extraFlags` to `PeerStateActions.activatePeerConnection`. |
| 33 | + |
| 34 | +### Non-Breaking |
| 35 | + |
| 36 | +- Added field `eicExtraFlags` to `ExpandedInitiatorContext`. |
| 37 | +- Added field `defaultExtraFlags` to `PeerSelectionGovernorArgs`. |
0 commit comments