Skip to content

5.0.0

Choose a tag to compare

@github-actions github-actions released this 28 Feb 09:45
· 80 commits to master since this release
5782b69

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.