Skip to content

Releases: hyperledger/firefly-fabconnect

v0.9.20

13 May 14:13
9578869
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.19...v0.9.20

v0.9.19

25 Jan 22:46
73fc96b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.18...v0.9.19

v0.9.18

27 Sep 15:38
a53353d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.17...v0.9.18

v0.9.17

30 Jan 18:11
fc749c3
Compare
Choose a tag to compare

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

Full Changelog: v.0.9.16...v0.9.17

v.0.9.16

16 Nov 15:04
62dd202
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.15...v.0.9.16

v0.9.15

13 Jun 15:01
997019c
Compare
Choose a tag to compare

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

26 Apr 18:58
89c954a
Compare
Choose a tag to compare

What's Changed

  • Update docker release build GitHub action by @nguyer in #84
  • Fix release GitHub action by @nguyer in #86

Full Changelog: v0.9.12...v0.9.14

v0.9.13

18 Mar 19:54
180b383
Compare
Choose a tag to compare

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

11 Mar 18:07
180b383
Compare
Choose a tag to compare

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 and transactionId fields in event payload even if the transaction did not publish any events

Full Changelog: v0.9.11...v0.9.12

v0.9.11

21 Feb 16:10
ee1ad31
Compare
Choose a tag to compare

Fix the eCert and caCert encoding update which broke downstream FireFly plugin