Skip to content

Commit

Permalink
Release v1.20.8
Browse files Browse the repository at this point in the history
  • Loading branch information
awssdkgo committed Jun 25, 2019
1 parent 0c361e5 commit e46d74c
Show file tree
Hide file tree
Showing 13 changed files with 5,034 additions and 386 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Release v1.20.8 (2019-06-25)
===

### Service Client Updates
* `service/ec2`: Updates service API, documentation, and paginators
* Starting today, you can use Traffic Mirroring to copy network traffic from an elastic network interface of Amazon EC2 instances and then send it to out-of-band security and monitoring appliances for content inspection, threat monitoring, and troubleshooting. These appliances can be deployed as individual instances, or as a fleet of instances behind a Network Load Balancer with a User Datagram Protocol (UDP) listener. Traffic Mirroring supports filters and packet truncation, so that you only extract the traffic of interest to monitor by using monitoring tools of your choice.
* `service/eks`: Updates service API

Release v1.20.7 (2019-06-24)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.20.7"
const SDKVersion = "1.20.8"
Loading

0 comments on commit e46d74c

Please sign in to comment.