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
<operation>.make_operation(&config) is now an async function for all operations. Code should be updated to call .await. This will only impact users using the low-level API. (smithy-rs#797)
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
-
v0.0.23-alpha (November 3rd, 2021)
To upgrade to the new release, update your service dependencies to
version = 0.0.23-alpha
. Core dependencies (aws-smithy-*
) are0.27.0.alpha.1
:New this week
native-tls
feature inaws-config
(aws-sdk-rust#265, smithy-rs#803)hyper::Error(IncompleteMessage)
will now be retried (smithy-rs#815)dynamodb::AttributeValue
. (smithy-rs#826)Breaking Changes
<operation>.make_operation(&config)
is now anasync
function for all operations. Code should be updated to call.await
. This will only impact users using the low-level API. (smithy-rs#797)This discussion was created from the release v0.0.23-alpha (November 5th, 2021).
Beta Was this translation helpful? Give feedback.
All reactions