Skip to content

Releases: GetStream/stream-net

6.0.0

18 Mar 19:47
5308f7f

Choose a tag to compare

6.0.0 (2022-03-18)

Bug Fixes

  • send flattened data when upserting (#72) (a3b1fbc)

5.0.0

28 Feb 09:45
5782b69

Choose a tag to compare

5.0.0 (2022-02-28)

Features

  • In v5.0.0, we have refactored the library to be more maintainable in the future.
    Most importantly, we got rid of some complex internal logic (such as tricky json serialization and deserialization, code organization improvements etc.).
    Also, we made the library more modern such as adding Async postfix to async methods. All public
    methods have documentation now and a link to the official docs now. This README file's code snippets are updated to reflect the new changes.

🚨 Breaking changes:

  • All async methods have Async postfix.
  • Model classes have been moved into Stream.Models namespace.
  • All client classes have interfaces now, and Ref() methods are not static anymore. This will make it easier to the consumers of this library to unit test them.

4.8.0

23 Feb 13:44
17bf161

Choose a tag to compare

4.8.0 (2022-02-23)

Features

4.7.0

04 Feb 11:11
be512f8

Choose a tag to compare

4.7.0 (2022-02-04)

Features

  • add custom serializer support and .net6 support (#63) (5c30e5e)

4.6.0

13 Jan 20:39
042d403

Choose a tag to compare

4.6.0 (2022-01-13)

Features

  • add possibility to query enriched activities by ids (#58) (612fa63)
  • small enhancement (#60) (7da61ee)

4.5.0

19 Nov 13:03

Choose a tag to compare

  • Add file/image delete support

4.4.1

01 Nov 10:15

Choose a tag to compare

  • Fix nuget release key encryption

4.4.0

01 Nov 10:15

Choose a tag to compare

  • Make id of activity and id, kind, user_id and data of reaction publicly settable
    • so that more object creation flows are supported easily without calling server

4.3.0

10 Mar 13:54

Choose a tag to compare

  • Add follow stats endpoint support
  • Add .Net 5 support

4.2.0

26 Feb 11:23

Choose a tag to compare

  • Add Open Graph Scrape support