-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bed3023
commit 487d880
Showing
4 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
# Changelog | ||
|
||
## 1.0.3 - 2024-05-22 | ||
|
||
- Update dependency: `[email protected]` | ||
- Add missing properties (`ProviderRefreshToken` and `ProviderToken`) to `Session` object to reflect current state | ||
of `auth-js` | ||
- Update dependency: `[email protected]` | ||
- Re: [#47](https://github.com/supabase-community/realtime-csharp/issues/47) Return a Task from `Track` and `Untrack` | ||
methods | ||
|
||
## 1.0.2 - 2024-05-16 | ||
|
||
- Update dependency: `[email protected]` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule gotrue-csharp
updated
3 files
+5 −0 | CHANGELOG.md | |
+3 −3 | Gotrue/Gotrue.csproj | |
+59 −36 | Gotrue/Session.cs |
Submodule realtime-csharp
updated
8 files