chore: sync Java client with Apify OpenAPI spec v2-2026-09-02T154542Z - #17
Open
Pijukatel wants to merge 1 commit into
Open
chore: sync Java client with Apify OpenAPI spec v2-2026-09-02T154542Z#17Pijukatel wants to merge 1 commit into
Pijukatel wants to merge 1 commit into
Conversation
Bumps Version.API_SPEC_VERSION and Version.CLIENT_VERSION/pom.xml to 0.6.3. The spec delta (docs PRs apify/apify-docs#2931, #2932, #2922) only loosens nullability on already-nullable/unmodeled fields and adds Task.description, which this client already implements, so no functional code changed.
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.
Syncs the Java client with the Apify OpenAPI spec
v2-2026-09-02T154542Z(apify-docs PRs #2931, #2932, #2922).This is a version-pin sync: every schema delta in the window is already handled by the existing implementation, so no functional/model code changed.
Changes
src/main/java/com/apify/client/Version.java—API_SPEC_VERSION→v2-2026-09-02T154542Z,CLIENT_VERSION→0.6.3.pom.xml— version →0.6.3.README.md— version/spec references updated.CHANGELOG.md—[0.6.3]entry.Why no code changes
generalAccessnullability relaxation:ActorRun.generalAccessis already nullable; storage models don't model the field.Task.description+ taskinputaccepting an array:Task.description/getDescription()already exist,getInput()is rawJsonNode, create/update take arbitraryObject.ActorDefinition.readme/input/changelognullability,DailyServiceUsages.dateformat: not modeled / returned as rawJsonNode.UserPrivateInforelaxed required set:Userfields already nullable.Verification
mvn compileclean; 126/126 unit tests pass; 69/69 integration tests pass againstAPIFY_TOKEN.Generated by Claude Code