-
Notifications
You must be signed in to change notification settings - Fork 635
Fixed an issue where GC runs into a infinite loop in a certain case. #5585
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
Conversation
Release note changesThe following release notes were modified. Please ensure they look correct. Release Notesfirebase-firestore### {{firestore}} version 24.9.2 {: #firestore_v24-9-2}
* {{fixed}} Fixed an issue in the local cache synchronization logic where all locally-cached documents that matched a resumed query would be unnecessarily re-downloaded; with the fix it now only downloads the documents that are known to be out-of-sync. GitHub [#5506](//github.com/firebase/firebase-android-sdk/issues/5506){: .external}
* {{fixed}} Fixed an issue where GC runs into a infinite loop in a certain case. GitHub [#5417](//github.com/firebase/firebase-android-sdk/issues/5417){: .external}
#### {{firestore}} Kotlin extensions version 24.9.2 {: #firestore-ktx_v24-9-2}
The Kotlin extensions library transitively includes the updated
`firebase-firestore` library. The Kotlin extensions library has no additional
updates. |
Coverage Report 1Affected Products
Test Logs |
Unit Test Results 180 files + 118 180 suites +118 4m 5s ⏱️ - 1m 47s Results for commit b2f46e6. ± Comparison against base commit 879c84b. This pull request removes 475 and adds 1226 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Size Report 1Affected Products
Test Logs |
Startup Time Report 1Note: Layout is sometimes suboptimal due to limited formatting support on GitHub. Please check this report on GCS. Notes
Startup Times
|
Fixes: #5417