You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## [v1.3.3 - Mar 24, 2025](https://github.com/hyperledger/firefly/releases/tag/v1.3.3)
10
+
11
+
What's New:
12
+
- Add new method to provide reliable receipt storage for blockchain plugins
13
+
- Changes in metrics:
14
+
- Added new metrics for Data Exchange
15
+
- Added a namespace label to existing metrics and change gauges to vectors
16
+
- Added `monitoring` configuration section and deprecated `metrics` section
17
+
- Added HTTP Response Time and Complete Gauge Support to `firefly-common`
18
+
- Enhancements to private messaging with callback metric support and fix to use network namespace
19
+
- Fix update handling of duplicate batches to avoid editing existing messages
20
+
- Miscellaneous bug fixes and minor improvements
21
+
- Documentation updates, new troubleshooting section for multiparty messages
22
+
- CVE fixes and adoption of OpenSSF scorecard on key repositories
23
+
24
+
### Migration consideration
25
+
26
+
As part of the changes to the metrics to add the new `namespace` label, we changed from using a Prometheus `Counter` to a `CounterVec`. As a result there is no default value of `0` on the counter, which means when users query for a specific metric such as `ff_message_rejected_total` it will not be available until the `CounterVec` associated with that metric is incremented. This has been safely added as part of a patch release and determined to be an easy upgrade for SRE monitoring these metrics.
27
+
7
28
## [v1.3.2 - Oct 3, 2024](https://github.com/hyperledger/firefly/releases/tag/v1.3.2)
8
29
9
30
What's New:
@@ -24,7 +45,7 @@ What's New:
24
45
See [Contract Listeners](../reference/types/contractlistener.md) for details
25
46
- New multiparty status API at `/status/multiparty`
26
47
27
-
## [v1.3.0 - April 25, 2024](https://github.com/hyperledger/firefly/releases/tag/v1.1.0)
48
+
## [v1.3.0 - April 25, 2024](https://github.com/hyperledger/firefly/releases/tag/v1.3.0)
28
49
29
50
[Migration guide](1.3_migration_guide.md)
30
51
@@ -50,9 +71,6 @@ What's New:
50
71
- Custom HTTP headers can be passed through to FireFly dependency microservices
51
72
- Evmconnect is now the default blockchain connector for Ethereum based FireFly stacks
0 commit comments