-
Notifications
You must be signed in to change notification settings - Fork 200
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
feat(core): update swift-sdk dependency to 0.29.0 #3330
Conversation
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. @@ Coverage Diff @@
## main #3330 +/- ##
==========================================
- Coverage 68.22% 68.19% -0.04%
==========================================
Files 1075 1075
Lines 35876 35878 +2
==========================================
- Hits 24478 24466 -12
- Misses 11398 11412 +14
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 5 files with indirect coverage changes 📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
0c9a13c
to
2bbb55b
Compare
Closing in favor of: |
Description
Updates dependency on AWS SDK for Swift from 0.26.0 to 0.30.0.
This is needed to pull in changes released in 0.29.0 that removed a compiler error when building for visionOS.
Additionally, 0.30.0 updates aws-crt-swift to a version without a SPI header for crypto operations that was leading to app store rejections.
Once this update lands in
main
, it will need to be pulled into thevisionos-preview
branch.*OutputResponse
to*Output
.*OutputError
types becoming internal.*ClientProtocol
conformances in Predictions unit test suite.UploadPartOutputError
from SDK into Amplify to allow UploadPart presigning method to continue working after SDK removed public access.TODO
General Checklist
Added new tests to cover change, if neededDocumentation update for the change if requiredNew or updated tests includeGiven When Then
inline code documentation and are named accordinglytestThing_condition_expectation()
If breaking change, documentation/changelog update with migration instructionsBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.