Skip to content

Commit 74a6090

Browse files
committed
Update dependencies: [email protected], [email protected]
1 parent 487d880 commit 74a6090

File tree

5 files changed

+50
-22
lines changed

5 files changed

+50
-22
lines changed

CHANGELOG.md

+31-18
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,54 @@
11
# Changelog
22

3+
## 1.0.4 - 2024-06-11
4+
5+
- Update dependency: `[email protected]`
6+
- Allow for scoped `SignOut`. Thanks [@AndrewKahr](https://github.com/AndrewKahr)!
7+
- Various minor SSO fixes. Thanks [@Rycko1](https://github.com/Rycko1)!
8+
- Implement `SignInWithSSO`. Huge thank you to [@Rycko1](https://github.com/Rycko1)!
9+
- Update dependency `[email protected]`
10+
- Re: [#97](https://github.com/supabase-community/postgrest-csharp/pull/97) Fix set null value on string property.
11+
Thanks [@alustrement-bob](https://github.com/alustrement-bob)!
12+
313
## 1.0.3 - 2024-05-22
414

5-
- Update dependency: `gotrue-csharp@5.0.2`
6-
- Add missing properties (`ProviderRefreshToken` and `ProviderToken`) to `Session` object to reflect current state
15+
- Update dependency: `Supabase.Gotrue@5.0.2`
16+
- Add missing properties (`ProviderRefreshToken` and `ProviderToken`) to `Session` object to reflect current state
717
of `auth-js`
8-
- Update dependency: `[email protected]`
9-
- Re: [#47](https://github.com/supabase-community/realtime-csharp/issues/47) Return a Task from `Track` and `Untrack`
10-
methods
18+
- Update dependency: `[email protected]`
19+
- Re: [#47](https://github.com/supabase-community/realtime-csharp/issues/47) Return a Task from `Track`
20+
and `Untrack`
21+
methods
1122

1223
## 1.0.2 - 2024-05-16
1324

14-
- Update dependency: `[email protected]`
15-
- Re: [#96](https://github.com/supabase-community/postgrest-csharp/pull/96) Set `ConfigureAwait(false)` the response to
16-
prevent deadlocking applications. Thanks [@pur3extreme](https://github.com/pur3extreme)!
17-
- Update dependency: `[email protected]`
18-
- Re: [#96](https://github.com/supabase-community/postgrest-csharp/pull/96) Set `ConfigureAwait(false)` the response to
25+
- Update dependency: `[email protected]`
26+
- Re: [#96](https://github.com/supabase-community/postgrest-csharp/pull/96) Set `ConfigureAwait(false)` the response
27+
to
28+
prevent deadlocking applications. Thanks [@pur3extreme](https://github.com/pur3extreme)!
29+
- Update dependency: `[email protected]`
30+
- Re: [#96](https://github.com/supabase-community/postgrest-csharp/pull/96) Set `ConfigureAwait(false)` the response
31+
to
1932
prevent deadlocking applications. Thanks [@pur3extreme](https://github.com/pur3extreme)!
20-
- Update dependency: `storage-csharp@2.0.1`
33+
- Update dependency: `Supabase.Storage@2.0.1`
2134
- Re: [#15](https://github.com/supabase-community/storage-csharp/issues/15)
2235
and [#16](https://github.com/supabase-community/storage-csharp/pull/16)
2336
Fix CreateSignedUrl with TransformOptions. Thanks [@alustrement-bob](https://github.com/alustrement-bob)!
2437

2538
## 1.0.1 - 2024-05-07
2639

27-
- Update dependency: `postgrest-csharp@4.0.1`
40+
- Update dependency: `Supabase.Postgrest@4.0.1`
2841
- Re: [#92](https://github.com/supabase-community/postgrest-csharp/issues/92) Changes `IPostgrestTable<>` contract
2942
to return the interface rather than a concrete type.
3043

3144
## 1.0.0 - 2024-04-21
3245

3346
- Assembly Name has been changed to `Supabase.dll`
34-
- Update dependency: `postgrest-csharp@4.0.0`
47+
- Update dependency: `Supabase.Postgrest@4.0.0`
3548
- [MAJOR] Moves namespaces from `Postgrest` to `Supabase.Postgrest`
3649
- Re: [#135](https://github.com/supabase-community/supabase-csharp/issues/135) Update nuget package
3750
name `postgrest-csharp` to `Supabase.Postgrest`
38-
- Update dependency: `gotrue-csharp@5.0.0`
51+
- Update dependency: `Supabase.Gotrue@5.0.0`
3952
- Re: [#135](supabase-community/supabase-csharp#135) Update nuget package name `gotrue-csharp` to `Supabase.Gotrue`
4053
- Re: [#89](https://github.com/supabase-community/gotrue-csharp/issues/89), Only add `access_token` to request body
4154
when it is explicitly declared.
@@ -45,18 +58,18 @@
4558
- Re: [#88](https://github.com/supabase-community/gotrue-csharp/issues/88), Add `IsAnonymous` property to `User`
4659
- Re: [#90](https://github.com/supabase-community/gotrue-csharp/issues/90) Implement `LinkIdentity`
4760
and `UnlinkIdentity`
48-
- Update dependency: `realtime-csharp@7.0.0`
61+
- Update dependency: `Supabase.Realtime@7.0.0`
4962
- Merges [#45](https://github.com/supabase-community/realtime-csharp/pull/45) - Updating
5063
5164
- Re: [#135](https://github.com/supabase-community/supabase-csharp/issues/135) Update nuget package
5265
name `realtime-csharp` to `Supabase.Realtime`
53-
- Update dependency: `storage-csharp@2.0.0`
66+
- Update dependency: `Supabase.Storage@2.0.0`
5467
- Re: [#135](https://github.com/supabase-community/supabase-csharp/issues/135) Update nuget package
5568
name `storage-csharp` to `Supabase.Storage`
56-
- Update dependency: `functions-csharp@2.0.0`
69+
- Update dependency: `Supabase.Functions@2.0.0`
5770
- Re: [#135](https://github.com/supabase-community/supabase-csharp/issues/135) Update nuget package
5871
name `functions-csharp` to `Supabase.Functions`
59-
- Update dependency: `core-csharp@1.0.0`
72+
- Update dependency: `Supabase.Core@1.0.0`
6073
- Re: [#135](https://github.com/supabase-community/supabase-csharp/issues/135) Update nuget package
6174
name `supabase-core`
6275
to `Supabase.Core`

Supabase/Supabase.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
4444
<PackageReference Include="Supabase.Core" Version="1.0.0" />
4545
<PackageReference Include="Supabase.Functions" Version="2.0.0" />
46-
<PackageReference Include="Supabase.Gotrue" Version="5.0.2" />
47-
<PackageReference Include="Supabase.Postgrest" Version="4.0.2" />
46+
<PackageReference Include="Supabase.Gotrue" Version="5.0.5" />
47+
<PackageReference Include="Supabase.Postgrest" Version="4.0.3" />
4848
<PackageReference Include="Supabase.Realtime" Version="7.0.1" />
4949
<PackageReference Include="Supabase.Storage" Version="2.0.1" />
5050
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />

SupabaseTests/Stubs/FakeAuthClient.cs

+15
Original file line numberDiff line numberDiff line change
@@ -161,13 +161,28 @@ public Task<Session> SignInAnonymously(SignInAnonymouslyOptions options = null)
161161
throw new NotImplementedException();
162162
}
163163

164+
public Task<SSOResponse> SignInWithSSO(Guid providerId, SignInWithSSOOptions options = null)
165+
{
166+
throw new NotImplementedException();
167+
}
168+
169+
public Task<SSOResponse> SignInWithSSO(string domain, SignInWithSSOOptions options = null)
170+
{
171+
throw new NotImplementedException();
172+
}
173+
164174
public Task<Session> ExchangeCodeForSession(string codeVerifier, string authCode) { throw new NotImplementedException(); }
165175

166176
public Task<bool> Reauthenticate()
167177
{
168178
throw new NotImplementedException();
169179
}
170180

181+
public Task SignOut(Constants.SignOutScope scope = Constants.SignOutScope.Global)
182+
{
183+
throw new NotImplementedException();
184+
}
185+
171186
public Task SignOut()
172187
{
173188
throw new NotImplementedException();

0 commit comments

Comments
 (0)