Skip to content

Releases: SamhammerAG/Samhammer.AzureBlobStorage

v10.0.0

15 Jan 06:49
d31363b

Choose a tag to compare

Update library to support .NET 10

v8.0.2

06 May 16:30
f05a4bf

Choose a tag to compare

fix ListBlobsInContainerAsync (folderName prefix)
it will now not return blobs from other folders that start with same prefix
e.g. prefix "1" will not return blobs prefixed with "11" anymore

v6.1.8

06 May 16:31

Choose a tag to compare

fix ListBlobsInContainerAsync (folderName prefix)
it will now not return blobs from other folders that start with same prefix
e.g. prefix "1" will not return blobs prefixed with "11" anymore

v8.0.1

11 Apr 08:08
cf384ba

Choose a tag to compare

  • It's not required to add "Microsoft.Bcl.AsyncInterfaces" to your project for the health check to work

v8.0.0

07 Mar 09:15
a255948

Choose a tag to compare

  • Dotnet8
  • Update all dependencies

v6.1.7

27 Nov 08:47

Choose a tag to compare

Add method to check blob exists or not

v6.1.6

27 Nov 05:10

Choose a tag to compare

v6.1.4

28 Jul 12:32

Choose a tag to compare

Include snapshots when deleting blobs

v6.1.3

27 Jul 09:32
4e56f6b

Choose a tag to compare

Deletion by prefix didn't include slash for "folder" representation which lead to deletion of other blobs that had the same prefix in the "foldername"

v6.1.2

28 Jun 04:21

Choose a tag to compare

Change to use LazyInitializer to initialize singleton Stream manager