Welcome to mirror list, hosted at ThFree Co, Russian Federation.

14-9-key-user_email_lookup_limit.yml « 14_9 « removals « data - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 52b64a96b87269289683594f86551f195a7acaf5 (plain)
1
2
3
4
5
6
7
8
9
- name: "Renamed 'user_email_lookup_limit' to 'search_rate_limit' API field"
  announcement_milestone: "14.9"
  announcement_date: "2022-03-22"
  removal_milestone: "14.9"
  removal_date: "2022-03-22"
  breaking_change: true
  reporter: fzimmer
  body: |
    We renamed the rate limit key from `user_email_lookup_limit` to `search_rate_limit`. Any API calls attempting to change the rate limits for `user_email_lookup_limit` should use `search_rate_limit` instead.