docs: fix dead SDK links and stale SDK versions - #746
Merged
Conversation
The Python SDK link pointed at authorizerdev/authorizer-python and the Flutter SDK at nickolasgomez/authorizer-flutter-sdk — both 404. The repos are authorizerdev/authorizer-py and authorizerdev/authorizer-flutter-sdk. Flutter moves to Planned: the repo exists but nothing is published to pub.dev, which is what the docs already say. Versions checked against the registries, not the source tree: - authorizer-js latest is 3.3.0, not 3.2.1 - authorizer-react latest is 2.0.7; 2.1.0 was never published, and 2.2.0-rc.6 sits on the `rc` tag - authorizer-py stable is 0.2.0 with 0.3.0 in pre-release - Helm chart on its main is 2.2.1, not 2.2.0 Vue and Svelte marked beta — they ship neither the admin client nor protocol selection, as §6.1 of the roadmap already tracks.
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.
Two SDK links in the README 404: the Python SDK points at
authorizerdev/authorizer-pythonand the Flutter SDK atnickolasgomez/authorizer-flutter-sdk. The repos areauthorizerdev/authorizer-pyandauthorizerdev/authorizer-flutter-sdk.Flutter moves from Shipped to Planned — the repo exists but nothing is published to pub.dev, which is what the docs already state. That contradiction is why the bad URL went unnoticed.
Versions verified against the registries, not the source tree:
authorizer-jsv3.2.1authorizer-reactv2.1.0rctagauthorizer-pythonv0.2.0authorizer-py0.2.0 stable, 0.3.0rc3 pre-releaseVue and Svelte are marked beta — they ship neither the admin client nor protocol selection, which §6.1 of the roadmap already tracks as open.
ROADMAP_V2.mdcarried the identical wrong package name and versions and is corrected the same way.Every GitHub / PyPI / pub.dev link in the README now resolves.