Azure / static-web-apps-cli

Azure Static Web Apps CLI ✨
https://aka.ms/swa/cli-local-development
MIT License
583 stars 109 forks source link

Old Data API builder version used #806

Open itpropro opened 3 months ago

itpropro commented 3 months ago

The current implementation for the Data API builders seems to pull the latest version specified by this metadata url: https://go.microsoft.com/fwlink/?linkid=2226493. This points to 0.9.7, not to the latest version 0.10.23 of the Data API builder. I think the CLI should resolve the latest version based on the GitHub releases url (https://github.com/Azure/data-api-builder/releases/latest) that points to the latest release instead of relying on an internal link shortener/redirection service like go.microsoft.com.

cjk7989 commented 3 months ago

Thanks for reporting that. WIll update the link and your advise is very helpful.

itpropro commented 2 months ago

Thanks for reporting that. WIll update the link and your advise is very helpful.

Any updates on this? As there are so many bugs in the old version, I have to manually overwrite 0.9.7 currently to make it work on most projects.

MrMossevig commented 1 month ago

@itpropro We have the same issues - how do you “overwrite” the version number?

itpropro commented 2 days ago

Nice to see you taking over @Timothyw0 ! Would be great if you could look into this issue as well as #791 and #756. Great to see the cli getting some love again, looking forward to support with PRs :)