Skip to content

Commit a0a0853

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2022-03-18
1 parent da405da commit a0a0853

File tree

5 files changed

+12
-10
lines changed

5 files changed

+12
-10
lines changed

.changelog/e7cb3d04e555471382c371429a484dd8.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Release (2022-03-18)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/glue`: [v1.22.0](service/glue/CHANGELOG.md#v1220-2022-03-18)
5+
* **Feature**: Added 9 new APIs for AWS Glue Interactive Sessions: ListSessions, StopSession, CreateSession, GetSession, DeleteSession, RunStatement, GetStatement, ListStatements, CancelStatement
6+
17
# Release (2022-03-16)
28

39
## Module Highlights

service/glue/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.22.0 (2022-03-18)
2+
3+
* **Feature**: Added 9 new APIs for AWS Glue Interactive Sessions: ListSessions, StopSession, CreateSession, GetSession, DeleteSession, RunStatement, GetStatement, ListStatements, CancelStatement
4+
15
# v1.21.0 (2022-03-08)
26

37
* **Feature**: Updated `github.com/aws/smithy-go` to latest version

service/glue/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/internal/integrationtest/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ require (
4646
github.com/aws/aws-sdk-go-v2/service/firehose v1.14.0
4747
github.com/aws/aws-sdk-go-v2/service/gamelift v1.14.0
4848
github.com/aws/aws-sdk-go-v2/service/glacier v1.13.0
49-
github.com/aws/aws-sdk-go-v2/service/glue v1.21.0
49+
github.com/aws/aws-sdk-go-v2/service/glue v1.22.0
5050
github.com/aws/aws-sdk-go-v2/service/health v1.15.0
5151
github.com/aws/aws-sdk-go-v2/service/iam v1.18.0
5252
github.com/aws/aws-sdk-go-v2/service/inspector v1.12.0

0 commit comments

Comments
 (0)