Files
gitlabhq/data/deprecations/16-1-dependency-proxy-graphql-field.yml
2025-04-12 00:11:14 +00:00

17 lines
1.4 KiB
YAML

- title: "GraphQL deprecation of `dependencyProxyTotalSizeInBytes` field" # (required) Actionable title. e.g., The `confidential` field for a `Note` is deprecated. Use `internal` instead.
announcement_milestone: "16.1" # (required) The milestone when this feature was first announced as deprecated.
removal_milestone: "19.0" # (required) The milestone when this feature is planned to be removed
breaking_change: true # (required) If this deprecation is a breaking change, set this value to true
reporter: trizzi # (required) GitLab username of the person reporting the deprecation
stage: Package # (required) String value of the stage that the feature was created in. e.g., Growth
issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/414236 # (required) Link to the deprecation issue in GitLab
impact: low
scope: group
resolution_role: developer
manual_task: true
window: "3"
body: | # (required) Do not modify this line, instead modify the lines below.
You can use GraphQL to query the amount of storage used by the GitLab Dependency Proxy. However, the `dependencyProxyTotalSizeInBytes` field is limited to about 2 gigabytes, which is not always large enough for the Dependency Proxy. As a result, `dependencyProxyTotalSizeInBytes` is deprecated and will be removed in GitLab 17.0.
Use `dependencyProxyTotalSizeBytes` instead, introduced in GitLab 16.1.