Skip to content

Commit 1129da8

Browse files
committed
Release notes 1.3.3
Signed-off-by: Enrique Lacal <[email protected]>
1 parent 7b7dbb0 commit 1129da8

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

doc-site/docs/releasenotes/index.md

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,29 @@
22
title: Release Notes
33
---
44

5+
# Release Notes
6+
57
[Full release notes](https://github.com/hyperledger/firefly/releases)
68

9+
## [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+
728
## [v1.3.2 - Oct 3, 2024](https://github.com/hyperledger/firefly/releases/tag/v1.3.2)
829

930
What's New:
@@ -24,7 +45,7 @@ What's New:
2445
See [Contract Listeners](../reference/types/contractlistener.md) for details
2546
- New multiparty status API at `/status/multiparty`
2647

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)
2849

2950
[Migration guide](1.3_migration_guide.md)
3051

@@ -50,9 +71,6 @@ What's New:
5071
- Custom HTTP headers can be passed through to FireFly dependency microservices
5172
- Evmconnect is now the default blockchain connector for Ethereum based FireFly stacks
5273

53-
# Release Notes
54-
55-
[Full release notes](https://github.com/hyperledger/firefly/releases)
5674

5775
## [v1.1.0 - September 12, 2022](https://github.com/hyperledger/firefly/releases/tag/v1.1.0)
5876

0 commit comments

Comments
 (0)