Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 784 Bytes

File metadata and controls

15 lines (11 loc) · 784 Bytes
title description hide_title
Deprecation List
Track deprecated endpoints, fields, and parameters in Glean's APIs
true

import DeprecationsList from '@site/src/components/Deprecations/DeprecationsList' import DeprecationsHeader from '@site/src/components/Deprecations/DeprecationsHeader' import deprecationsData from '@site/src/data/deprecations.json'

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.