Skip to content

Commit 4c1fbcd

Browse files
authored
prepare first release (#11)
1 parent 280b104 commit 4c1fbcd

File tree

4 files changed

+3
-11
lines changed

4 files changed

+3
-11
lines changed

packages/stream_core/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## Unreleased
1+
## 0.1.0
22

33
* Initial release

packages/stream_core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ It provides shared low-level utilities, such as:
1818

1919
This package is **not designed for direct use by customers**. It acts as the foundation layer for other Stream SDKs and contains internal logic that is subject to change.
2020

21-
> If you're building an app with Stream, use [stream-chat-flutter](https://github.com/GetStream/stream-chat-flutter) or [stream-video-flutter](https://github.com/GetStream/stream-video-flutter) instead.
21+
> If you're building an app with Stream, use [stream-chat-flutter](https://github.com/GetStream/stream-chat-flutter), [stream-video-flutter](https://github.com/GetStream/stream-video-flutter) or [stream-feeds-flutter](https://github.com/GetStream/stream-feeds-flutter) instead.
2222
2323
## ⚠️ Versioning Notice
2424

packages/stream_core/docs/web_socket.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
# Stream Core WebSocket
22

3-
## TODO
4-
- [ ] cover with unit tests
5-
- [ ] test implementation
6-
- [x] reconnect logic
7-
- [x] improve docs
8-
- [ ] replace print statements with proper logs
9-
103
Stream Core WebSocket provides a robust WebSocket client with automatic reconnection, health monitoring, and type-safe event handling for real-time applications.
114

125
The WebSocket implementation includes comprehensive connection lifecycle management, intelligent reconnection policies, and structured event processing for building reliable real-time features.

packages/stream_core/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: stream_core
22
description: "Internal sdk with low-level utilities for the stream SDKs"
3-
version: 0.0.1
3+
version: 0.1.0
44
repository: https://github.com/GetStream/stream-core-flutter
5-
publish_to: none # Delete when ready to publish
65

76
# Note: The environment configuration and dependency versions are managed by Melos.
87
#

0 commit comments

Comments
 (0)