-
Notifications
You must be signed in to change notification settings - Fork 81
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
Bump 0.37.3 bump #6544
Closed
Closed
Bump 0.37.3 bump #6544
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…protobuf repeated fields (deephaven#6434) (deephaven#6461) The fix is taken from code in deephaven#6065. That branch has been in WIP state for several months and we need this fix for DHE. fixes deephaven#6433
deephaven#6460) … fields (deephaven#6402) Fixes deephaven#6393 --------- Co-authored-by: Devin Smith <[email protected]>
- Fix Meter variants not working correctly Release notes https://github.com/deephaven/web-client-ui/releases/tag/v0.99.1 . Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: deephaven-internal <[email protected]>
…en#6448) - The close() method is only on `AbstractTableSubscription`, and it appears that it doesn't automatically get added to the JS API even though `TableSubscription` is defined as a `JsType` - Explicitly add the method to `TableSubscription` as well. - Fixes deephaven#6447 --------- Co-authored-by: Colin Alworth <[email protected]>
…haven#6463) (deephaven#6464) Fixes deephaven#6423 Fixes DH-18128 Backport deephaven#6463 Backport deephaven#6473
…eephaven#6479) Provides a contract for client applications to use a custom http/2 implementation. Roughly abstracted from our TypeScript grpc-web library, with a few rough edges taken off, and no external dependencies. Two integration tests are included, one which requires https (presently only possible with manual testing, see deephaven#6421), and one which pretends to contact the server but really responds to every request with a "success" response and no payload. No documentation required at this time, generated typescript includes details on the new APIs. Fixes deephaven#6404 Backport deephaven#6476
…ven#6441) This is a Jetty-specific workaround to avoid irritating the Python gRPC client into failing calls that had already half-closed successfully. Since we're now using ServletOutputStream.close() in place of AsyncContext.complete(), we need to apply the same wrapping for trailers to close() - that is, when the stream is clsoed, we can't rely on the servlet container sending our trailers because grpc-web trailers are actually a DATA frame which must be explicitly written. See deephaven#6400 Fixes deephaven#5996 Reapplies deephaven#6401 Backport deephaven#6424 Backport deephaven#6478
This ensures that the Flight SQL server acquires the shared lock when executing queries, which is necessary when performing some table operations against refreshing tables. Backport of deephaven#6462
…haven#6491) This is the 0.37.1 branch PR fix for deephaven#6216 (merged in deephaven#6451).
Follow-up to deephaven#6525 (likely should have been there to begin with) Cherry-pick of deephaven#6529
…r are retained by the DataIndexer (deephaven#6533) Cherry-pick of deephaven#6528 Co-authored-by: Larry Booker <[email protected]>
…en#6534) Add markThreadNotSystemic() to support Core+, systemic object tracking in PQs Cherry-pick of deephaven#6519
Output is now validated in the build - CI will fail if there is an error in the future. Fixes DH-18194 Backport deephaven#6498
…ven#6537) Network issues now fire requestfailed events to signal that the table was in a bad state. Fixes DH-18331 Backport deephaven#6535
devinrsmith
requested review from
nbauernfeind,
niloc132,
rcaudy,
cpwright and
chipkent
as code owners
January 10, 2025 17:27
Pull Request titles must follow the Conventional Commits specification. Details:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.