algoliasearch-client-scala icon indicating copy to clipboard operation
algoliasearch-client-scala copied to clipboard

If available, ensure that Analytics' regions are "us" and "de" (not "eu")

Open aseure opened this issue 4 years ago • 1 comments

We've recently discovered that at least one API client was exposing "eu" as a valid region for the Analytics client implementation, which is wrong. Only the following regions are available at the moment to the Analytics client:

  • "us"
  • "de"

aseure avatar Mar 13 '20 15:03 aseure

only .us seems to be available

https://github.com/algolia/algoliasearch-client-scala/blob/aa3fa2f55c3439117294c08a14a61c45fd59938b/src/main/scala/algolia/AlgoliaClient.scala#L97-L101

Haroenv avatar Sep 07 '21 07:09 Haroenv