You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AWS SDK for Swift release 0.6.0 consists primarily of API improvements and bug fixes.
Notable / breaking changes in this release:
[Breaking] The names of the aws-sdk-swift, smithy-swift, and aws-crt-swift Swift packages have changed to match the name that is inferred from the Git URL, as is common practice with modern Swift. When consuming these packages please update the name you use to reference them.
[Breaking] In S3-related models, any Expires date is now typed as a String rather than a Date.
[Breaking] Accessing query items on service models is now a throwing operation; Swift error handling may need to be added where query items are accessed.
[Bugfix] Presigned URLs for S3 GET/PUT operations should now be code signed correctly.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
AWS SDK for Swift release 0.6.0 consists primarily of API improvements and bug fixes.
Notable / breaking changes in this release:
aws-sdk-swift
,smithy-swift
, andaws-crt-swift
Swift packages have changed to match the name that is inferred from the Git URL, as is common practice with modern Swift. When consuming these packages please update the name you use to reference them.Expires
date is now typed as aString
rather than aDate
.GET
/PUT
operations should now be code signed correctly.A complete record of changes is below.
What's Changed
main
by @jbelkins in chore: Update generated Swift code inmain
#729New in
smithy-swift 0.6.0
:New in
aws-crt-swift 0.4.0
:Full Changelog: https://github.com/awslabs/aws-sdk-swift/commits/0.6.0
This discussion was created from the release 0.6.0.
Beta Was this translation helpful? Give feedback.
All reactions