Skip to content

Releases: GetStream/stream-chat-net

2.1.0

30 May 15:18
a05f2db

Choose a tag to compare

2.1.0 (2022-05-30)

Features

2.0.0

07 Apr 08:17
74cbb46

Choose a tag to compare

2.0.0 (2022-04-06)

⚠ BREAKING CHANGES

  • remove json property attributes (#100)

Features

1.1.1

14 Feb 17:42
f358d3e

Choose a tag to compare

1.1.1 (2022-02-14)

Bug Fixes

  • fix property name for channel reads (#97) (647e4f2)

1.1.0

08 Feb 16:30
7e50e81

Choose a tag to compare

1.1.0 (2022-02-08)

Features

  • add helper methods for user invitation, acceptance and rejection (#94) (491325f)

1.0.0

01 Feb 16:49
7e41e54

Choose a tag to compare

1.0.0 (2022-02-01)

⚠ BREAKING CHANGES

  • The library received many changes in v1.0 to make it easier to use and more maintanable in the future.
    The main change is that both Channel and Client classes have been separated into small modules that we call clients. (This resambles the structure of our Java library as well.)
    Main changes:
  • Channel and Client classes are gone, and have been organized into smaller clients in StreamChat.Clients namespace.
  • These clients do not maintain state as Channel used to did earlier where it kept the channelType and channelId in the memory. So this means that you'll need to pass in channelType and channelId to a lot of method calls in IChannelClient.
  • Async method names have Async suffix now.
  • All public methods and classes have documentation.
  • Identifiers has been renamed from ID to Id to follow Microsoft's naming guide. Such as userID -> userId.
  • A lot of data classes have been renamed to make more sense. Such as ChannelObject -> Channel.
  • Data classes have been moved to StreamChat.Models namespace.
  • Full feature parity: all backend APIs are available.
  • Returned values are type of ApiResponse and expose rate limit informaiton with GetRateLimit() method.
  • The folder structure of the project has been reorganized to follow Microsoft's recommendation.
  • Unit tests have been improved. They are smaller, more focused and have cleanup methods.
  • Added .NET 6.0 support.

Features

  • major refactor with breaking changes (#92) (1810ea2)

0.26.0

22 Dec 14:15
451138a

Choose a tag to compare

0.26.0 (2021-12-22)

Features

  • add hidehistory to add members (25e79c1)
  • add permissions v2 (#83) (26fb0f5)
  • from now on, we'll publish symbol packages to NuGet as well (#85) (4d17b5c)

0.25.0

15 Dec 14:44
ce57f84

Choose a tag to compare

0.25.0 (2021-12-15)

Features

0.24.0

06 Dec 14:25
b23f1d8

Choose a tag to compare

0.24.0 (2021-12-06)

Features

0.23.0

03 Dec 11:44
cb4ae54

Choose a tag to compare

ci: fix globbing in dotnet push command (#73)

0.22.0

16 Nov 19:29

Choose a tag to compare

  • Add support for GetTask, DeleteChannels and DeleteUsers endpoints #64