summaryrefslogtreecommitdiff
path: root/data/deprecations/14-9-global-search-deprecate-user-email-lookup-limit.yml
blob: f69ac6e9a82ec649cbdb4b2dc977e31c8df8857c (plain)
1
2
3
4
5
6
7
8
9
10
11
- title: "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.