Releases: hyperledger-firefly/transaction-manager
Releases · hyperledger-firefly/transaction-manager
Release list
v1.5.2
What's Changed
Dependency updates and configuration description for the new postgres config
- Bump golang.org/x/crypto from 0.35.0 to 0.45.0 by @dependabot[bot] in #166
- Bump golang.org/x/net from 0.36.0 to 0.55.0 by @dependabot[bot] in #165
- chore: group Dependabot updates per ecosystem by @ryjones in #167
- Bump golang.org/x/crypto from 0.51.0 to 0.52.0 in the gomod-security group across 1 directory by @dependabot[bot] in #170
- Bump the gomod group with 14 updates by @dependabot[bot] in #169
- Bump actions/checkout from 5 to 7 in the github-actions group by @dependabot[bot] in #168
- Bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions group by @dependabot[bot] in #171
- Bump the gomod group with 3 updates by @dependabot[bot] in #172
- Bump github.com/getkin/kin-openapi from 0.140.0 to 0.144.0 in the gomod-security group across 1 directory by @dependabot[bot] in #173
New Contributors
- @dependabot[bot] made their first contribution in #166
Full Changelog: v1.5.1...v1.5.2
v1.5.1
v1.5.0
v1.4.5
What's Changed
- [metrics] Expose MetricsRegistry for Custom Metrics Downstream by @hosie and @onelapahead in #160
- introduce a lightweight tracking mode for connectors and update confirmation manager to cope with it by @Chengxuan in #159
New Contributors
Full Changelog: v1.4.4...v1.4.5
v1.4.4
What's Changed
- introduce a new submission API under a
/submitpath by @Chengxuan in #152, the new path:- supports batching of multiple transactions into a single request
- added an extra function
HandleSubmissions(ctx context.Context, submissions []*apitypes.SubmissionRequest) (responses []*apitypes.SubmissionResponse)in the transaction handler interface - the new submission API exposes a generic spelling for transaction submissions
Full Changelog: v1.4.3...v1.4.4
v1.4.3
What's Changed
- fix: duplicate notifications when walkChainForItem fails by @EnriqueL8 in #153
- fix: do not recreate a new notifications slice by @EnriqueL8 in #155
Full Changelog: v1.4.2...v1.4.3
v1.4.2
What's Changed
- return transaction receipt as part of the confirmation response by @Chengxuan in #150
Full Changelog: v1.4.1...v1.4.2
v1.4.1
What's Changed
- Update actions checkout to v5 by @alex-semenyuk in #146
- adding a new function for reconciling confirmations map in the connector interface by @Chengxuan in #148
- Introduce update transaction API (PATCH /transactions/{transactionId}) by @Chengxuan in #145
- Update firefly-common to v1.5.8 by @peterbroadhurst in #149
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- Provide implementations access to TransactionHandler by @peterbroadhurst in #139
- Update to 1.5.5 FireFly Common and go 1.23.0 fixes by @EnriqueL8 in #141
- Add internal event listeners by @peterbroadhurst in #140
Full Changelog: v1.3.20...v1.4.0