Skip to content

chore(fixtures): refresh meta.api_version to 2026-04-16#42

Merged
Fivell merged 4 commits into
mainfrom
chore/refresh-fixture-api-version
Jun 14, 2026
Merged

chore(fixtures): refresh meta.api_version to 2026-04-16#42
Fivell merged 4 commits into
mainfrom
chore/refresh-fixture-api-version

Conversation

@Fivell

@Fivell Fivell commented Jun 10, 2026

Copy link
Copy Markdown
Member

28 test fixtures still carried meta.api_version from earlier recorded responses (2021-04-19, 2021-12-15, 2022-05-09, 2022-05-10). The SDK targets 2026-04-16 (declared in client.py). Bulk-replaced across tests/fixtures/. The SDK never reads meta.api_version from responses, so this is cosmetic — just keeps fixture metadata consistent with the declared target version. No production code touched.

Fivell added 4 commits June 10, 2026 18:41
The Python SDK targets API version 2026-04-16 (declared in client.py),
but 28 test fixtures still carried meta.api_version from earlier
recorded responses (2021-04-19, 2021-12-15, 2022-05-09, 2022-05-10).

Bulk-replace via sed across tests/fixtures/. The SDK code never reads
meta.api_version from responses (only sends X-DIDWW-API-Version on the
request), so this is purely cosmetic — keeps fixture metadata
consistent with the SDK's declared target version.
Pretty-printed bodies forced PyYAML into folded double-quoted scalars,
making cassettes unreadable and diffs noisy. Compact JSON round-trip
yields plain single-quoted one-line scalars. Placeholder hosts kept
consistent with example.com.
…ssed

encrypted_files/list, address_verifications/create, areas/show,
voice_out_trunks/list, identities/{create,update}, addresses/{create,update}
still carried 2021-04-19 / 2021-12-15 in meta.api_version. Now 2026-04-16,
consistent with every other fixture.
@sonarqubecloud

Copy link
Copy Markdown

@Fivell Fivell merged commit fdc21bc into main Jun 14, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant