chore: sync Rust client with Apify OpenAPI spec v2-2026-06-30T091455Z - #11
Merged
Conversation
Version-only sync from v2-2026-06-29T142258Z. An independent operation- and parameter-level audit of the new spec (131 paths / 231 operations), with the apify-client-js reference as the in-scope parity authority, found no change to the in-scope API surface. Bumps API_SPEC_VERSION and the crate version to 0.4.3 (patch) and adds two non-breaking documentation improvements. - src/version.rs: API_SPEC_VERSION -> v2-2026-06-30T091455Z - Cargo.toml: 0.4.2 -> 0.4.3 - CHANGELOG.md: [0.4.3] - examples/get_account.rs: explicit chrono::Utc import (self-contained snippet) - src/clients/run_collection.rs: runnable rustdoc example for two-arg runs().list()
…rement The updated client requirements mandate that each PR's CHANGELOG entry contain only a short list of the changes in that PR, with no narrative, no process text, no out-of-scope/not-implemented notes, and no sibling-client references. Rewrote the [0.4.3] entry accordingly.
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 Rust client with the latest Apify OpenAPI specification,
info.versionv2-2026-06-30T091455Z(previouslyv2-2026-06-29T142258Z).An independent operation- and parameter-level audit of the new spec (131 paths / 231 operations),
using the
apify-client-jsreferenceclient as the parity authority for which endpoints are in scope, found no change to the in-scope
API surface: same paths, operations, query/header parameters, request bodies and response schemas.
This is therefore a version-only sync — a SemVer patch release (
0.4.2→0.4.3).Changes
src/version.rs:API_SPEC_VERSION→v2-2026-06-30T091455ZCargo.toml: crate version0.4.2→0.4.3CHANGELOG.md: new[0.4.3]entryexamples/get_account.rs: explicitchrono::Utcimport so the snippet is self-contained (doc nit)src/clients/run_collection.rs: runnable rustdoc example for the two-argumentruns().list(ListOptions, RunListOptions)signature (doc nit)Verification
cargo fmt --all -- --check— cleancargo clippy --all-targets -- -D warnings— cleanTest examples:cargo test --test examples— 8 passed;cargo test --doc— 25 passedGenerated by Claude Code