|
1 | 1 | # Changelog
|
2 | 2 |
|
| 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 | + |
3 | 13 | ## 1.0.3 - 2024-05-22
|
4 | 14 |
|
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 |
7 | 17 | 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 |
11 | 22 |
|
12 | 23 | ## 1.0.2 - 2024-05-16
|
13 | 24 |
|
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 |
19 | 32 | 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` |
21 | 34 | - Re: [#15](https://github.com/supabase-community/storage-csharp/issues/15)
|
22 | 35 | and [#16](https://github.com/supabase-community/storage-csharp/pull/16)
|
23 | 36 | Fix CreateSignedUrl with TransformOptions. Thanks [@alustrement-bob](https://github.com/alustrement-bob)!
|
24 | 37 |
|
25 | 38 | ## 1.0.1 - 2024-05-07
|
26 | 39 |
|
27 |
| -- Update dependency: `postgrest-csharp@4.0.1` |
| 40 | +- Update dependency: `Supabase.Postgrest@4.0.1` |
28 | 41 | - Re: [#92](https://github.com/supabase-community/postgrest-csharp/issues/92) Changes `IPostgrestTable<>` contract
|
29 | 42 | to return the interface rather than a concrete type.
|
30 | 43 |
|
31 | 44 | ## 1.0.0 - 2024-04-21
|
32 | 45 |
|
33 | 46 | - Assembly Name has been changed to `Supabase.dll`
|
34 |
| -- Update dependency: `postgrest-csharp@4.0.0` |
| 47 | +- Update dependency: `Supabase.Postgrest@4.0.0` |
35 | 48 | - [MAJOR] Moves namespaces from `Postgrest` to `Supabase.Postgrest`
|
36 | 49 | - Re: [#135](https://github.com/supabase-community/supabase-csharp/issues/135) Update nuget package
|
37 | 50 | name `postgrest-csharp` to `Supabase.Postgrest`
|
38 |
| -- Update dependency: `gotrue-csharp@5.0.0` |
| 51 | +- Update dependency: `Supabase.Gotrue@5.0.0` |
39 | 52 | - Re: [#135](supabase-community/supabase-csharp#135) Update nuget package name `gotrue-csharp` to `Supabase.Gotrue`
|
40 | 53 | - Re: [#89](https://github.com/supabase-community/gotrue-csharp/issues/89), Only add `access_token` to request body
|
41 | 54 | when it is explicitly declared.
|
|
45 | 58 | - Re: [#88](https://github.com/supabase-community/gotrue-csharp/issues/88), Add `IsAnonymous` property to `User`
|
46 | 59 | - Re: [#90](https://github.com/supabase-community/gotrue-csharp/issues/90) Implement `LinkIdentity`
|
47 | 60 | and `UnlinkIdentity`
|
48 |
| -- Update dependency: `realtime-csharp@7.0.0` |
| 61 | +- Update dependency: `Supabase.Realtime@7.0.0` |
49 | 62 | - Merges [#45](https://github.com/supabase-community/realtime-csharp/pull/45) - Updating
|
50 | 63 |
|
51 | 64 | - Re: [#135](https://github.com/supabase-community/supabase-csharp/issues/135) Update nuget package
|
52 | 65 | name `realtime-csharp` to `Supabase.Realtime`
|
53 |
| -- Update dependency: `storage-csharp@2.0.0` |
| 66 | +- Update dependency: `Supabase.Storage@2.0.0` |
54 | 67 | - Re: [#135](https://github.com/supabase-community/supabase-csharp/issues/135) Update nuget package
|
55 | 68 | name `storage-csharp` to `Supabase.Storage`
|
56 |
| -- Update dependency: `functions-csharp@2.0.0` |
| 69 | +- Update dependency: `Supabase.Functions@2.0.0` |
57 | 70 | - Re: [#135](https://github.com/supabase-community/supabase-csharp/issues/135) Update nuget package
|
58 | 71 | name `functions-csharp` to `Supabase.Functions`
|
59 |
| -- Update dependency: `core-csharp@1.0.0` |
| 72 | +- Update dependency: `Supabase.Core@1.0.0` |
60 | 73 | - Re: [#135](https://github.com/supabase-community/supabase-csharp/issues/135) Update nuget package
|
61 | 74 | name `supabase-core`
|
62 | 75 | to `Supabase.Core`
|
|
0 commit comments