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

Add random query param to get_app_store_version_number.rb #75

Merged
merged 1 commit into from
Jul 16, 2023

Conversation

raymondjacobson
Copy link
Contributor

Apple has a 24 hour cache on the response that comes back from itunes.apple.com/lookup.
This has caused problems in our builds because we use this plugin to detect in CI whether a new version should be released and if CI is run twice within 24 hours, we end up getting a cached value back from Apple.

This PR adds a tiny random uuid query param to bust the cache & get a fresh response.

@raymondjacobson raymondjacobson changed the title Update get_app_store_version_number.rb Add random query param to get_app_store_version_number.rb Mar 29, 2023
@jdouglas-nz jdouglas-nz merged commit 72daf1c into SiarheiFedartsou:master Jul 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants