Skip to content

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

Open
@aseure

Description

@aseure

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"

Activity

Haroenv

Haroenv commented on Sep 7, 2021

@Haroenv

only .us seems to be available

/* Personalization default host is set as 'var' because the region might be overridden. */
var personalizationHost: String = "https://personalization.us.algolia.com"
@deprecated("use personalization instead", "1.40.0")
var recommendationHost: String = "https://recommendation.us.algolia.com"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @aseure@Haroenv

        Issue actions

          If available, ensure that Analytics' regions are "us" and "de" (not "eu") · Issue #581 · algolia/algoliasearch-client-scala