Skip to content

Commit 829a028

Browse files
committed
chore: update CHANGELOG.md
1 parent d6cce4a commit 829a028

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

packages/stream_core/CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## Unreleased
2+
3+
### 💥 BREAKING CHANGES
4+
5+
- Renamed `AppLifecycleStateProvider` to `LifecycleStateProvider` and `AppLifecycleState` to `LifecycleState`
6+
7+
### ✨ Features
8+
9+
- Added `keepConnectionAliveInBackground` option to `ConnectionRecoveryHandler`
10+
- Added `unknown` state to `NetworkState` and `LifecycleState` enums
11+
12+
### 🐛 Bug Fixes
13+
14+
- Fixed `onClose()` not being called when disconnecting during connecting state
15+
- Fixed unnecessary reconnection attempts when network is offline
16+
- Fixed existing connections not being closed before opening new ones
17+
118
## 0.1.0
219

3-
* Initial release
20+
- Initial release

0 commit comments

Comments
 (0)