Skip to content

Commit

Permalink
Merge pull request #61 from henrywoo/henry.wu/version-bumpup-20240303
Browse files Browse the repository at this point in the history
bump up version to 1.1.15
  • Loading branch information
henrywoo authored Mar 4, 2024
2 parents ff21dd1 + d152be5 commit 551c53d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v1.1.15 - Merge community contribution (March 03, 2024)
- Rename S3 bucket in test code (@jonathanbaker7 Jonathan Baker, @henrywoo)
- 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)
- Adding default AWS SDK credential resolution to connector (dfreiman-hbo, Dan Freiman)
- Bump go-pretty version to most recent version (nyergler, Nathan Yergler)
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1199,6 +1199,13 @@ For the contributors, the following is `athenadriver` Package's UML Class Diagra

## ChangeLog

### v1.1.15 - Merge community contribution (March 03, 2024)

- Rename S3 bucket in test code (@jonathanbaker7 Jonathan Baker, @henrywoo)
- 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)

- Adding default AWS SDK credential resolution to connector (@dfreiman-hbo, Dan Freiman)
Expand All @@ -1219,7 +1226,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.14-red
[release-img]: https://img.shields.io/badge/release-v1.1.15-red
[release]: https://github.com/uber/athenadriver/releases

[report-card-img]: https://goreportcard.com/badge/github.com/uber/athenadriver
Expand Down
2 changes: 1 addition & 1 deletion athenareader/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/uber/athenadriver/athenareader
go 1.13

require (
github.com/uber/athenadriver v1.1.14
github.com/uber/athenadriver v1.1.15
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.14"
const DriverVersion = "1.1.15"

0 comments on commit 551c53d

Please sign in to comment.