Skip to content

Commit

Permalink
changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
crocodile-dentist committed Dec 30, 2024
1 parent 7293e09 commit aa35d29
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ouroboros-network-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@

### Non-breaking changes

* Changed definition of `DomainAccessPoint` for DNS SRV implementation.
* Refactored `RelayAccessPointCoded` JSON instances for clarity

## 0.11.0.0 -- 2024-10-17

### Breaking changes
Expand Down
7 changes: 7 additions & 0 deletions ouroboros-network/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,16 @@
* Use `LocalRootConfig` instead of a tuple.
* Extended `LocalRootConfig` with `diffusionMode :: DiffusionMode` field.
* Added `diConnStateSupply` record field to `Ouroboros.Network.Diffusion.P2P.Interfaces`.
* Added `TraceLedgerPeersResultVia` constructor and changed `TraceLedgerPeersResult`.
* Added `TraceLocalRootResultVia`, modified `TraceLocalRootResult` and `TraceLocalRootFailure`.
* Added `TracePublicRootResultVia`, modified `TracePublicRootResult` and `TracePublicRootFailure`.
* Changed signature of `resolveLedgerPeers`, `localRootPeersProvider`, `publicRootPeersProvider`,
`withPeerSelectionActions` to accept random seed for DNS SRV lookup.

### Non-Breaking changes

* Added `dispatchLookupWithTTL`

## 0.18.0.0 -- 2024-10-17

### Breaking changes
Expand Down

0 comments on commit aa35d29

Please sign in to comment.