We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90739e7 commit de5b3d4Copy full SHA for de5b3d4
cardano-submit-api/CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## vNext
4
5
+## 10.2 -- Oct 2025
6
+
7
+* Replace the older tracing & metric system — `iohk-monitoring` with `trace-dispatcher`
8
+ * Change prometheus metric type from `gauge` to `counter`
9
+ * Use slightly different prometheus suffix for counters: `counter` instead of `count`
10
11
## 10.0 -- Oct 2024
12
13
* Bump for Node 10.0
cardano-submit-api/cardano-submit-api.cabal
@@ -1,7 +1,7 @@
1
cabal-version: 3.0
name: cardano-submit-api
-version: 10.1.1
+version: 10.2.0
synopsis: A web server that allows transactions to be POSTed to the cardano chain
description: A web server that allows transactions to be POSTed to the cardano chain.
homepage: https://github.com/intersectmbo/cardano-node
0 commit comments