Skip to content

Commit

Permalink
Update dependencies: realtime-csharp@6.0.4 and `postgrest-csharp@3.…
Browse files Browse the repository at this point in the history
…2.5`
  • Loading branch information
acupofjose committed Jul 28, 2023
1 parent 516bb16 commit 9180e87
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 7 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
10 changes: 5 additions & 5 deletions Supabase/Supabase.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<Summary>A C# implementation of the Supabase client</Summary>
<Title>Supabase</Title>
<PackageTags>supabase</PackageTags>
<ReleaseVersion>0.12.1</ReleaseVersion>
<PackageVersion>0.12.1</PackageVersion>
<ReleaseVersion>0.12.2</ReleaseVersion>
<PackageVersion>0.12.2</PackageVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand All @@ -29,15 +29,15 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Version)' == '' ">
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">0.12.1</VersionPrefix>
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">0.12.2</VersionPrefix>
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="functions-csharp" Version="1.3.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="postgrest-csharp" Version="3.2.4" />
<PackageReference Include="postgrest-csharp" Version="3.2.5" />
<PackageReference Include="gotrue-csharp" Version="4.1.1" />
<PackageReference Include="realtime-csharp" Version="6.0.3" />
<PackageReference Include="realtime-csharp" Version="6.0.4" />
<PackageReference Include="supabase-core" Version="0.0.3" />
<PackageReference Include="supabase-storage-csharp" Version="1.3.2" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion modules/realtime-csharp

0 comments on commit 9180e87

Please sign in to comment.