Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: latest common package and move /api to baseUrl #84

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

typotter
Copy link
Collaborator

@typotter typotter commented Nov 15, 2024

towards FF-3558
🎟️ FF-3558

Motivation and Context

Most, nearly all in fact, of the SDKs use a baseUrl of https://fscdn.eppo.cloud/api and endpoint constants of /flag-config/v1/config and /flag-config/v1/bandits for flag and bandit requests.
iOS and, at some point, the Java SDK stopped following this convention instead putting the /apiportion in the endpoint string.

All of the SDKs need to follow the common convention in order for our cross-SDK testing tools (scenario testing, benchmarking) to work seamlessly.

@@ -30,7 +30,7 @@ repositories {
}

dependencies {
api 'cloud.eppo:sdk-common-jvm:3.5.0'
api 'cloud.eppo:sdk-common-jvm:3.5.2'
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will rerun tests and merge only after common package is published

@typotter typotter requested review from aarsilv and felipecsl and removed request for aarsilv November 15, 2024 07:45
@@ -6,7 +6,7 @@

```groovy
dependencies {
implementation 'cloud.eppo:eppo-server-sdk:3.1.0'
implementation 'cloud.eppo:eppo-server-sdk:4.0.1'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants