Releases: hyperledger/firefly-fabconnect
Releases · hyperledger/firefly-fabconnect
v0.9.21
What's Changed
- adding high/critical severity vuln checks by @ssmirr in #123
- Add trivy ignore to image by @EnriqueL8 in #126
- Allow configuration of a base and build image in Dockerfile by @EnriqueL8 in #125
- Add explicit github actions permissions by @alex-semenyuk in #127
- Upgrade to Go 1.22 by @matthew1001 in #128
New Contributors
- @ssmirr made their first contribution in #123
- @alex-semenyuk made their first contribution in #127
Full Changelog: v0.9.20...v0.9.21
v0.9.20
What's Changed
- fix: TLS and extend FileServer OpenAPI by @EnriqueL8 in #124
New Contributors
- @EnriqueL8 made their first contribution in #124
Full Changelog: v0.9.19...v0.9.20
v0.9.19
v0.9.18
What's Changed
- Remove double decoding of event payload by @awrichar in #107
- Fix panic in un-register by @peterbroadhurst in #111
- Use an LRU cache for the signing identities by @jimthematrix in #112
- Remove tx completion tracking by @jimthematrix in #113
- Update README.md, payloadType can now only be an empty string, "strin… by @kmilodenisglez in #104
- Use structs specific to the lifecycle calls to unmarshal the args by @jimthematrix in #101
- Add golangci config file and fix linter issues by @PanGan21 in #108
- Update MAINTAINERS.md and CODEOWNERS by @nguyer in #117
New Contributors
Full Changelog: v0.9.17...v0.9.18
v0.9.17
What's Changed
- Use existing transient map support in the gateway client by @jimthematrix in #100
- Update fabconnect to send receipts conforming to FireFly receipt stru… by @matthew1001 in #102
New Contributors
- @matthew1001 made their first contribution in #102
Full Changelog: v.0.9.16...v0.9.17
v.0.9.16
What's Changed
- Improved args parsing to support JSON types and validation by @DerekJarvis in #93
- Docs gettingstarted testnetwork by @kmilodenisglez in #96
- Update .gitignore paths by @kmilodenisglez in #95
- Update to use WithInit() based on the changes in the dependent PR in fabric-sdk-go by @jimthematrix in #91
- Add transient map support in transaction submission by @jimthematrix in #99
New Contributors
- @DerekJarvis made their first contribution in #93
- @kmilodenisglez made their first contribution in #96
Full Changelog: v0.9.15...v.0.9.16
v0.9.15
What's Changed
- Event client internal caching fix to restart reliably, by @jimthematrix, #87
- Fabric client internal caching to be purged on identity enroll or re-enroll, by @jimthematrix, #88
- Support
isInit
when using the gateway mode, by @jimthematrix, #90
Full Changelog: v0.9.14...v0.9.15
v0.9.14
v0.9.13
What's Changed
- Fill in event fields from transactions that do not publish events by @jimthematrix in #81
- Configurable Chaincode Query targets; new Query endpoints by @jimthematrix in #82
Full Changelog: v0.9.11...v0.9.13
v0.9.12
What's Changed
- Added new endpoint for querying block using transaction ID:
GET /blockByTxId/:txId
- Enhanced chaincode query endpoint to support single-peer queries and "strongread" with the endpoint:
GET /query
- Added support to use block hash to query for a block, in addition to block number with the endpoint
GET /blocks/:blockNumberOrHash
- Fill in the
chaincodeId
andtransactionId
fields in event payload even if the transaction did not publish any events
Full Changelog: v0.9.11...v0.9.12