debian-mirror-gitlab/data/deprecations/14-9-global-search-deprecate-user-email-lookup-limit.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
613 B
YAML
Raw Normal View History

2023-03-04 22:38:38 +05:30
- title: "user_email_lookup_limit API field"
2022-05-07 20:08:51 +05:30
announcement_milestone: "14.9"
removal_milestone: "15.0"
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.