Skip to content

Latest commit

 

History

History
108 lines (67 loc) · 3.81 KB

CHANGELOG.md

File metadata and controls

108 lines (67 loc) · 3.81 KB

Changelog

2.0.0 - 04-21-2024

  • Re: #135 Update nuget package name storage-csharp to Supabase.Storage

1.4.0 - 08-26-2023

  • Fixes #11 - Which implements missing SupabaseStorageException on failure status codes for Upload, Download, Move, CreateSignedUrl and CreateSignedUrls.

1.3.2 - 06-10-2023

  • Uses new Supabase.Core assembly name.
  • Renames output assembly to Supabase.Storage.

1.3.0 - 05-06-2023

  • Re: supabase-community/gotrue-csharp#57 - cleaner exception handling + expanded tests.
  • Re: #9 - FileObject supports the return of folders (use IsFolder) property to distinguish
  • Re: #8 - Fixes Socket Starvation issue by using static HttpClients

1.2.10 - 04-17-2023

  • Re: #7 Implements a DownloadPublicFile method.

1.2.9 - 04-12-2023

Implements storage features from LW7:

1.2.8 - 03-14-2023

1.2.7 - 03-02-2023

  • Fix incorrect namespacing for Supabase.Storage.ClientOptions.

1.2.6 - 03-02-2023

  • Re: #4 Implementation for ClientOptions which supports specifying Upload, Download, and Request timeouts.

1.2.5 - 02-28-2023

1.2.4 - 02-26-2023

  • UploadOrUpdate now appropriately throws request exception if server returns a bad status code.

1.2.3 - 11-12-2022

  • Use supabase-core and implement IGettableHeaders on Client
  • Client no longer has headers as a required parameter.

1.2.2 - 11-10-2022

  • Clarifies IStorageClient as implementing IStorageBucket

1.2.1 - 11-10-2022

  • Expose StorageBucketApi.Headers as a public property.

1.2.0 - 11-4-2022

  • #2 Restructure Library to support Dependency Injection (DI)
  • Enable nullability in the project and make use of nullable reference types.

1.1.1 - 07-17-2022

  • Fix missing API change on Update method of StorageFileApi

1.1.0 - 07-17-2022

  • API Change [Breaking/Minor] Library no longer uses WebClient and instead leverages HttpClient. Progress events on Upload and Download are now handled with EventHandler<float> instead of WebClient EventHandlers.

1.0.2 - 02-27-2022

  • Add CreatedSignedUrls method.

1.0.1 - 12-9-2021

  • Add missing support for X-Client-Info

1.0.0 - 12-9-2021

  • Initial release of separated storage client