You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,21 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
- In v5.0.0, [we have refactored the library](https://github.com/GetStream/stream-net/pull/67) to be more maintainable in the future.
11
+
Most importantly, we got rid of some complex internal logic (such as tricky json serialization and deserialization, code organization improvements etc.).
12
+
Also, we made the library more modern such as adding `Async` postfix to async methods. All public
13
+
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.
14
+
15
+
### 🚨 Breaking changes:
16
+
- All async methods have `Async` postfix.
17
+
- Model classes have been moved into `Stream.Models` namespace.
18
+
- 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.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
</p>
21
21
22
22
> ## 🚨 Breaking changes in v5.0 <
23
-
> In v1.0.0, [we have refactored the library](https://github.com/GetStream/stream-net/pull/67) to be more maintainable in the future.
23
+
> In v5.0.0, [we have refactored the library](https://github.com/GetStream/stream-net/pull/67) to be more maintainable in the future.
24
24
> Most importantly, we got rid of some complex internal logic (such as tricky json serialization and deserialization, code organization improvements etc.).
25
25
> Also, we made the library more modern such as adding `Async` postfix to async methods. All public
26
26
> 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.
0 commit comments