Skip to content

chore(deps-dev): bump trino from 0.338.0 to 0.339.0 - #1533

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/trino-0.339.0
Aug 24, 2026
Merged

chore(deps-dev): bump trino from 0.338.0 to 0.339.0#1533
github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/trino-0.339.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps trino from 0.338.0 to 0.339.0.

Release notes

Sourced from trino's releases.

0.339.0

What's Changed

New Contributors

Full Changelog: trinodb/trino-python-client@0.338.0...0.339.0

Changelog

Sourced from trino's changelog.

Release 0.339.0

  • 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)
Commits
  • c8eb52e Bump version to 0.339.0
  • 8bc22b9 Add 0.339.0 release notes
  • 03b5cc2 Expose query stats through a cursor callback
  • 405f1d8 Do not double-decode username, password and query values in SQLAlchemy URL
  • d4d3715 Cache server_version_info and guard against re-entrant reads
  • 5dbb996 Validate host in SQLAlchemy URL helper
  • e8ba17b Cast TRINO_RUNNING_PORT to int in integration conftest
  • 9c1f385 Do not cancel completed DML statements on cursor close
  • fda8cef Add unit test for empty 200 response error in process()
  • f8b1203 Retry on HTTP 200 with empty response body
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [trino](https://github.com/trinodb/trino-python-client) from 0.338.0 to 0.339.0.
- [Release notes](https://github.com/trinodb/trino-python-client/releases)
- [Changelog](https://github.com/trinodb/trino-python-client/blob/master/CHANGES.md)
- [Commits](trinodb/trino-python-client@0.338.0...0.339.0)

---
updated-dependencies:
- dependency-name: trino
  dependency-version: 0.339.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions
github-actions Bot merged commit 077d026 into main Aug 24, 2026
15 checks passed
@github-actions
github-actions Bot deleted the dependabot/pip/trino-0.339.0 branch August 24, 2026 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants