Skip to content

Commit

Permalink
changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
crocodile-dentist committed Jan 24, 2025
1 parent dcddea7 commit e9fe90e
Show file tree
Hide file tree
Showing 2 changed files with 9 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 @@ -18,6 +18,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
6 changes: 6 additions & 0 deletions ouroboros-network/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,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 the `mapTraceFetchClientState` function
* Added `dispatchLookupWithTTL`

## 0.18.0.0 -- 2024-10-17

Expand Down

0 comments on commit e9fe90e

Please sign in to comment.