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

feat: Pin versions of tools in tools endpoint #95

Open
oSumAtrIX opened this issue Oct 5, 2023 · 0 comments
Open

feat: Pin versions of tools in tools endpoint #95

oSumAtrIX opened this issue Oct 5, 2023 · 0 comments
Assignees
Labels
feature-request Requesting a new feature that's not implemented yet

Comments

@oSumAtrIX
Copy link
Member

Issue

Currently, the API always supplies the latest versions of the backend that provides them. This constrains us at having to change the versions of the tools we want to supply at the backend instead of the API.

Motivation

This would allow any backend to make releases without having to worry about what they supply via the API as the API would be in control of what version is being released. Additionally, when having to revert releases, this would come in handy.

Additional context

This feature may conflict with the design of the API. The API transforms the backend but does not change any data. If the backend supplies version X so may the API.

@oSumAtrIX oSumAtrIX added the feature-request Requesting a new feature that's not implemented yet label Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Requesting a new feature that's not implemented yet
Projects
None yet
Development

No branches or pull requests

2 participants