- Updated project files to dotnet 8.0
- Added new Capability enum values ReadBucketNotifications and WriteBucketNotifications
- Improve speed calculation
- Add support for uploading without actually having a physical file
- Fix missing enum values
- Added 'ReadBucketEncryption' and 'WriteBucketEncryption' application key capability name
- Added 'listAllBucketNames' application key capability name
- Allow project to load with any version of dotnet 3.1
- Added suport for github actions for both CI and release builds
- Added BucketFilter enum type to bucket requests
- Fixed hash issue with large file uploads
- Fixed issue with ContentSha1 responses
- Added .ConfigureAwait(false) to all Task methods
- Moved test unit tests to xUnit allowing parallel test
- Fixed general code quality in several areas
- Added support for HttpClient initialization
- Fixed #6 - Ability to initialize the client without dependency injection
- Fixed several know issues
- Published Backblaze.Client package to NuGet
- Delisted 'Backblaze.Agent.Console' from package listings
- Added intellisense support in nuget package
- Fixed package build error
- Fixed #5 - UriFormatExceptionSystem thrown when calling UploadAsync
- Fixed several know issues
- Added caching for ListBuckets, ListFileNames, ListFileVersions, ListKeys and ListParts methods
- Added iterator adapters for ListBuckets(), ListFileNames(), ListFileVersions(), ListKeys() and ListParts() methods
- Added code comments for all interfaces
- Added configuration support for AddBackblazeAgent()
- Added error checking support for several models
- General code cleanup and documentation
- Added caching for upload_url and upload_part_url
- Added option configuration support using setting.json
- Fixed several know issues
- Added additional error checking and trace logging
- Added http retry for expired tokens
- Added BucketInfo, Fileinfo, CorsRules and LifecycleRules validation objects
- Added console progress bar for Iprogress<> upload/download status
- Fixed several know issues
- First public preview