Skip to content

Releases: MobileID-Strong-Authentication/mobileid-client-java

v1.6.1

Choose a tag to compare

@thomas4v thomas4v released this 30 Jun 14:33
2101617

What's Changed

  • restore function of isHostnameVerification flag by @thomas4v in #44
  • MID-3071: jackson-databind to 2.14.0 due to UT errors by @thomas4v in #45

Full Changelog: v1.6.0...v1.6.1

v1.6.0

Choose a tag to compare

@thomas4v thomas4v released this 28 May 09:59
d177043

What's Changed

  • Bump commons-io:commons-io from 2.11.0 to 2.14.0 by @dependabot[bot] in #27
  • Bump SonarSource/sonarqube-scan-action from 5.3.1 to 6.0.0 in /.github/workflows by @dependabot[bot] in #29
  • Bump org.bouncycastle:bcpkix-jdk18on from 1.75 to 1.78.1 by @dependabot[bot] in #24
  • Bump org.bouncycastle:bcpkix-jdk18on from 1.78.1 to 1.79 by @dependabot[bot] in #31
  • October 2025 security updated and sonar cloud scanner version bump up by @thomas4v in #30
  • fix(ci): replace broken SonarCloud CLI scanner with Maven-based analysis by @Copilot in #33
  • Develop by @phaupt in #32
  • Fix three CodeQL code scanning alerts: insecure hostname verification and XXE by @Copilot in #35
  • Enable FEATURE_SECURE_PROCESSING on TransformerFactory in SoapTrafficHandler by @Copilot in #36
  • Bump com.fasterxml.jackson.core:jackson-core from 2.15.0 to 2.18.6 by @dependabot[bot] in #37
  • Bump org.bouncycastle:bcprov-jdk18on from 1.80 to 1.84 by @dependabot[bot] in #42
  • Bump org.bouncycastle:bcpkix-jdk18on from 1.80 to 1.84 by @dependabot[bot] in #41
  • App2App additional service implementation (#39) by @thomas4v in #40

New Contributors

  • @Copilot made their first contribution in #33

Full Changelog: v1.5.7...v1.6.0

v1.5.7

Choose a tag to compare

@thomas4v thomas4v released this 08 Sep 23:57
66fdf3f

Release 1.5.7 changes:

v1.5.6

Choose a tag to compare

@thomas4v thomas4v released this 12 Sep 22:17
310ab16

Add support for geofencing custom policy
Bump org.bouncycastle:bcpkix-jdk18on from 1.75 to 1.78

v1.5.5

Choose a tag to compare

@thomas4v thomas4v released this 16 Nov 22:04
f057eaf

Add support for sslContext configuration for mid-java-client-rest via sslContext property in TlsConfiguration instance.
Introduced "geofencing" parameter to be used with SignatureRequest via cli. The change ensures geofencing data is returned
only when the geofencing parameter in the cli is explicitly set.
Introduced get-mid-sn query/param for cli interface to retrieve Mobile ID serial number, exposed getMIDSerialNumber method
via SignatureValidator interface for programmatically retrieving mentioned property.

v1.5.4

Choose a tag to compare

@thomas4v thomas4v released this 07 Nov 11:15
a40c34e

Update the httpclient5 to latest version 5.2.1

v1.5.3

Choose a tag to compare

@thomas4v thomas4v released this 28 Jul 08:55
9a1343a

Fixed hardcoded SSLContext for soap client, modify TLSConfiguration implementation to accept SSLContext parameter.
Changed the Bouncy Castle Provider from bcprov-jdk15on to bcprov-jdk18on and update it and woodstox-core libraries to newer versions.

v1.5.2

Choose a tag to compare

@bmocanu bmocanu released this 18 Oct 13:46

Update most of the libraries to their latest versions. Fix two vulnerabilities reported by Dependabot for the Jackson Databind libraries.

v1.5.1

Choose a tag to compare

@bmocanu bmocanu released this 28 Jul 14:25

Update the jackson-databind and woodstox-core libraries to newer versions to overcome the vulnerabilities reported by Sonatype Lift.

v1.5.0

Choose a tag to compare

@bmocanu bmocanu released this 27 Jul 14:03

Add support for signature validation, after a mobile signature is successfully created.
Add a new component that can be configured separately for validating the signing certificate, the certificate path, the actual signature and the DTBD/DTBS that was signed.
Add support for signature validation to the CLI mode.