Release dmq-node-0.7.0.0 - #70
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR prepares the dmq-node package for the 0.7.0.0 release by updating dependency constraints/pins for newer Ouroboros/GHC tooling, and by consolidating release notes into the main changelog.
Changes:
- Updated Nix flake inputs (CHaP + hackage.nix) to newer revisions.
- Adjusted Cabal dependency bounds (incl.
ouroboros-consensus/ouroboros-network) and added a GHC 9.14-specificallow-newerset. - Updated
dmq-nodechangelog for0.7.0.0and removed now-merged scriv fragments.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| flake.lock | Bumps pinned Nix inputs (CHaP, hackage.nix) used for reproducible builds. |
| dmq-node/dmq-node.cabal | Updates dependency bounds to align with newer consensus/network and related libraries. |
| dmq-node/CHANGELOG.md | Finalizes 0.7.0.0 release notes and date in the main changelog. |
| dmq-node/changelog.d/20260710_092801_coot_prepare_11_1.md | Removes scriv fragment after merging into the main changelog. |
| dmq-node/changelog.d/20260707_092212_coot_dmq_changes.md | Removes scriv fragment after merging into the main changelog. |
| cabal.project | Updates index-state pins and adds GHC 9.14 allow-newer exceptions for known upstream issues. |
Suppressed comments (2)
dmq-node/CHANGELOG.md:13
- "undecision" looks like a typo/incorrect word choice in the changelog. Consider using "undecided decision" to make the release note clear.
- Using `tx-submission` undecision logic:
dmq-node/CHANGELOG.md:30
- Typo in changelog bullet: "hanshake" should be "handshake".
- hanshake mini-protocol tracer
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
coot
force-pushed
the
coot/dmq-node-0.7.0.0
branch
from
July 31, 2026 09:36
a5f4fc5 to
40949fc
Compare
nfrisby
approved these changes
Jul 31, 2026
coot
force-pushed
the
coot/dmq-node-0.7.0.0
branch
from
July 31, 2026 12:59
40949fc to
b187849
Compare
coot
force-pushed
the
coot/dmq-node-0.7.0.0
branch
2 times, most recently
from
July 31, 2026 14:00
8b4abe2 to
b9deb99
Compare
coot
force-pushed
the
coot/dmq-node-0.7.0.0
branch
from
July 31, 2026 14:49
b9deb99 to
b075c76
Compare
coot
enabled auto-merge
July 31, 2026 15:14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
List of changes
Checklist