chore: sync Java client with Apify OpenAPI spec v2-2026-07-07T132551Z#3
Merged
Conversation
- Bump API_SPEC_VERSION to v2-2026-07-07T132551Z and project version to 0.1.1. - Correct LastRunOptions Javadoc: origin is now a spec-declared query parameter on the last-run endpoints. - Update README version/spec references to 0.1.1 / v2-2026-07-07T132551Z. - Align docs/examples.md storages example with the CI-tested Storages.java.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Syncs the Java client to the latest Apify OpenAPI specification,
info.version = v2-2026-07-07T132551Z(131 paths / 229 operations), up fromv2-2026-07-02T131926Z.An independent endpoint- and parameter-level audit of the current spec against the client confirmed no in-scope API surface change — full parity with the reference JS client holds (all resource clients covered,
validateInputpresent and consistent,browser-info/tools/*correctly out of scope). This is a no-behavior-change version rebuild plus documentation corrections.Changes
API_SPEC_VERSION→v2-2026-07-07T132551Z(Version.java) and project version0.1.0→0.1.1(pom.xml).LastRunOptionsJavadoc: the 07-07 spec now declaresorigin(alongsidestatus/waitForFinish) as a query parameter on the last-run endpoints. No behavior change — the client already sentorigin.waitForFinishremains correctly not exposed onlastRun, matching the reference JSlastRun({ status, origin }).README.mdversion and spec-version references to0.1.1/v2-2026-07-07T132551Z.docs/examples.mdstorages example with the CI-testedStorages.java.CHANGELOG.md[0.1.1]entry.Verification
mvn -o compileandmvn -o spotless:checkclean.Generated by Claude Code