-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: conplementAG/Calinga.NET
base: update-docs
head repository: conplementAG/Calinga.NET
compare: master
- 20 commits
- 21 files changed
- 2 contributors
Commits on Feb 13, 2024
-
Merge pull request #43 from conplementAG/update-docs
Update caching description in documentation
mpacon authoredFeb 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 99956ae - Browse repository at this point
Copy the full SHA 99956aeView commit details
Commits on Feb 3, 2025
-
More logging, more robust io handling, fallback to reference options,…
… UseCacheOnly option
Michael Pawlik committedFeb 3, 2025 Configuration menu - View commit details
-
Copy full SHA for 9d47f10 - Browse repository at this point
Copy the full SHA 9d47f10View commit details
Commits on Feb 7, 2025
-
Resolved comments, additional logging
Michael Pawlik committedFeb 7, 2025 Configuration menu - View commit details
-
Copy full SHA for 681f2bc - Browse repository at this point
Copy the full SHA 681f2bcView commit details -
Michael Pawlik committed
Feb 7, 2025 Configuration menu - View commit details
-
Copy full SHA for 33258d8 - Browse repository at this point
Copy the full SHA 33258d8View commit details
Commits on Mar 5, 2025
-
Merge pull request #44 from conplementAG/2.1.0
More logging, more robust io handling, fallback to reference options,…
mpacon authoredMar 5, 2025 Configuration menu - View commit details
-
Copy full SHA for 39031ff - Browse repository at this point
Copy the full SHA 39031ffView commit details -
mpacon authored
Mar 5, 2025 Configuration menu - View commit details
-
Copy full SHA for 262aadb - Browse repository at this point
Copy the full SHA 262aadbView commit details
Commits on May 28, 2025
-
Improve caching reliability, and enhance CalingaService documentation
Michael Pawlik committedMay 28, 2025 Configuration menu - View commit details
-
Copy full SHA for dc55198 - Browse repository at this point
Copy the full SHA dc55198View commit details -
Michael Pawlik committed
May 28, 2025 Configuration menu - View commit details
-
Copy full SHA for 3205325 - Browse repository at this point
Copy the full SHA 3205325View commit details -
Add .NET SDK installation step to Azure Pipelines configuration
Michael Pawlik committedMay 28, 2025 Configuration menu - View commit details
-
Copy full SHA for 49bed02 - Browse repository at this point
Copy the full SHA 49bed02View commit details
Commits on Jun 5, 2025
-
Merge pull request #45 from conplementAG/fix/windowslocking
Improve caching reliability, and enhance CalingaService documentation
mpacon authoredJun 5, 2025 Configuration menu - View commit details
-
Copy full SHA for 776ed40 - Browse repository at this point
Copy the full SHA 776ed40View commit details
Commits on Jul 17, 2025
-
2.1.3: restore binary compatibility for GetTranslationsAsync (add leg…
…acy signature)
Michael Pawlik committedJul 17, 2025 Configuration menu - View commit details
-
Copy full SHA for 546346c - Browse repository at this point
Copy the full SHA 546346cView commit details -
Merge pull request #46 from conplementAG/2.1.3
2.1.3: restore binary compatibility for GetTranslationsAsync (add leg…
mpacon authoredJul 17, 2025 Configuration menu - View commit details
-
Copy full SHA for 4ce263e - Browse repository at this point
Copy the full SHA 4ce263eView commit details
Commits on Jan 12, 2026
-
Enhance CascadedCachingService to backfill earlier caches on cache hits
Michael Pawlik committedJan 12, 2026 Configuration menu - View commit details
-
Copy full SHA for 2b3e54d - Browse repository at this point
Copy the full SHA 2b3e54dView commit details -
Enhance InMemoryCachingService for thread safety and improve caching …
…mechanisms
Michael Pawlik committedJan 12, 2026 Configuration menu - View commit details
-
Copy full SHA for d5fd197 - Browse repository at this point
Copy the full SHA d5fd197View commit details -
Enhance FileCachingService to support concurrent access and improve e…
…rror handling in file operations
Michael Pawlik committedJan 12, 2026 Configuration menu - View commit details
-
Copy full SHA for e2cc416 - Browse repository at this point
Copy the full SHA e2cc416View commit details -
Remove redundant return statement in GetTranslations method
Michael Pawlik committedJan 12, 2026 Configuration menu - View commit details
-
Copy full SHA for 54b88ef - Browse repository at this point
Copy the full SHA 54b88efView commit details -
Add unit tests for FileSystem class and enhance ReadAllTextAsync for …
…concurrent access
Michael Pawlik committedJan 12, 2026 Configuration menu - View commit details
-
Copy full SHA for d1bd9ef - Browse repository at this point
Copy the full SHA d1bd9efView commit details -
Initialize string properties in Language and CalingaServiceSettings c…
…lasses to empty strings
Michael Pawlik committedJan 12, 2026 Configuration menu - View commit details
-
Copy full SHA for a5b138f - Browse repository at this point
Copy the full SHA a5b138fView commit details
Commits on Jan 15, 2026
-
Update version to 2.1.4 and enhance package release notes with bug fi…
…xes and improvements
Michael Pawlik committedJan 15, 2026 Configuration menu - View commit details
-
Copy full SHA for 8119509 - Browse repository at this point
Copy the full SHA 8119509View commit details -
Merge pull request #47 from conplementAG/2.1.4
2.1.4 ## 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
mpacon authoredJan 15, 2026 Configuration menu - View commit details
-
Copy full SHA for d898a78 - Browse repository at this point
Copy the full SHA d898a78View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff update-docs...master