chore: sync Go client with Apify OpenAPI spec v2-2026-07-01T115402Z#11
Open
Pijukatel wants to merge 1 commit into
Open
chore: sync Go client with Apify OpenAPI spec v2-2026-07-01T115402Z#11Pijukatel wants to merge 1 commit into
Pijukatel wants to merge 1 commit into
Conversation
Bump API_SPEC_VERSION to v2-2026-07-01T115402Z and CLIENT_VERSION to 0.4.4, and sync the README Versioning reference. The in-scope typed API surface is unchanged versus v2-2026-06-30T091455Z, so this is a patch release.
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
Synchronizes the Go client with the latest Apify OpenAPI specification
v2-2026-07-01T115402Z(previouslyv2-2026-06-30T091455Z).An operation- and parameter-level audit of every in-scope endpoint against the new specification found the in-scope typed API surface unchanged: same paths, operations, parameters, request bodies and response schemas. No public API surface change, so this is a patch release (
0.4.3→0.4.4).Changes
API_SPEC_VERSIONtov2-2026-07-01T115402ZandCLIENT_VERSIONto0.4.4(version.go).API_SPEC_VERSIONreference in the README "Versioning" section to matchversion.go.CHANGELOG.md[0.4.4]entry.Verification
gofmt -l .— cleango vet ./...— cleango build ./...— cleango test ./... -p 1(live API,APIFY_TOKENset) — root package ok, integrationtestspackage ok (48.7s), 0 failures.Generated by Claude Code