Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Released ouroboros-network 0.8.2.0 #4627

Merged
merged 2 commits into from
Jul 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion ouroboros-network-framework/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

### Breaking changes

### Non-breaking changes

## 0.7.0.0 -- 2023-07-17

### Breaking changes

* light peer sharing:
* Added `cmGetPeerSharing` field to `ConnectionManagerArguments`.
* Added `getProtocolPeerSharing` field to `DataFlowProtocolData` record.
Expand Down Expand Up @@ -36,7 +42,7 @@

### Breaking changes

* Use `io-classes-1.1`.
* Use `io-classes-1.1`.

### Non-breaking changes

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: ouroboros-network-framework
version: 0.6.0.1
version: 0.7.0.0
synopsis: Ouroboros network framework
description: Ouroboros network framework.
license: Apache-2.0
Expand Down
6 changes: 6 additions & 0 deletions ouroboros-network-protocols/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

### Breaking changes

### Non-breaking changes

## 0.5.1.0 -- 2023-07-17

### Breaking changes

* Provide `Any` type in `Test.Data.CDDL` module.
* Definition of `TxId` has changed, it's now a newtype wrapper for
`Any` type, which indicates that `ouroboros-network` does not specify what
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: ouroboros-network-protocols
version: 0.5.0.3
version: 0.5.1.0
synopsis: Ouroboros Network Protocols
description: Ouroboros Network Protocols.
license: Apache-2.0
Expand Down
6 changes: 6 additions & 0 deletions ouroboros-network/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

### Breaking changes

### Non-breaking changes

## 0.8.2.0

### Breaking changes

* light peer sharing
* Added `TraceKnownInboundConnection` constructor to `TracePeerSelection`
* Added `readNewInboundConnection` field to `PeerSelectionActions` record.
Expand Down
6 changes: 3 additions & 3 deletions ouroboros-network/ouroboros-network.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: ouroboros-network
version: 0.8.1.1
version: 0.8.2.0
synopsis: A networking layer for the Ouroboros blockchain protocol
description: A networking layer for the Ouroboros blockchain protocol.
license: Apache-2.0
Expand Down Expand Up @@ -122,8 +122,8 @@ library
network-mux,
si-timers,
ouroboros-network-api ^>=0.5,
ouroboros-network-framework ^>=0.6,
ouroboros-network-protocols ^>=0.5.0.2,
ouroboros-network-framework ^>=0.7,
ouroboros-network-protocols ^>=0.5.1.0,
strict-stm,
typed-protocols >=0.1.0.4 && <1.0,
if !os(windows)
Expand Down