Skip to content

Releases: voiceittech/voiceit3-java

v3.1.6

07 Jun 21:50
ef80166

Choose a tag to compare

Dependabot bumps: JUnit 5.11.4 → 6.1.0 (api/engine/vintage/platform-launcher) + maven-surefire 3.5.5 → 3.5.6

Changes since v3.1.5

  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5.6
  • Bump org.junit.platform:junit-platform-launcher from 1.11.4 to 6.1.0
  • Bump org.junit.jupiter:junit-jupiter-engine from 5.11.4 to 6.1.0
  • Bump org.junit.vintage:junit-vintage-engine from 5.11.4 to 6.1.0
  • Bump org.junit.jupiter:junit-jupiter-api from 5.11.4 to 6.1.0

v3.1.5

16 May 19:37
fbedb10

Choose a tag to compare

What's Changed

  • Bump org.junit.platform:junit-platform-runner from 1.11.4 to 1.14.4 by @dependabot[bot] in #35
  • Bump commons-codec:commons-codec from 1.21.0 to 1.22.0 by @dependabot[bot] in #36

Full Changelog: v3.1.4...v3.1.5

v3.1.4

27 Apr 23:53

Choose a tag to compare

  • Bump commons-io:commons-io from 2.21.0 to 2.22.0

Bumps commons-io:commons-io from 2.21.0 to 2.22.0.


updated-dependencies:

  • dependency-name: commons-io:commons-io
    dependency-version: 2.22.0
    dependency-type: direct:development
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] support@github.com

  • Bump org.apache.httpcomponents.client5:httpclient5 from 5.6 to 5.6.1

Bumps [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponen

v3.1.3

23 Apr 14:58

Choose a tag to compare

Maintenance release — naming consistency, dependency updates, and bug fixes.

v3.1.2

15 Apr 02:47

Choose a tag to compare

Fix enc() to use percent-encoding instead of form-encoding for path segments

v3.1.1

15 Apr 01:47

Choose a tag to compare

Fix shared BASE_URL by making it an instance field

v3.1.0

13 Apr 18:51

Choose a tag to compare

Migrate from Apache HttpClient 4.x (EOL) to 5.6. No behavior change at the public Java API level.

v3.0.5

13 Apr 18:06

Choose a tag to compare

Security: URL-encode path parameters via URLEncoder so caller-supplied values cannot inject path segments or query parameters.

v3.0.4

13 Apr 13:42

Choose a tag to compare

Security: remove trust-all TLS override in the custom-URL constructor. Any caller passing a custom base URL previously got zero certificate validation; it now uses the JVM default trust store. A new (SSLContext) overload is provided for private-CA scenarios.

3.0.3

13 Apr 00:55

Choose a tag to compare

Capitalized VPP phrase, API 3.0 updates