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.25.4 #2869

Merged
merged 1 commit into from
Oct 2, 2019
Merged

v1.25.4 #2869

merged 1 commit into from
Oct 2, 2019

Conversation

aws-sdk-go-automation
Copy link
Contributor

Release v1.25.4 (2019-10-02)

Service Client Updates

  • service/lightsail: Updates service API and documentation
    • This release adds support for the automatic snapshots add-on for instances and block storage disks.

SDK Enhancements

  • service/s3/s3manager: Allow reuse of Uploader buffer sync.Pool amongst multiple Upload calls (#2863)
    • The sync.Pool used for the reuse of []byte slices when handling streaming payloads will now be shared across multiple Upload calls when the upload part size remains constant.

SDK Bugs

  • internal/ini: Fix ini parser to handle empty values #2860
    • Fixes incorrect modifications to the previous token value of the skipper. Adds checks for cases where a skipped statement should be marked as complete and not be ignored.
    • Adds tests for nested and empty field value parsing, along with tests suggested in #2801
    • Fixes #2800

@aws-sdk-go-automation aws-sdk-go-automation merged commit 2c24a0a into master Oct 2, 2019
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.

internal/ini: INI Parser Fails Subsequent Section Parsing With Missing Right Hand Value in Previous Section
1 participant