-
Notifications
You must be signed in to change notification settings - Fork 1
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 from the common package and move /api
to baseUrl
#132
Conversation
eppo/build.gradle
Outdated
@@ -7,7 +7,7 @@ plugins { | |||
} | |||
|
|||
group = "cloud.eppo" | |||
version = "4.3.2-SNAPSHOT" | |||
version = "4.3.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are you planning to cut a new release with this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
Holding off on this for now; need to reorient work around a major version bump if/when we proceed |
Updated to latest and adds baseUrl in a back-compatible manner |
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.All of the SDKs need to follow the common convention in order for our cross-SDK testing tools (scenario testing, benchmarking) to work seamlessly.