Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 28, 2022

🚀 5.0.0

Make sure to use squash & merge when merging!
Once this is merged, another job will kick off automatically and publish the package.

📝 Changelog

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.

@peterdeme peterdeme merged commit 5782b69 into master Feb 28, 2022
@peterdeme peterdeme deleted the release-5.0.0 branch February 28, 2022 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants