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

feat: ignoreQueryParamsForCacheKey image option (iOS & Android) #59

Merged
merged 3 commits into from
Nov 2, 2024

Conversation

numsu
Copy link
Contributor

@numsu numsu commented Oct 9, 2024

Ignores URL query parameters for cache keys when the new option is set to true, defaults to false.

This is needed for example when downloading images using S3 presigned URL's that include a signature that changes between requests preventing the images from being found in the cache.

Also fixes the merge error in FasterImageViewManager.kt which came from commit 86a23fd

Ignores URL query parameters for cache keys when the new option is set to true, defaults to false.

This is needed for example when downloading images using S3 presigned URL's that include a signature that changes between requests preventing the images from being found in the cache.

Also fixes the merge error in FasterImageViewManager.kt which came from commit 86a23fd
@gtokman
Copy link
Member

gtokman commented Oct 9, 2024

@numsu appreciate it! going to take a look and cut a build shortly.

@gtokman gtokman merged commit 6568fd2 into candlefinance:main Nov 2, 2024
2 of 3 checks passed
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.

2 participants