Skip to content

Commit 551c53d

Browse files
authored
Merge pull request #61 from henrywoo/henry.wu/version-bumpup-20240303
bump up version to 1.1.15
2 parents ff21dd1 + d152be5 commit 551c53d

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

ChangeLog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v1.1.15 - Merge community contribution (March 03, 2024)
2+
- Rename S3 bucket in test code (@jonathanbaker7 Jonathan Baker, @henrywoo)
3+
- Make poll interval configurable (@keshav-dataco Keshav Murthy)
4+
- Add microseconds and nanosecond time format parsing (@Sly1024 Szilveszter Safar)
5+
- Add option to return missing values as nil (@kevinwcyu Kevin Yu)
6+
17
v1.1.14 - Merge community contribution (August 19, 2022)
28
- Adding default AWS SDK credential resolution to connector (dfreiman-hbo, Dan Freiman)
39
- Bump go-pretty version to most recent version (nyergler, Nathan Yergler)

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1199,6 +1199,13 @@ For the contributors, the following is `athenadriver` Package's UML Class Diagra
11991199

12001200
## ChangeLog
12011201

1202+
### v1.1.15 - Merge community contribution (March 03, 2024)
1203+
1204+
- Rename S3 bucket in test code (@jonathanbaker7 Jonathan Baker, @henrywoo)
1205+
- Make poll interval configurable (@keshav-dataco Keshav Murthy)
1206+
- Add microseconds and nanosecond time format parsing (@Sly1024 Szilveszter Safar)
1207+
- Add option to return missing values as nil (@kevinwcyu Kevin Yu)
1208+
12021209
### v1.1.14 - Merge community contribution (August 19, 2022)
12031210

12041211
- Adding default AWS SDK credential resolution to connector (@dfreiman-hbo, Dan Freiman)
@@ -1219,7 +1226,7 @@ For the contributors, the following is `athenadriver` Package's UML Class Diagra
12191226
[cov-img]: https://codecov.io/gh/uber/athenadriver/branch/master/graph/badge.svg
12201227
[cov]: https://codecov.io/gh/uber/athenadriver
12211228

1222-
[release-img]: https://img.shields.io/badge/release-v1.1.14-red
1229+
[release-img]: https://img.shields.io/badge/release-v1.1.15-red
12231230
[release]: https://github.com/uber/athenadriver/releases
12241231

12251232
[report-card-img]: https://goreportcard.com/badge/github.com/uber/athenadriver

athenareader/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module github.com/uber/athenadriver/athenareader
33
go 1.13
44

55
require (
6-
github.com/uber/athenadriver v1.1.14
6+
github.com/uber/athenadriver v1.1.15
77
go.uber.org/fx v1.12.0
88
)

go/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ const PCStopQID = "stop_query_id"
108108
const PCGetDriverVersion = "get_driver_version"
109109

110110
// DriverVersion is athenadriver's version
111-
const DriverVersion = "1.1.14"
111+
const DriverVersion = "1.1.15"

0 commit comments

Comments
 (0)