chore: sync Rust client with Apify OpenAPI spec v2-2026-07-02T131926Z - #12
Merged
Conversation
Bump API_SPEC_VERSION to v2-2026-07-01T115402Z and crate version to 0.4.4. The in-scope typed API surface is unchanged versus v2-2026-06-30T091455Z, so this is a patch release.
Bump API_SPEC_VERSION to v2-2026-07-02T131926Z and crate version to 0.4.5. An operation- and parameter-level audit of every in-scope endpoint against the new spec (131 paths, JS reference as parity authority) found the in-scope typed API surface unchanged, so this is a patch release. Also includes documentation fixes surfaced by the review pass: add the chrono extra-dependency note (README, docs/README), remove a misplaced get_statistics bullet, expand name-only option-field lists (ActorBuildOptions, dataset item options) into per-field descriptions, and correct the output_fields description to match the spec. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019etuGDSwcjs4DKuCd4MKKe
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
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, query/header 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-01T115402Z(src/version.rs).0.4.4(Cargo.toml).CHANGELOG.md[0.4.4]entry.Verification
cargo fmt --all -- --check— cleancargo clippy --all-targets -- -D warnings— cleancargo build— cleancargo test --all(live API,APIFY_TOKENset) — all suites passed, 0 failed (offline unit, per-resource integration, examples, 25 doctests).Generated by Claude Code