-
Notifications
You must be signed in to change notification settings - Fork 89
Release ouroboros-network-0.22 #5153
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR prepares the release of ouroboros-network-0.22 with version bumps and dependency updates across multiple components. Key changes include:
- Bumping versions for ouroboros-network, ouroboros-network-testing, ouroboros-network-protocols, ouroboros-network-framework, ouroboros-network-api, network-mux, decentralized-message-queue, cardano-ping, and cardano-client.
- Adding support for NodeToClientVersionV21 in cardano-ping and dropping support for older NodeToClient versions (<= V15).
- Updating changelogs to document breaking and non-breaking changes in line with the new release.
Reviewed Changes
Copilot reviewed 18 out of 18 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
ouroboros-network/ouroboros-network.cabal | Bump version and update dependency constraints. |
ouroboros-network/CHANGELOG.md | Update release notes for version 0.22.0.0. |
ouroboros-network-testing/*.cabal, CHANGELOG.md | Bump testing versions and update changelog. |
ouroboros-network-protocols/*.cabal, CHANGELOG.md | Bump version and update dependency for protocols. |
ouroboros-network-framework/*.cabal, CHANGELOG.md | Bump version and update dependencies. |
ouroboros-network-api/*.cabal, CHANGELOG.md | Bump version and update dependency for network API. |
network-mux/*.cabal, CHANGELOG.md | Bump version and update changelog for network-mux. |
decentralized-message-queue/*.cabal | Bump dependency on network-mux and ouroboros-network. |
cardano-ping/src/Cardano/Network/Ping.hs | Update supported NodeToClient versions and CBOR encoding. |
cardano-ping/*.cabal, CHANGELOG.md | Bump version, update dependencies, and changelog. |
cardano-client/*.cabal, CHANGELOG.md | Bump version and update dependency constraints. |
272194f
to
77c2f0d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't remove support for older NodeToClient versions in cardano-ping.
It a tool for troubleshooting and being able to talk to older nodes is convenient.
77c2f0d
to
7acb69f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Checklist
Quality
Maintenance
ouroboros-network
project.