fix(deps): update dependency trino to v0.339.0 - #296
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #296 +/- ##
=======================================
Coverage 61.66% 61.66%
=======================================
Files 235 235
Lines 11408 11408
=======================================
Hits 7035 7035
Misses 4373 4373 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
==0.338.0→==0.339.0Release Notes
trinodb/trino-python-client (trino)
v0.339.0Compare Source
get_columns.(#581)
server_version_infoon the SQLAlchemydialect while a query issued through the same connection is already in
flight, for example when used with
aws-xray-sdk.(#559)
trino.sqlalchemy.URL()to validate thehostargument and raise aclear error instead of producing a malformed connection URL.
(#579)
INSERT/UPDATE/DELETEqueries incorrectly being left as cancelledon the server when the cursor is closed immediately after reading the row
count.
(#601)
with an empty body.
(#596)
while downloading spooled segments, to the caller instead of silently
truncating the results.
(#598)
connect()not being forwarded onrequests used to fetch and acknowledge spooled result segments from the
coordinator.
(#620)
charsetin theContent-Typeheader of statement requests sothat proxies such as Trino Gateway can parse the submitted SQL.
(#600)
+character in the username,password, or query parameter values.
(#611)
stats_callbackargument toConnection.cursor()that is invokedwith the current query stats after every response from the coordinator,
starting right after the query is submitted so the query ID is available
while the query is still running.
(#578)
Breaking Changes
insecure HTTP connection instead of silently sending them. Use
https://in the host URL, or pass
http_scheme='https', to keep usingauthentication.
(#593)
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.