Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Releases: scalar-labs/scalardl-java-client-sdk

v3.5.5

05 Dec 02:07

Choose a tag to compare

Bug fixes

  • Use scannable LedgerTracer that does storage scan in a Contract (#870)
  • Fix CVE-2022-27664 (#867)
  • Add FunctionManager to make Function mockable (#866)
  • Fix CVE-2022-42003 and CVE-2022-42004 (#876)
  • Fix CVE-2022-32149 (#877)
  • Add @OverRide to fix a warning from errorprone (#883)
  • Upgrade the gRPC version to fix a vulnerability. (#882)

v3.4.4

05 Dec 02:08

Choose a tag to compare

Bug fixes

v3.7.0

01 Dec 12:25

Choose a tag to compare

Enhancements

  • Make Asset be able to return AssetMetadata that includes some internal metadata (#875)
  • Add a transaction asset scanner to scan Ledger assets (#871)
  • Add transaction scannable tracer manager (#873)

Improvements

  • Make AssetInput not manage data (#878)
  • Rename classes, such as AuditorAssetScanner (#872)
  • Revise ContractsRegistration and FunctionsRegistration (#880)
  • Add more sources to the SDK (#879)

Bug fixes

  • Add FunctionManager to make Function mockable (#866)
  • Use scannable LedgerTracer that does storage scan in a Contract (#870)
  • Fix CVE-2022-27664 (#867)
  • Fix CVE-2022-32149 (#877)
  • Fix CVE-2022-42003 and CVE-2022-42004 (#876)
  • Upgrade the gRPC version to fix a vulnerability. (#882)
  • Add @OverRide to fix a warning from errorprone (#883)
  • Upgrade the ScalarDB version (#884)

v3.5.4

29 Sep 06:32

Choose a tag to compare

Bug fixes

  • Update the in-house JRE8 Docker image to 1.1.7
  • Fix Ledger/Auditor/Client config loading
  • Upgrade the in-house JRE8 docker image to 1.1.8

v3.4.3

29 Sep 06:33

Choose a tag to compare

Bug fixes

  • Upgrade the in-house JRE8 docker image to 1.1.8
  • Update the in-house JRE8 Docker image to 1.1.7
  • Update ghcr.io/scalar-labs/jre8 to 1.1.6
  • Upgrade ghcr.io/scalar-labs/jre8 to 1.1.5

v3.3.6

29 Sep 06:34

Choose a tag to compare

Bug fixes

  • Update the in-house JRE8 Docker image to 1.1.7
  • Upgrade the in-house JRE8 docker image to 1.1.8
  • Update ghcr.io/scalar-labs/jre8 to 1.1.6
  • Upgrade ghcr.io/scalar-labs/jre8 to 1.1.5

v3.2.7

29 Sep 06:35

Choose a tag to compare

Bug fixes

  • Upgrade the in-house JRE8 docker image to 1.1.8
  • Update the in-house JRE8 Docker image to 1.1.7
  • Update ghcr.io/scalar-labs/jre8 to 1.1.6
  • Upgrade ghcr.io/scalar-labs/jre8 to 1.1.5

v3.6.0

27 Sep 04:15

Choose a tag to compare

Enhancements

  • Update release workflow to push container to ECR of Marketplace (#855)
  • Upgrade the Scalar DB version (#860)

Bug fixes

  • Update the in-house JRE8 Docker image to 1.1.7 (#854)
  • Upgrade the in-house JRE8 docker image to 1.1.8 (#858)
  • Fix Ledger/Auditor/Client config loading (#862)

v3.5.3

19 Aug 13:03

Choose a tag to compare

Bug fixes

  • Fix validation in the Ledger-only mode with the V2 argument

v3.5.2

17 Aug 03:01

Choose a tag to compare

Bug fixes

  • Fix the camel case fields
  • Put AbstractRequest back to the client jar
  • Fix the contract argument handling in DagValidator
  • Update the Javadoc of ClientService