Releases: uber/athenadriver
Releases · uber/athenadriver
v1.1.15 - Merge community contribution (March 03, 2024)
v1.1.15 - Merge community contribution (March 03, 2024)
- Rename S3 bucket in test code (@jonathanbaker7 Jonathan Baker, @henrywoo Henry Wu)
- Make poll interval configurable (@keshav-dataco Keshav Murthy)
- Add microseconds and nanosecond time format parsing (@Sly1024 Szilveszter Safar)
- Add option to return missing values as nil (@kevinwcyu Kevin Yu)
v1.1.14 - Merge community contribution (August 19, 2022)
v1.1.14 - Merge community contribution (August 19, 2022)
- Adding default AWS SDK credential resolution to connector
- Bump go-pretty version to most recent version
- Expose DriverTracer factory functions
- Add support to go 1.17+
- README cleanup
v1.1.13 - aws-sdk-go updated and overriding Athena Service Limits for Query Timeout (July 16, 2021)
v1.1.13 - Merge community contribution (July 16, 2021)
- Overriding Athena Service Limits for Query Timeout
- aws-sdk-go updated
- REAME cleanup
Minor bug fix and more documentation (October 29, 2020)
- Use exact match for Query ID search (#31)
$path support, minor bug fix and more documentation (June 16, 2020)
- Uber Engdoc documentation
- Support $path in Athena query
- Remove SQL Tidy function(will replace it with a Presto SQL parser)
Minor bug fix and more documentation (June 5, 2020)
- documentation and minor bug fix
- build-in logging and metrics
Prettify athenareader - Athenareader output style and format added (May 31, 2020)
v1.1.8 - Prettify athenareader - Athenareader output style and format added (May 31, 2020)
- prettify athenareader output
- One bug fix (https://github.com/uber/athenadriver/issues/12)
Prettify athenareader
v1.1.7 - Athenareader output style and format added (May 31, 2020)
- prettify athenareader output
- One bug fix (https://github.com/uber/athenadriver/issues/12)
Pseudo commands, bug fix and more document and sample code (May 25, 2020)
- Introduce pseudo commands: get_query_id, get_query_id_status, stop_query_id, get_driver_version (doc: https://github.com/uber/athenadriver#pseudo-commands, Sample code: https://github.com/uber/athenadriver/tree/master/examples)
- Enable AWS profile manual setup for authentication (Sample code: https://github.com/uber/athenadriver/blob/master/examples/auth.go)
- Query Athena with athenadriver in AWS Lambda (https://github.com/uber/athenadriver/tree/master/examples/lambda/Go)
- One bug fix (8618706)
Add moneywise mode, admin mode for athenareader
- moneywise mode to print cost for each query
- admin mode to enable database write/create/drop in driver level