Releases: trinodb/trino-go-client
Releases · trinodb/trino-go-client
v0.320.0
What's Changed
Features
- feature: support forward OAuth2 authorization header by @kalil-pelissier in #130
New Contributors
- @kalil-pelissier made their first contribution in #130
Full Changelog: v0.319.0...v0.320.0
v0.319.0
What's Changed
Breaking changes
- Escape values of extra credentials and session properties by @nineinchnick in #127
Full Changelog: v0.318.0...v0.319.0
v0.318.0
v0.317.0
v0.316.0
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