Skip to content

Commit 5782b69

Browse files
github-actions[bot]github-actions
andauthored
chore(release): 5.0.0 (#70)
Co-authored-by: github-actions <[email protected]>
1 parent f984dbd commit 5782b69

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
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.
44

5+
## [5.0.0](https://github.com/GetStream/stream-net/compare/4.8.0...5.0.0) (2022-02-28)
6+
7+
8+
### Features
9+
10+
- 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.
19+
520
## [4.8.0](https://github.com/GetStream/stream-net/compare/4.7.0...4.8.0) (2022-02-23)
621

722

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</p>
2121

2222
> ## 🚨 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.
2424
> Most importantly, we got rid of some complex internal logic (such as tricky json serialization and deserialization, code organization improvements etc.).
2525
> Also, we made the library more modern such as adding `Async` postfix to async methods. All public
2626
> 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.

src/stream-net.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PropertyGroup>
99
<PackageId>stream-net</PackageId>
1010
<Title>.NET Client for Stream Feeds</Title>
11-
<Version>4.8.0</Version>
11+
<Version>5.0.0</Version>
1212
<Company>Stream.io</Company>
1313
<Authors>GetStream.io</Authors>
1414
<Copyright>© $([System.DateTime]::UtcNow.ToString(yyyy)) Stream.io</Copyright>

0 commit comments

Comments
 (0)