Skip to content
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
6 changes: 5 additions & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ index-state:
, hackage.haskell.org 2026-02-17T10:15:41Z

-- Bump this if you need newer packages from CHaP
, cardano-haskell-packages 2026-03-25T05:20:03Z
, cardano-haskell-packages 2026-03-28T08:55:07Z

active-repositories:
, :rest
, cardano-haskell-packages:override

packages:
./dmq-node
Expand Down
14 changes: 14 additions & 0 deletions dmq-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

<!-- scriv-insert-here -->

<a id='changelog-0.4.0.0'></a>
## 0.4.0.0 -- 2026-03-30

### Breaking

- Integration with `trace-dispatcher`. Removed tracing configuration options
from `Configuration`, `trace-dispatcher` configuration is used instead.
- Added EKG counters and a prometheus server.

### Non-Breaking

- Replaced `NoExtraPeers`, `NoExtraState`, `NoExtraDebugState`, `NoExtraFlags` with types from `ouroboros-network`.
- Removed unused types `NoExtraTracer`, `NoExtraCounters`.

<a id='changelog-0.3.0.0'></a>
## 0.3.0.0 -- 2026-03-23

Expand Down

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion dmq-node/dmq-node.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.4
name: dmq-node
version: 0.3.0.0
version: 0.4.0.0
synopsis: Decentralised Message Queue Node
description:
Decentralised Message Queue Node based on Cardano Diffusion
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading