-
Notifications
You must be signed in to change notification settings - Fork 11
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
Newly published version has outdated Readme on the gallery page #415
Comments
@radeksimko thanks for filling this issue. |
We believe that we recently ran afoul of this issue. Much of our experience is detailed in this discussion, but I will re-summarize here. In our case, the extension in question is the ExtendScript Debugger. Versions 1.y.z were all deemed "Universal" as they predate the ability to specify targets. We submitted v2.0.0 last Thursday, specifying the list of supported targets and that's when the fun began. On the machines we were able to test with (M1 Macs, to my knowledge), the README shown on the Marketplace was from the latest v1.y.z release available. The odd part here was that the README and CHANGELOG were the only things that didn't update on the website. The version update information and available versions were all properly listed. This made us suspicion of suggestions that "the README was being validated". Additionally, when viewing the extension from within VS Code on a supported platform, we were able to see the updated README as expected. I attempted to view the same page with Safari using an overloaded User Agent (showing Intel instead of Apple Silicon) on the hunch that the Marketplace was attempting to show me something that would best match what I saw in VS Code on my system. There was no change. The only idea remaining was that our 1.y.z version was considered Universal, which includes the We pushed a new Universal version live (2.0.1) and then quickly pushed another platfrom-specific version live (2.0.2), restoring the expected target compatibility. The expected README became visible immediately. We are currently operating under the assumption that the README shown on the web will show the latest As mentioned here, the Marketplace really needs two things:
|
@radeksimko @ericdrobinson This issue behind the stale readme on the gallery page is because of an issue with the marketplace cache. We have created a tracking issue to address this, we will try to prioritize this in our next sprint and work on it. |
Still an issue :-( |
I'm happy to report the page now shows the correct content after we published a new release today. I'm unsure if this is because the caching issue was fixed and this issue not updated, or because of the new published extension. |
Thanks for the update @jpogran, please reopen the issue if you continue to see this issue |
Describe the bug
We have released a new extension version on 9th June and it seems that Marketplace still did not invalidate the cached Readme from previous version it displays on the website, even after multiple days (today is 13th June), although at least it’s updated within VS Code.
https://github.com/hashicorp/vscode-terraform/blob/v2.23.0/README.md
Expected behavior
An up-to-date Readme shown on the gallery page.
Additional context
The mentioned extension has platform-specific builds, unsure if it matter though as we have been publishing it for some time now and this is pretty much the first time we noticed this problem.
cc @isidorn
The text was updated successfully, but these errors were encountered: