Skip to content

Tags: trinodb/trino-go-client

Tags

v0.321.0

Toggle v0.321.0's commit message
Add retries for 502, 504 HTTP statuses

Add 502 Bad Gateway and 504 Gateway Timeout HTTP status to client's retry logic

Add tests for retries on 502,504 and test that no retry is done on another status (404)

v0.320.0

Toggle v0.320.0's commit message
Add support for forwarding OAuth2 authorization header

v0.319.0

Toggle v0.319.0's commit message
Allow calling out breaking changes in releases

v0.318.0

Toggle v0.318.0's commit message
Support EXECUTE IMMEDIATE

Use EXECUTE IMMEDIATE sent in the HTTP request body, instead of putting
the query text in HTTP headers. This should allow sending large query
text. It can be enabled by setting the `explicitPrepare` option to
false in the connection string.

v0.317.0

Toggle v0.317.0's commit message
Update dependencies

v0.316.0

Toggle v0.316.0's commit message
Don't fail when decoding empty strings as floats in server responses

v0.314.0

Toggle v0.314.0's commit message
Release v0.314.0

v0.313.0

Toggle v0.313.0's commit message
Support nil query parameters

v0.312.0

Toggle v0.312.0's commit message
Use default CAs if neither cert or cert path is provided