Skip to content

Commit c616433

Browse files
committed
Release 4.0.0
1 parent ebb0839 commit c616433

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.0.0. - 2021-02-05
2+
* Add support for client side token
3+
* Replace `CreatUserSessionToken` with `CreateUserToken`
4+
15
## 3.1.0 - 2021-02-01
26
* Improve underlying HTTP client usage
37
- fixes socket exhaustaion

VERSION

0 Bytes
Binary file not shown.

appveyor.yml

0 Bytes
Binary file not shown.

src/stream-net/StreamClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace Stream
1111
{
1212
public class StreamClient : IStreamClient
1313
{
14-
static readonly string Version = "3.1.0";
14+
static readonly string Version = "4.0.0";
1515

1616
internal const string BaseUrlFormat = "https://{0}-api.stream-io-api.com";
1717
internal const string BaseUrlPath = "/api/v1.0/";

src/stream-net/stream-net.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@
77
</PropertyGroup>
88
<PropertyGroup>
99
<PackageId>stream-net</PackageId>
10-
<Version>3.1.0</Version>
11-
<PackageVersion>3.1.0</PackageVersion>
10+
<Version>4.0.0</Version>
11+
<PackageVersion>4.0.0</PackageVersion>
1212
<Authors>GetStream.io</Authors>
1313
<Description>Client for getstream.io. Build scalable newsfeeds and activity streams in a few hours instead of weeks.</Description>
1414
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
15-
<PackageReleaseNotes>Added another target framework. Ignoring the Follower.UpdatedAt value.</PackageReleaseNotes>
1615
<Copyright>Copyright 2021</Copyright>
1716
<PackageProjectUrl>https://github.com/GetStream/stream-net</PackageProjectUrl>
1817
<PackageLicenseUrl>https://github.com/GetStream/stream-net/blob/master/LICENSE</PackageLicenseUrl>

0 commit comments

Comments
 (0)