This page lists all deprecations related to Glean's public APIs. Each deprecation includes the date it was introduced, the removal date after which the property will no longer be available, and guidance on what to use instead. See API Evolution & Deprecations for details on how our deprecation process works.
Removal date: 2026-07-15
/api/v1/searchdisableSpellcheckThe disableSpellcheck field is deprecated. Use requestOptions.spellcheckMode instead.
Removal date: 2026-10-15
/api/index/v1/indexdocumentversionThe version field is deprecated. Use document.metadata.version for optimistic concurrency control.
/api/v1/searchclusterType: NONEThe NONE cluster type is deprecated. Omit the clusterType field instead.
Removal date: 2027-01-15
/api/v1/chatsaveChatThe saveChat field is deprecated. Use chatPersistence instead.
timeoutMillisThe timeoutMillis field is deprecated. Use requestOptions.timeout instead.
/api/v1/feedcategory: ALLThe ALL category is deprecated. Use MIXED to retrieve all feed types.
Removal date: 2027-04-15
/api/index/v1/indexdocumentsuploadIdThe uploadId field is deprecated. Use batchId for tracking bulk uploads.
/api/v1/autocompletetrackingTokenThe trackingToken field is deprecated. Use requestId instead for request tracking.