Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: merge stat properties into stream/connection objects
Moves `direction`, `timeline`, `status`, etc from `.stat` objects on `Stream` and `Connection` objects onto the root object so we don't have awkward constructs like `conn.stat.status`, instead the simpler `conn.status`. Fixes #1849 BREAKING CHANGE: `stream.stat.*` and `conn.stat.*` properties are now accessed via `stream.*` and `conn.*`
- Loading branch information