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.11.0 #1549

Merged
merged 1 commit into from
Sep 26, 2017
Merged

v1.11.0 #1549

merged 1 commit into from
Sep 26, 2017

Conversation

awstools
Copy link
Contributor

Release v1.11.0 (2017-09-26)

Service Client Updates

  • service/cloudformation: Updates service API and documentation
    • You can now prevent a stack from being accidentally deleted by enabling termination protection on the stack. If you attempt to delete a stack with termination protection enabled, the deletion fails and the stack, including its status, remains unchanged. You can enable termination protection on a stack when you create it. Termination protection on stacks is disabled by default. After creation, you can set termination protection on a stack whose status is CREATE_COMPLETE, UPDATE_COMPLETE, or UPDATE_ROLLBACK_COMPLETE.

SDK Features

  • Add dep Go dependency management metadata files (Add dep Go dependency management metadata files #1544)
    • Adds the Go dep dependency management metadata files to the SDK.
    • Fixes #1451
    • Fixes #634
  • service/dynamodb/expression: Add expression building utility for DynamoDB (#1527)
    • Adds a new package, expression, to the SDK providing builder utilities to create DynamoDB expressions safely taking advantage of type safety.
  • API Marshaler: Add generated marshalers for RESTXML protocol (#1409)
    • Updates the RESTXML protocol marshaler to use generated code instead of reflection for REST XML based services.
  • API Marshaler: Add generated marshalers for RESTJSON protocol (#1547)
    • Updates the RESTJSON protocol marshaler to use generated code instead of reflection for REST JSON based services.

SDK Enhancements

  • private/protocol: Update format of REST JSON and XMl benchmarks (#1546)
    • Updates the format of the REST JSON and XML benchmarks to be readable. RESTJSON benchmarks were updated to more accurately bench building of the protocol.

@awstools awstools merged commit e0f1555 into master Sep 26, 2017
@jasdel jasdel deleted the release branch September 26, 2017 22:38
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.

None yet

1 participant