Skip to content

Commit

Permalink
Updated changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
coot committed Oct 10, 2024
1 parent 5d40f57 commit e599a6a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions network-mux/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

### Breaking changes

* Removed `Netowrk.Mux.Compat` module with legacy API.
* `Ouroboros.Network.Mux.toApplication` was removed.
* `Ouroboros.Network.Mux.mkMiniProtocolBundle` was renamed to
`mkMiniProtocolInfos`, its type changed.
* Removed `MiniProtocolBundle` newtype wrapper.

### Non-breaking changes

* Fix compilation with `tracetcpinfo` flag.
Expand Down
4 changes: 4 additions & 0 deletions ouroboros-network-framework/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

* Added `createConnectedBufferedChannelsUnbounded`.
* Use `typed-protocols-0.2.0.0`.
* Removed `Ouroboros.Network.Mux.toApplication`
* Renamed `Ouroboros.Network.Mux.mkMiniProtocolBundle` as `mkMiniProtocolInfos`
(its type has changed).
* Added `Ouroboros.Network.Mux.toMiniProtocolInfos`.

### Non-breaking changes

Expand Down
1 change: 1 addition & 0 deletions ouroboros-network/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
a mismatch detected.
* Added `defaultDeadlineChurnInterval` and `defaultBulkChurnInterval` to Configuration
module. Previously these were hard coded in node.
* Updated tests for `network-mux` changes.

## 0.17.1.1 -- 2024-08-27

Expand Down

0 comments on commit e599a6a

Please sign in to comment.