Impacted Areas 71.0
Apr 23, 2026 • 2 minutes to readThis article lists product areas and functions that are affected by the Caspio 71.0 release.
DOM Structure Updates
What changes were made
Caspio 71.0 adds the scope="col" attribute to column headers in tabular report DataPages and tabular report DataParts. While this change improves standards compliance and accessibility, it may affect applications that use custom HTML, CSS, or JavaScript targeting table header markup.
What you should do
If your application uses custom HTML, CSS, or JavaScript that targets Caspio-generated table markup, test your customizations after your site is upgraded to Caspio 71.0 and update any selectors or logic that may be affected by the new attribute.
Tabular Report DataPages and DataParts
What changed
In Bridge Tabular Report DataPages, the scope="col" attribute is now applied to all column headers (including Actions and Record Number columns), rather than data columns only.
Potential impact
Custom CSS or JavaScript that targets table header elements based on the presence or absence of scope="col" may be affected.
Rest API v.3 Request ID Updates
What changes were made
In Caspio 71.0, REST API v3 request tracing behavior has been updated:
- The
X-Caspio-Request-IDheader value and theRequestIDerror response property are now returned as lowercase GUIDs. - Both values now match the
X-Correlation-IDheader value. - REST API v3 now accepts and returns the
X-Correlation-IDheader.
What you should do
If your integrations depend on the format or casing of request ID values, update your logic accordingly and test after your site is upgraded to Caspio 71.0.