File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.1.1 - 2024-07-27
4+
5+ - Support for passing Headers specified in ` ClientOptions ` to ` Supabase.Realtime ` Client.
6+ - Update dependency: ` Supabase.Gotrue@6.0.3 `
7+ - [ Re: 105] ( https://github.com/supabase-community/gotrue-csharp/pull/105 ) Add admin calls for MFA. Big thanks
8+ to [ @michaelschattgen ] ( https://github.com/michaelschattgen ) .
9+ - Update dependency: ` Supabase.Realtime@7.0.2 `
10+ - Updates Dependency: ` Websocket.Client@5.1.2 `
11+ - Updates Dependency: ` Supabase.Postgrest@4.0.3 `
12+ - [ Re:#167 ] ( https://github.com/supabase-community/supabase-csharp/issues/167 ) Adds support for
13+ specifying ` GetHeaders ` on the ` RealtimeClient ` which are included on the initial request to the server to
14+ establish websocket connection.
15+
316## 1.1.0 - 2024-07-25
417
18+ - Supports passing Headers specified in ` ClientOptions ` to child apis.
519- Drop support for ` netstandard2.0 ` - ` Supabase ` now targets ` netstandard2.1 ` .
620- Update dependency: ` Supabase.Gotrue@6.0.2 `
721 - [ Re: 103] ( https://github.com/supabase-community/gotrue-csharp/pull/103 ) Add support for MFA signup and login
Original file line number Diff line number Diff line change 1919 <PackageProjectUrl >https://github.com/supabase-community/supabase-csharp</PackageProjectUrl >
2020 <Summary >A C# implementation of the Supabase client</Summary >
2121 <PackageTags >supabase</PackageTags >
22- <ReleaseVersion >1.1.0 </ReleaseVersion >
23- <PackageVersion >1.1.0 </PackageVersion >
22+ <ReleaseVersion >1.1.1 </ReleaseVersion >
23+ <PackageVersion >1.1.1 </PackageVersion >
2424 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
2525 <PackageIcon >icon.png</PackageIcon >
2626 <PackageReadmeFile >README.md</PackageReadmeFile >
3232 </PropertyGroup >
3333
3434 <PropertyGroup Condition =" '$(Version)' == '' " >
35- <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >1.1.0 </VersionPrefix >
35+ <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >1.1.1 </VersionPrefix >
3636 <Version Condition =" '$(Version)' == '' " >$(VersionPrefix)</Version >
3737 </PropertyGroup >
3838 <PropertyGroup Condition =" '$(GITHUB_ACTIONS)' == 'true'" >
You can’t perform that action at this time.
0 commit comments