Skip to content
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(trino): bump github.com/trinodb/trino-go-client from 0.313.0 to 0.315.0 #64

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2024

Bumps github.com/trinodb/trino-go-client from 0.313.0 to 0.315.0.

Release notes

Sourced from github.com/trinodb/trino-go-client's releases.

v0.315.0

Changelog

  • 4c19a32 Start a stopped test container and fail quickly when it fails to start
  • 3ccb094 Use a real Trino server for TLS integration test
  • 2ab7d45 Dump container logs when it fails to become ready
  • e7d9983 Add integration test for JWT auth
  • f1b3d95 Enable TLS in test Trino container
  • aa08ec4 Add token (JWT) authentication support
  • 47eee6e Fix linter errors
  • 18d7885 Avoid using deprecated package ioutil
  • f321e3c Improve README
  • 391aebc Unexport internal constants
  • 243670d Allow to configure Kerberos remote service name
  • d4afa69 Use latest Go for releases
  • 0dc4102 Run CI only on pushes to master
  • fd368cb support Geometry too
  • 5a52680 support Geography values as WKT strings
  • d61b3c2 Document instrumenting the http client using OpenTelemetry
  • 8d73fac Wrap long lines in README
  • bdabe1c Pass parent context to requests
  • 38fd110 Update GitHub actions
  • 181c54f Update minimum required Go version and dependencies

v0.314.0

Changelog

  • 9363183 Export Trino errors with details
  • 7ac52e1 update stmtStats types
  • 7943fb6 Fix build on master
  • 60351ff Update README with correct supported features
Commits
  • 4c19a32 Start a stopped test container and fail quickly when it fails to start
  • 3ccb094 Use a real Trino server for TLS integration test
  • 2ab7d45 Dump container logs when it fails to become ready
  • e7d9983 Add integration test for JWT auth
  • f1b3d95 Enable TLS in test Trino container
  • aa08ec4 Add token (JWT) authentication support
  • 47eee6e Fix linter errors
  • 18d7885 Avoid using deprecated package ioutil
  • f321e3c Improve README
  • 391aebc Unexport internal constants
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot requested a review from atzoum as a code owner May 6, 2024 10:43
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 6, 2024
Copy link

codecov bot commented May 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.94%. Comparing base (ad038a9) to head (3400a0b).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #64   +/-   ##
=======================================
  Coverage   85.94%   85.94%           
=======================================
  Files          75       75           
  Lines        3003     3003           
=======================================
  Hits         2581     2581           
  Misses        274      274           
  Partials      148      148           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/trinodb/trino-go-client-0.315.0 branch from 0baaac2 to 06f20fd Compare May 20, 2024 05:44
@atzoum atzoum changed the title build(deps): bump github.com/trinodb/trino-go-client from 0.313.0 to 0.315.0 feat(trino): bump github.com/trinodb/trino-go-client from 0.313.0 to 0.315.0 May 20, 2024
Bumps [github.com/trinodb/trino-go-client](https://github.com/trinodb/trino-go-client) from 0.313.0 to 0.315.0.
- [Release notes](https://github.com/trinodb/trino-go-client/releases)
- [Commits](trinodb/trino-go-client@v0.313.0...v0.315.0)

---
updated-dependencies:
- dependency-name: github.com/trinodb/trino-go-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/trinodb/trino-go-client-0.315.0 branch from 06f20fd to 3400a0b Compare May 20, 2024 05:49
@atzoum atzoum merged commit b15133b into main May 20, 2024
17 checks passed
@atzoum atzoum deleted the dependabot/go_modules/github.com/trinodb/trino-go-client-0.315.0 branch May 20, 2024 05:52
atzoum pushed a commit that referenced this pull request May 20, 2024
🤖 I have created a release *beep* *boop*
---


##
[1.2.0](v1.1.7...v1.2.0)
(2024-05-20)


### Features

* **bigquery:** bump cloud.google.com/go/bigquery from 1.59.1 to 1.61.0
([#56](#56))
([30e3030](30e3030))
* **databricks:** bump github.com/databricks/databricks-sql-go from
1.5.3 to 1.5.4
([#61](#61))
([ec3fb29](ec3fb29))
* **databricks:** bump github.com/databricks/databricks-sql-go from
1.5.4 to 1.5.5
([#66](#66))
([000e3b4](000e3b4))
* **mysql:** bump github.com/go-sql-driver/mysql from 1.7.1 to 1.8.1
([#11](#11))
([de51b3a](de51b3a))
* **redshift:** bump github.com/aws/aws-sdk-go-v2/service/redshiftdata
from 1.25.4 to 1.25.7
([#75](#75))
([3036555](3036555))
* **snowflake:** bump github.com/snowflakedb/gosnowflake from 1.7.2 to
1.9.0 ([#33](#33))
([5b926c8](5b926c8))
* **snowflake:** bump snowflake to v1.10.0
([#79](#79))
([b205e59](b205e59))
* **trino:** bump github.com/trinodb/trino-go-client from 0.313.0 to
0.315.0 ([#64](#64))
([b15133b](b15133b))


### Miscellaneous

* **bigquery:** downgrade bigquery from 1.61.0 to 1.60.0
([#77](#77))
([eda4cf6](eda4cf6))
* bump bigquery to v1.61.0
([#78](#78))
([3ad5159](3ad5159))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant