Deploy notes contain code changes that are intended to fix bugs, improve performance, and prepare for new features. These deploys take place monthly.
Unless otherwise stated, all features in this release are available in the Production environment as of 2026-April.
Updated Features
Ask Your Data
Backend Updates
Location to Enable Feature | N/A |
Name of LTI Tool | Ask Your Data |
Permissions | Intelligent Insights |
Affects User Interface | No |
Affected Areas | LTI application |
Summary
The following updates and improvements are made to the Ask Your Data backend:
- Sequelizer Post-Processing: Fixed intermittent errors in question post-processing that caused questions to be missing or incomplete in the question-tracking metrics on the Looker dashboard. Previously missed questions are backfilled.
- Security & Dependencies: Minor updates and security improvements are applied to internal dependencies.
- Cache Policy and Infrastructure:
- Zero caching of index.html and static content in deployments to prevent stale content delivery.
- A conflict between the production USA load balancer and the deployment caching policy is resolved. The load balancer now follows the deployment policy as expected.
- QUIC is disabled on all load balancers so services no longer attempt h3 (HTTP/3) connections.
- Firestore connections, like other Google Cloud Platform (GCP) services, attempt h3 first and fall back to h2 (HTTP/2) when h3 is not available. The fallback is verified.