Tags: petabridge/Akka.Persistence.Azure
Tags
Release v1.5.55.1 Fix Health Check Permission Requirements (#543) This release addresses a critical bug in the connectivity health checks that caused authentication failures when using connection-level SAS tokens. **Bug Fix:** - Changed health checks to use the same permissions as journal/snapshot store operations - Table Journal: Now uses TableServiceClient.QueryAsync() instead of GetPropertiesAsync() - Blob Snapshot Store: Now uses BlobContainerClient.ExistsAsync() instead of GetPropertiesAsync() **Impact:** - Resolves authentication failures with connection-level SAS tokens - Fully backward compatible - no code changes required See RELEASE_NOTES.md for full details.
PreviousNext