Skip to content

Commit c2179ff

Browse files
authored
Merge pull request #6116 from IntersectMBO/nm/tracing-version-bump
tracing: bump package versions
2 parents 52b708f + a46cf2f commit c2179ff

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

cardano-node/cardano-node.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ library
207207
, strict-sop-core
208208
, strict-stm
209209
, time
210-
, trace-dispatcher ^>= 2.8.0
211-
, trace-forward ^>= 2.2.9
210+
, trace-dispatcher ^>= 2.8.1
211+
, trace-forward ^>= 2.2.10
212212
, trace-resources ^>= 0.2.3
213213
, tracer-transformers
214214
, transformers

trace-dispatcher/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Revision history for trace-dispatcher
22

3+
## 2.8.1 -- Feb 2025
4+
5+
* Updated to `ouroboros-network-framework-0.16`
6+
37
## 2.8.0 -- Jan 2025
8+
49
* Change dependency `ekg` to `ekg-wai`, replacing `snap-server` based web stack with `warp / wai`.
510
* Add `initForwardingDelayed` which allows for deferred start of forwarding after initialization, instead of tying both together.
611

712
## 2.7.0 -- Sep 2024
13+
814
* Add `docuResultsToMetricsHelptext` for JSON output of metrics docs; required
915
by `cardano-node` command `trace-documentation --output-metric-help`
1016

trace-dispatcher/trace-dispatcher.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: trace-dispatcher
4-
version: 2.8.0
4+
version: 2.8.1
55
synopsis: Tracers for Cardano
66
description: Package for development of simple and efficient tracers
77
based on the arrow based contra-tracer package

trace-forward/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ChangeLog
22

3+
## 2.2.10 - Feb 2025
4+
5+
* Updated to `ouroboros-network-framework-0.16`
6+
37
## 2.2.9 - Jan 2025
48

59
* Updated to `typed-protocols-0.3`.

trace-forward/trace-forward.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: trace-forward
4-
version: 2.2.9
4+
version: 2.2.10
55
synopsis: The forwarding protocols library for cardano node.
66
description: The library providing typed protocols for forwarding different
77
information from the cardano node to an external application.

0 commit comments

Comments
 (0)