Skip to content

Commit

Permalink
prepare for athenadriver version v1.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywoo committed Aug 21, 2022
1 parent db7614c commit 1ae883f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
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 - Merge community contribution (July 16, 2021)
- Overriding Athena Service Limits for Query Timeout
- README cleanup
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1205,7 +1205,7 @@ For the contributors, the following is `athenadriver` Package's UML Class Diagra
[cov-img]: https://codecov.io/gh/uber/athenadriver/branch/master/graph/badge.svg
[cov]: https://codecov.io/gh/uber/athenadriver

[release-img]: https://img.shields.io/badge/release-v1.1.13-red
[release-img]: https://img.shields.io/badge/release-v1.1.14-red
[release]: https://github.com/uber/athenadriver/releases

[report-card-img]: https://goreportcard.com/badge/github.com/uber/athenadriver
Expand Down
4 changes: 2 additions & 2 deletions athenareader/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/uber/athenadriver/athenareader

go 1.13
go 1.14

require (
github.com/uber/athenadriver v1.1.13
github.com/uber/athenadriver v1.1.14
go.uber.org/fx v1.12.0
)
2 changes: 1 addition & 1 deletion go/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ const PCStopQID = "stop_query_id"
const PCGetDriverVersion = "get_driver_version"

// DriverVersion is athenadriver's version
const DriverVersion = "1.1.13"
const DriverVersion = "1.1.14"

0 comments on commit 1ae883f

Please sign in to comment.