--- stage: none group: none info: "See the Technical Writers assigned to Development Guidelines: https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments-to-development-guidelines" toc: false --- # Deprecations by version {::options parse_block_html="true" /} These GitLab features are deprecated and no longer recommended for use. Each deprecated feature will be removed in a future release. Some features cause breaking changes when they are removed. On GitLab.com, deprecated features can be removed at any time during the month leading up to the release. **{rss}** **To be notified of upcoming breaking changes**, add this URL to your RSS feed reader: `https://about.gitlab.com/breaking-changes.xml` You can also view [REST API](https://docs.gitlab.com/ee/api/rest/deprecations.html) and [GraphQL](https://docs.gitlab.com/ee/api/graphql/removed_items.html) deprecations/removals. <% if milestones.any? -%>
<%- end -%> <%- milestones.each do |milestone| %>
## GitLab <%= milestone %> <%- entries.select{|d| d["removal_milestone"] == milestone}.each do |deprecation| %>
breaking-change<% end %>" data-milestone="<%= milestone %>"> ### <%= deprecation["title"] %>
- Announced in: GitLab <%= deprecation["announcement_milestone"]%> <% if deprecation["end_of_support_milestone"] -%> - End of Support: GitLab <%= deprecation["end_of_support_milestone"]%> <% end -%> <% if deprecation["breaking_change"] -%> - This is a [breaking change](https://docs.gitlab.com/ee/development/deprecation_guidelines/). <%- end -%> <% if deprecation["issue_url"] -%> - To discuss this change or learn more, see the [deprecation issue](<%= deprecation["issue_url"]%>). <%- end -%>
<%= deprecation["body"] -%>
<%- end -%>
<%- end -%> DISCLAIMER: This page contains information related to upcoming products, features, and functionality. It is important to note that the information presented is for informational purposes only. Please do not rely on this information for purchasing or planning purposes. As with all projects, the items mentioned on this page are subject to change or delay. The development, release, and timing of any products, features, or functionality remain at the sole discretion of GitLab Inc.