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 1
1
# Changelog
2
2
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
+
3
16
## 1.1.0 - 2024-07-25
4
17
18
+ - Supports passing Headers specified in ` ClientOptions ` to child apis.
5
19
- Drop support for ` netstandard2.0 ` - ` Supabase ` now targets ` netstandard2.1 ` .
6
20
- Update dependency: ` Supabase.Gotrue@6.0.2 `
7
21
- [ 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 19
19
<PackageProjectUrl >https://github.com/supabase-community/supabase-csharp</PackageProjectUrl >
20
20
<Summary >A C# implementation of the Supabase client</Summary >
21
21
<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 >
24
24
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
25
25
<PackageIcon >icon.png</PackageIcon >
26
26
<PackageReadmeFile >README.md</PackageReadmeFile >
32
32
</PropertyGroup >
33
33
34
34
<PropertyGroup Condition =" '$(Version)' == '' " >
35
- <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >1.1.0 </VersionPrefix >
35
+ <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >1.1.1 </VersionPrefix >
36
36
<Version Condition =" '$(Version)' == '' " >$(VersionPrefix)</Version >
37
37
</PropertyGroup >
38
38
<PropertyGroup Condition =" '$(GITHUB_ACTIONS)' == 'true'" >
You can’t perform that action at this time.
0 commit comments