From 9180e874451ce707534a1f2baec31bfe41960825 Mon Sep 17 00:00:00 2001 From: Joseph Schultz Date: Fri, 28 Jul 2023 09:35:44 -0500 Subject: [PATCH] Update dependencies: `realtime-csharp@6.0.4` and `postgrest-csharp@3.2.5` --- CHANGELOG.md | 14 ++++++++++++++ Supabase/Supabase.csproj | 10 +++++----- modules/postgrest-csharp | 2 +- modules/realtime-csharp | 2 +- 4 files changed, 21 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10c48998..9a21eeab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,23 @@ # Changelog +## 0.12.2 - 2023-07-28 + +- Update dependency: `realtime-csharp@6.0.4` + - Fixes [#29](https://github.com/supabase-community/realtime-csharp/issues/29) Where the Realtime client could + disconnect from channels after a few hours and fail to reconnect by removing the case where the `IsSubscribe` flag + is flipped when encountering a channel error. +- Update dependency: `postgrest-csharp@3.2.5` + - Re: [supabase-community/supabase-csharp#81](https://github.com/supabase-community/supabase-csharp/discussions/81): + Clarifies `ReferenceAttribute` by changing `shouldFilterTopLevel` to `useInnerJoin` and adds an additional + constructor for `ReferenceAttribute` with a shortcut for specifying the `JoinType` + ## 0.12.1 - 2023-06-29 - Update dependency: `gotrue-csharp@4.1.1` + - [#68](https://github.com/supabase-community/gotrue-csharp/pull/68) Changes Network Status to use the interface + instead of client - Update dependency: `postgrest-csharp@3.2.4` + - [#70](https://github.com/supabase-community/postgrest-csharp/pull/70) Minor Unity related fixes ## 0.12.0 - 2023-06-25 diff --git a/Supabase/Supabase.csproj b/Supabase/Supabase.csproj index ffd97157..eefcc7df 100644 --- a/Supabase/Supabase.csproj +++ b/Supabase/Supabase.csproj @@ -18,8 +18,8 @@ A C# implementation of the Supabase client Supabase supabase - 0.12.1 - 0.12.1 + 0.12.2 + 0.12.2 true icon.png README.md @@ -29,15 +29,15 @@ true - 0.12.1 + 0.12.2 $(VersionPrefix) - + - + diff --git a/modules/postgrest-csharp b/modules/postgrest-csharp index aa2b11d1..c383e12d 160000 --- a/modules/postgrest-csharp +++ b/modules/postgrest-csharp @@ -1 +1 @@ -Subproject commit aa2b11d17019df3fd21d65c27c4608f0d7ada97f +Subproject commit c383e12d2d9124d3b42d7f6aebfc3a7983800180 diff --git a/modules/realtime-csharp b/modules/realtime-csharp index 5ceccbc3..853c06c6 160000 --- a/modules/realtime-csharp +++ b/modules/realtime-csharp @@ -1 +1 @@ -Subproject commit 5ceccbc321188d159d276150150ce5794a626b1c +Subproject commit 853c06c6b18e078cafe621bf0ada9e8cb01fee75