Skip to content

Releases: voiceittech/voiceit3-java

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

1.6.4

04 Apr 21:24

Choose a tag to compare

  • Remove IDE file, update gitignore
  • Fix removeUserFromGroup HTTP method
  • Standardize README

1.6.3

31 Mar 14:49

Choose a tag to compare

Changes

  • Fix removeUserFromGroup to use DELETE instead of PUT to match voiceitapi3
  • Standardize Getting Started signup text
  • Update README documentation