Releases: voiceittech/voiceit3-java
v3.1.6
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
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
- 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