We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6cce4a commit 829a028Copy full SHA for 829a028
packages/stream_core/CHANGELOG.md
@@ -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
18
## 0.1.0
19
-* Initial release
20
+- Initial release
0 commit comments