Releases: voiceittech/voiceit3-java
v3.1.4
- 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
Maintenance release — naming consistency, dependency updates, and bug fixes.
v3.1.2
Fix enc() to use percent-encoding instead of form-encoding for path segments
v3.1.1
Fix shared BASE_URL by making it an instance field
v3.1.0
Migrate from Apache HttpClient 4.x (EOL) to 5.6. No behavior change at the public Java API level.
v3.0.5
Security: URL-encode path parameters via URLEncoder so caller-supplied values cannot inject path segments or query parameters.
v3.0.4
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
Capitalized VPP phrase, API 3.0 updates
1.6.4
- Remove IDE file, update gitignore
- Fix removeUserFromGroup HTTP method
- Standardize README
1.6.3
Changes
- Fix removeUserFromGroup to use DELETE instead of PUT to match voiceitapi3
- Standardize Getting Started signup text
- Update README documentation