fix!: drop support for deprecated APIs#254
Merged
PierreJeanjacquot merged 2 commits intomainfrom Dec 1, 2025
Merged
Conversation
BREAKING CHANGE: `POST /sconify` is dropped, websocket API request `SCONIFY_BUILD` must be used instead; `POST /sconify/build` is dropped, websocket API request `SCONIFY_BUILD` must be used instead; websocket API request `SCONIFY` is dropped, websocket API request `SCONIFY_BUILD` must be used instead; template `Python` is dropped, template `Python3.13` must be used instead; sconeVersion `v5` or `undefined` is dropped, sconeVersion `v5.9` must be used instead; sconeProd `false` or `undefined` is dropped, sconeProd `true` must be used instead.
🐳 Hadolint Dockerfile Lint ResultsClick to expand detailed resultsapi/Dockerfile:4 DL3018 warning: Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Drop support for deprecated APIs, on dropped API call, th client will recieve a 410 error code with a message indicating how to fix the issue
example:

dropped APIs:
POST /sconifyis dropped, websocket API requestSCONIFY_BUILDmust be usedinstead.
POST /sconify/buildis dropped, websocket API requestSCONIFY_BUILDmustbe used instead.
SCONIFYis dropped, websocket API requestSCONIFY_BUILDmust be used instead.Pythonis dropped, templatePython3.13must be used instead.v5orundefinedis dropped, sconeVersionv5.9must be usedinstead.
falseorundefinedis dropped, sconeProdtruemust be usedinstead.
BREAKING CHANGE:
POST /sconifyis dropped, websocket API requestSCONIFY_BUILDmust be used instead;POST /sconify/buildis dropped, websocket API requestSCONIFY_BUILDmust be used instead; websocket API requestSCONIFYis dropped, websocket API requestSCONIFY_BUILDmust be used instead; templatePythonis dropped, templatePython3.13must be used instead; sconeVersionv5orundefinedis dropped, sconeVersionv5.9must be used instead; sconeProdfalseorundefinedis dropped, sconeProdtruemust be used instead.