Release digest
Fixed
- CRYPTO-PDF-METADATA-STABILITY (Deterministic Report Headers) — Crypto
PDF report titles now use the normalized payload
generated_atdate instead of runtime wall-clock time, keeping archived or regenerated reports stable across time zones and reruns. - BIGQUERY-CLIENT-REFERENCE-HYGIENE (Deprecation Guard) — The BigQuery
analytics client now builds explicit
DatasetReferenceandTableReferenceobjects instead of the deprecatedClient.dataset()helper.
Internal
- Added PDF contract coverage for payload-driven report title dates.
- Added BigQuery client contract coverage that fails if the deprecated
Client.dataset()path is reintroduced. - Re-ran the full Python suite locally:
872 passed, 2 skipped, 22 deselected. - No public documentation update required beyond this changelog entry because the patch stabilizes report metadata and internal BigQuery client references without changing the visible PDF section model or public API surface.