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

Release 2.8.6 #357

Merged
merged 4 commits into from
Jan 14, 2025
Merged

Release 2.8.6 #357

merged 4 commits into from
Jan 14, 2025

Conversation

mpretty-cyro
Copy link
Collaborator

@mpretty-cyro mpretty-cyro commented Jan 14, 2025

What's Changed

  • Fixed a number of crashes currently affecting production by @mpretty-cyro in Fixed a number of crashes currently affecting production #356
    • Fixed a crash due to our ThreadSafe code using a struct instead of a class (rendering it non thread safe)
    • Fixed a crash which could occur on the home screen if the data loaded before the UI finished loading
    • (Hopefully) Fixed a crash which could occur when the OS optimised async execution to run immediately within an existing database transaction (potentially resulting in re-entrant database access)
    • Fixed an issue where the database read/write publishers weren't checking for a valid database state before actual query execution (only during the creation of the stream)
  • [Automated] Update translations from Crowdin by @stfsession in [Automated] Update translations from Crowdin #355

Full Changelog: 2.8.5...2.8.6

stfsession and others added 4 commits January 13, 2025 00:08
• Fixed a crash due to our ThreadSafe code using a struct instead of a class (rendering it non thread safe)
• Fixed a crash which could occur on the home screen if the data loaded before the UI finished loading
• (Hopefully) Fixed a crash which could occur when the OS optimised async execution to run immediately within an existing database transaction (potentially resulting in re-entrant database access)
• Fixed an issue where the database read/write publishers weren't checking for a valid database state before actual query execution (only during the creation of the stream)
Fixed a number of crashes currently affecting production
…n-translations

[Automated] Update translations from Crowdin
@mpretty-cyro mpretty-cyro self-assigned this Jan 14, 2025
@mpretty-cyro mpretty-cyro merged commit b75c70c into master Jan 14, 2025
2 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