All Versions
26
Latest Version
Avg Release Cycle
22 days
Latest Release
814 days ago

Changelog History
Page 1

  • v2.1.1

    July 12, 2022
  • v2.1.0 Changes

    May 30, 2022

    ๐Ÿ”‹ Features

  • v2.0.0 Changes

    April 06, 2022

    โš  BREAKING CHANGES

    • โœ‚ remove json property attributes (#100)

    ๐Ÿ”‹ Features

  • v1.1.1

    February 14, 2022
  • v1.1.0 Changes

    February 08, 2022

    ๐Ÿ”‹ Features

    • โž• add helper methods for user invitation, acceptance and rejection (#94) (491325f)
  • v1.0.0 Changes

    February 01, 2022

    โš  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)
  • v0.26.0 Changes

    December 22, 2021

    ๐Ÿ”‹ Features

    • โž• add hidehistory to add members (25e79c1)
    • โž• add permissions v2 (#83) (26fb0f5)
  • v0.25.0 Changes

    December 15, 2021

    ๐Ÿ”‹ Features

  • v0.24.0 Changes

    December 06, 2021

    ๐Ÿ”‹ Features

    • โž• add partial message update (#77) (a3ecf14)
  • v0.22.0 Changes

    November 16, 2021
    • โž• Add support for GetTask, DeleteChannels and DeleteUsers endpoint #64