diff options
Diffstat (limited to 'data/deprecations/14-9-global-search-deprecate-user-email-lookup-limit.yml')
-rw-r--r-- | data/deprecations/14-9-global-search-deprecate-user-email-lookup-limit.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/data/deprecations/14-9-global-search-deprecate-user-email-lookup-limit.yml b/data/deprecations/14-9-global-search-deprecate-user-email-lookup-limit.yml new file mode 100644 index 00000000000..2b986a11d47 --- /dev/null +++ b/data/deprecations/14-9-global-search-deprecate-user-email-lookup-limit.yml @@ -0,0 +1,11 @@ +- name: "user_email_lookup_limit API field" + announcement_milestone: "14.9" + announcement_date: "2022-03-22" + removal_milestone: "15.0" + removal_date: "2022-05-22" + breaking_change: true + reporter: fzimmer + body: | # Do not modify this line, instead modify the lines below. + The `user_email_lookup_limit` [API field](https://docs.gitlab.com/ee/api/settings.html) is deprecated and will be removed in GitLab 15.0. Until GitLab 15.0, `user_email_lookup_limit` is aliased to `search_rate_limit` and existing workflows will continue to work. + + Any API calls attempting to change the rate limits for `user_email_lookup_limit` should use `search_rate_limit` instead. |