-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat!: merge stat properties into stream/connection objects #1856
Merged
Commits on Jun 27, 2023
-
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.*`
Configuration menu - View commit details
-
Copy full SHA for 4a1f87a - Browse repository at this point
Copy the full SHA 4a1f87aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39e5767 - Browse repository at this point
Copy the full SHA 39e5767View commit details -
Configuration menu - View commit details
-
Copy full SHA for 788cefb - Browse repository at this point
Copy the full SHA 788cefbView commit details -
Configuration menu - View commit details
-
Copy full SHA for be1954d - Browse repository at this point
Copy the full SHA be1954dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e748e20 - Browse repository at this point
Copy the full SHA e748e20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2293bbb - Browse repository at this point
Copy the full SHA 2293bbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1442c30 - Browse repository at this point
Copy the full SHA 1442c30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07db33f - Browse repository at this point
Copy the full SHA 07db33fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 862880f - Browse repository at this point
Copy the full SHA 862880fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5b2af1 - Browse repository at this point
Copy the full SHA c5b2af1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 149c456 - Browse repository at this point
Copy the full SHA 149c456View commit details
Commits on Jun 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8242b2d - Browse repository at this point
Copy the full SHA 8242b2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f9df11 - Browse repository at this point
Copy the full SHA 1f9df11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88a4cba - Browse repository at this point
Copy the full SHA 88a4cbaView commit details
Commits on Jul 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for eb9a52f - Browse repository at this point
Copy the full SHA eb9a52fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e13567 - Browse repository at this point
Copy the full SHA 6e13567View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b915f9 - Browse repository at this point
Copy the full SHA 5b915f9View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.