Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.8.33 #1315

Merged
merged 1 commit into from
Jun 1, 2017
Merged

v1.8.33 #1315

merged 1 commit into from
Jun 1, 2017

Conversation

awstools
Copy link
Contributor

@awstools awstools commented Jun 1, 2017

Release v1.8.33 (2017-06-01)

Service Client Updates

  • service/codedeploy: Updates service API and documentation
    • AWS CodeDeploy has improved how it manages connections to GitHub accounts and repositories. You can now create and store up to 25 connections to GitHub accounts in order to associate AWS CodeDeploy applications with GitHub repositories. Each connection can support multiple repositories. You can create connections to up to 25 different GitHub accounts, or create more than one connection to a single account. The ListGitHubAccountTokenNames command has been introduced to retrieve the names of stored connections to GitHub accounts that you have created. The name of the connection to GitHub used for an AWS CodeDeploy application is also included in the ApplicationInfo structure. Two new fields, lastAttemptedDeployment and lastSuccessfulDeployment, have been added to DeploymentGroupInfo to improve the handling of deployment group information in the AWS CodeDeploy console. Information about these latest deployments can also be retrieved using the GetDeploymentGroup and BatchGetDeployment group requests. Also includes a region update (us-gov-west-1).
  • service/cognitoidentityprovider: Updates service API, documentation, and paginators
  • service/elbv2: Updates service API and documentation
  • aws/endpoints: Updated Regions and Endpoints metadata.
  • service/lexmodelbuildingservice: Updates service documentation and examples

SDK Enhancements

  • aws/defaults: Exports shared credentials and config default filenames used by the SDK. #1308
    • Adds SharedCredentialsFilename and SharedConfigFilename functions to defaults package.

SDK Bugs

  • aws/credentials: Fixes shared credential provider's default filename on Windows. #1308
    • The shared credentials provider would attempt to use the wrong filename on Windows if the HOME environment variable was defined.
  • service/s3/s3manager: service/s3/s3manager: Fix Downloader ignoring Range get parameter #1311
    • Fixes the S3 Download Manager ignoring the GetObjectInput's Range parameter. If this parameter is provided it will force the downloader to fallback to a single GetObject request disabling concurrency and automatic part size gets.
    • Fixes #1296

@awstools awstools merged commit fa10756 into master Jun 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant