Releases: GetStream/stream-net
Releases · GetStream/stream-net
6.0.0
5.0.0
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 addingAsyncpostfix 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
Asyncpostfix. - Model classes have been moved into
Stream.Modelsnamespace. - 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
4.7.0
4.6.0
4.5.0
- Add file/image delete support
4.4.1
- Fix nuget release key encryption
4.4.0
- Make
idofactivityandid,kind,user_idanddataof reaction publicly settable- so that more object creation flows are supported easily without calling server
4.3.0
- Add follow stats endpoint support
- Add .Net 5 support
4.2.0
- Add Open Graph Scrape support