Skip to content

2.1.4#47

Merged
7 commits merged intomasterfrom
2.1.4
Jan 15, 2026
Merged

2.1.4#47
7 commits merged intomasterfrom
2.1.4

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented Jan 15, 2026

Bug Fixes

  • Fixed cache backfill: In-memory cache is now repopulated when data is retrieved from file cache after expiration
  • Fixed thread safety in InMemoryCachingService: Now uses ConcurrentDictionary and proper locking for multi-threaded environments
  • Fixed missing locking in FileCachingService.StoreLanguagesAsync: Concurrent writes no longer corrupt the languages cache file
  • Fixed file sharing: ReadAllTextAsync now allows concurrent reads (FileShare.Read)
  • Fixed ClearCache: Now properly clears both translations and languages from in-memory cache

Improvements

  • Resolved all nullable reference type warnings (CS8618)
  • Added comprehensive thread-safety tests for caching services

@jaremakulchyk jaremakulchyk self-requested a review January 15, 2026 07:56
@ghost ghost merged commit d898a78 into master Jan 15, 2026
1 check passed
This pull request was closed.
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.

1 participant