Skip to content

fix(deps): update dependency trino to v0.339.0 - #296

Merged
amotl merged 1 commit into
mainfrom
renovate/trino-0.x
Aug 20, 2026
Merged

fix(deps): update dependency trino to v0.339.0#296
amotl merged 1 commit into
mainfrom
renovate/trino-0.x

Conversation

@renovate

@renovate renovate Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
trino ==0.338.0==0.339.0 age confidence

Release Notes

trinodb/trino-python-client (trino)

v0.339.0

Compare Source

  • Add support for returning column comments from SQLAlchemy get_columns.
    (#​581)
  • Fix infinite recursion when reading server_version_info on the SQLAlchemy
    dialect while a query issued through the same connection is already in
    flight, for example when used with aws-xray-sdk.
    (#​559)
  • Fix trino.sqlalchemy.URL() to validate the host argument and raise a
    clear error instead of producing a malformed connection URL.
    (#​579)
  • Fix INSERT/UPDATE/DELETE queries incorrectly being left as cancelled
    on the server when the cursor is closed immediately after reading the row
    count.
    (#​601)
  • Fix crash and retry instead when the server returns an HTTP 200 response
    with an empty body.
    (#​596)
  • Fix result iteration to raise transient errors, such as network errors
    while downloading spooled segments, to the caller instead of silently
    truncating the results.
    (#​598)
  • Fix custom HTTP headers passed to connect() not being forwarded on
    requests used to fetch and acknowledge spooled result segments from the
    coordinator.
    (#​620)
  • Send a charset in the Content-Type header of statement requests so
    that proxies such as Trino Gateway can parse the submitted SQL.
    (#​600)
  • Fix SQLAlchemy connections corrupting a + character in the username,
    password, or query parameter values.
    (#​611)
  • Add a stats_callback argument to Connection.cursor() that is invoked
    with 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
  • Raise an error when authentication credentials would be sent over an
    insecure HTTP connection instead of silently sending them. Use https://
    in the host URL, or pass http_scheme='https', to keep using
    authentication.
    (#​593)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Aug 20, 2026
@codecov

codecov Bot commented Aug 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 61.66%. Comparing base (4b5bed5) to head (57504aa).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@amotl
amotl merged commit e040e53 into main Aug 20, 2026
13 checks passed
@amotl
amotl deleted the renovate/trino-0.x branch August 20, 2026 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant