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

[V6] Make http service use v0 routes by default #41

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

brkagithub
Copy link
Collaborator

Made API version to be '/v0' by default. Other options are '/v1' or '/latest', also '' is option which default to v0 for backwards compatibility reasons I believe. Tested on local network and client functions as expected.

V8 branch will pass 'v1' for the version, or we can make it programatically in the code decide whether to pass v0 or v1 somehow depending on how we want to roll out v8

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.

2 participants