What's new?¶
This section presents the changes that have been introduced in the update of the Document SDK v6.9
Attention
This release is not backward compatible with previous major versions.
You will need to update your configuration files, assets, and event listeners accordingly.
New changes
- Add support for the Google Search Browser.
- Improvements in document capture.
- Recommendation of serving the SDK assets compressed with Brotli, described in the Specifications.
- Minor bugfixes and improvements.
Deprecations in 2026.7
The following events currently dispatch with two different detail.type values for backward compatibility (some legacy variants are dispatched without a type property at all). Only the value listed below will be maintained; the other will be removed in a future release:
VD_detectionTimeout:type: "info"is deprecated; onlytype: "error"will be maintained.VD_loseFocus: previously dispatched without atypeproperty; onlytype: "info"will be maintained.