File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 7.0.2 - 2024-07-26
4
+
5
+ - Update Dependency: ` Websocket.Client@5.1.2 `
6
+ - Update Dependency: ` Supabase.Postgrest@4.0.3 `
7
+ - [ Re:#167 ] ( https://github.com/supabase-community/supabase-csharp/issues/167 ) Adds support for specifying ` GetHeaders `
8
+ on the ` RealtimeClient ` which are included on the initial request to the server to establish websocket connection.
9
+
3
10
## 7.0.1 - 2024-05-22
4
11
5
12
- Re: [ #47 ] ( https://github.com/supabase-community/realtime-csharp/issues/47 ) Return a Task from ` Track ` and ` Untrack `
Original file line number Diff line number Diff line change 16
16
<PackageProjectUrl >https://github.com/supabase/realtime-csharp</PackageProjectUrl >
17
17
<Summary >Realtime-csharp is written as a client library for supabase/realtime.</Summary >
18
18
<PackageTags >supabase, realtime, phoenix</PackageTags >
19
- <PackageVersion >7.0.1 </PackageVersion >
20
- <ReleaseVersion >7.0.1 </ReleaseVersion >
19
+ <PackageVersion >7.0.2 </PackageVersion >
20
+ <ReleaseVersion >7.0.2 </ReleaseVersion >
21
21
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
22
22
<PackageIcon >icon.png</PackageIcon >
23
23
<PackageReadmeFile >README.md</PackageReadmeFile >
31
31
</PropertyGroup >
32
32
33
33
<PropertyGroup Condition =" '$(Version)' == '' " >
34
- <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >7.0.1 </VersionPrefix >
34
+ <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >7.0.2 </VersionPrefix >
35
35
<VersionSuffix Condition =" '$(VersionSuffix)' == '' " ></VersionSuffix >
36
36
<Version Condition =" '$(VersionSuffix)' != '' " >$(VersionPrefix)-$(VersionSuffix)</Version >
37
37
<Version Condition =" '$(Version)' == '' " >$(VersionPrefix)</Version >
You can’t perform that action at this time.
0 commit comments