fabric-gateway-java

Hyperledger Fabric Gateway SDK for Java https://wiki.hyperledger.org/display/fabric

APACHE-2.0 License

Stars
211
Committers
15

Bot releases are visible (Hide)

fabric-gateway-java - v2.2.9 Latest Release

Published by bestbeforetoday 10 months ago

What's Changed

Full Changelog: https://github.com/hyperledger/fabric-gateway-java/compare/v2.2.8...v2.2.9

fabric-gateway-java - v2.2.8

Published by bestbeforetoday over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/hyperledger/fabric-gateway-java/compare/v2.2.7...v2.2.8

fabric-gateway-java - v2.2.7

Published by bestbeforetoday almost 2 years ago

What's Changed

This is a maintenance release containing the following changes:

Full Changelog: https://github.com/hyperledger/fabric-gateway-java/compare/v2.2.6...v2.2.7

fabric-gateway-java - v2.2.6

Published by bestbeforetoday about 2 years ago

What's Changed

This is a maintenance release containing dependency updates and the following bug fix:

Full Changelog: https://github.com/hyperledger/fabric-gateway-java/compare/v2.2.5...v2.2.6

fabric-gateway-java - v2.2.5

Published by bestbeforetoday over 2 years ago

This is a maintenance release containing dependency updates to address a potential secuiruty vulnerability related to CouchDB wallets:

Full Changelog: https://github.com/hyperledger/fabric-gateway-java/compare/v2.2.4...v2.2.5

fabric-gateway-java - v2.2.4

Published by bestbeforetoday over 2 years ago

This is a maintenance release containing dependency updates and the following bug fix:

Full Changelog: https://github.com/hyperledger/fabric-gateway-java/compare/v2.2.3...v2.2.4

fabric-gateway-java - v2.2.3

Published by bestbeforetoday almost 3 years ago

This is a maintenance release containing the following internal implementation change:

fabric-gateway-java - v2.2.2

Published by bestbeforetoday over 3 years ago

This is a maintenance release containing the following capability enhancements:

  • FGJ-103: Return transaction status on commit failure
fabric-gateway-java - v2.2.1

Published by bestbeforetoday almost 4 years ago

This is a maintenance release containing the following bug fix:

  • Contract event listeners will only receive chaincode events emitted by transactions that committed successfully.

This release also includes new default query and commit handlers that allow client applications to interact with Fabric networks where the client identity's organization is not running any peer nodes.

fabric-gateway-java - v2.2.0

Published by bestbeforetoday over 4 years ago

Updated Java SDK to support Hyperledger Fabric v2.2.

The v2.2.0 release is a long-term support (LTS) release and supersedes previous v2.x releases. Please see the Fabric LTS release strategy document for more information on LTS releases:

https://github.com/hyperledger/fabric-rfcs/blob/master/text/0005-lts-release-strategy.md

fabric-gateway-java - v2.1.4

Published by andrew-coleman over 4 years ago

Maintenance release containing bug fixes

fabric-gateway-java - v1.4.5

Published by andrew-coleman over 4 years ago

Maintenance release containing bug fixes

fabric-gateway-java - v2.1.3

Published by andrew-coleman over 4 years ago

Updated to latest versions of dependencies

fabric-gateway-java - v2.1.2

Published by bestbeforetoday over 4 years ago

Changes:

  • The transaction ID can be obtained from a transaction object. This allows application code to manage its own asynchronous listening for transaction commit events when submitting transactions if desired. This would typically be achieved by use of the NONE commit handler, which does not wait for any commit events before returning from the transaction submit.
  • The default commit handler can be overridden on a transaction object to allow a mix of commit handling strategies to be used within an application.
fabric-gateway-java - v1.4.4

Published by bestbeforetoday over 4 years ago

fabric-gateway-java - v2.1.1

Published by bestbeforetoday over 4 years ago

fabric-gateway-java -

Published by bestbeforetoday over 4 years ago

New features in release v2.1.0:

  • Compatibility with Fabric v2.1.
  • Ability to build a Gateway without a Wallet.
fabric-gateway-java - v2.0.0

Published by bestbeforetoday over 4 years ago

Key features of release v2.0.0:

  • Compatibility with Fabric v2.0.0.
  • New wallet API offering better portability across programming languages and easier extensibility.
  • Proposal responses are attached to any ContractException thrown, to allow programmatic inspection of peer responses.