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

Release v1.25.17 #2905

Merged
merged 1 commit into from Oct 22, 2019
Merged

Release v1.25.17 #2905

merged 1 commit into from Oct 22, 2019

Commits on Oct 22, 2019

  1. Release v1.25.17 (2019-10-22)

    ===
    
    ### Service Client Updates
    * `service/iotevents`: Updates service API and documentation
    * `service/opsworkscm`: Updates service API and documentation
      * AWS OpsWorks for Chef Automate (OWCA) now allows customers to use a custom domain and respective certificate, for their AWS OpsWorks For Chef Automate servers. Customers can now provide a CustomDomain, CustomCertificate and CustomPrivateKey in CreateServer API to configure their Chef Automate servers with a custom domain and certificate.
    
    ### SDK Bugs
    * `service/s3`,`service/kinesis`: Fix streaming APIs' Err method closing stream ([#2882](#2882))
      * Fixes calling the Err method on SDK's Amazon Kinesis's SubscribeToShared and Amazon S3's SelectObjectContent response EventStream members closing the stream. This would cause unexpected read errors, or early termination of the streams. Only the Close method of the streaming members will close the streams.
      * Related to [#2769](#2769)
    awssdkgo committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    ee35eb7 View commit details
    Browse the repository at this point in the history