v6.0.0 #605
adam-fowler
started this conversation in
General
v6.0.0
#605
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using SotoCore v6.0.0
Using AWS models from Release (2022-06-17)
Major release changes
AsyncHTTPClient
with Soto. Previously aAWSHTTPClient
protocol was available which you could conform to. This change has been implemented to reduce the API surface of Soto and to allow us more flexibility in how we integrate with the HTTP client.eC2InstanceDetails
instead ofec2InstanceDetails
. This is now fixed.AWSClient
,AWSService
,CredentialProvider
and all service API input/output shapes. PR Sendable #590Foundation.Data
in service API input/output shapes withAWSBase64Data
. PR Replace usage of Foundation.Data with AWSBase64Data #591final
to all API input and output shapes that are classes.New services
ChimeSDKMediaPipelines, ConnectCampaigns, EMRServerless, M2, RedshiftServerless
Services removed
SimpleDB, ImportExport, MobileAnalytics
Service name changes
AppIntegrationsService -> AppIntegrations
AppRegistry -> ServiceCatalogAppRegistry
AugmentedAIRuntime -> SageMakerA2IRuntime
CloudControlApi -> CloudControl
CodeStarconnections -> CodeStarConnections
ConnectWisdomService -> Wisdom
CostandUsageReportService -> CostAndUsageReportService
ElasticLoadBalancingv2 -> ElasticLoadBalancingV2
FinSpaceData -> FinspaceData
ForecastService -> Forecast
ForecastQueryService -> Forecastquery
GlueDataBrew -> DataBrew
KinesisVideoSignalingChannels -> KinesisVideoSignaling
LocationService -> Location
LookoutforVision -> LookoutVision
ManagedGrafana -> Grafana
MigrationHubStrategyRecommendations -> MigrationHubStrategy
NimbleStudio -> Nimble
OpenSearchService -> OpenSearch
PrometheusService -> Amp
RDSDataService -> RDSData
RedshiftDataAPIService -> RedshiftData
ResilienceHub -> Resiliencehub
SESV2 -> SESv2
SagemakerEdgeManager -> SagemakerEdge
TranscribeService -> Transcribe
TranscribeStreamingService -> TranscribeStreaming
Minor release changes
init
which doesn't include deprecated members and deprecate oldinit
..calculateMD5
.Expect: 100-continue
header to cancel large uploads early if AWS knows they are going to fail.Patch release changes
crc32
from SotoCore, instead of importing zlib. PR Use CRC32 from SotoCore #589S3RequestMiddleware
now preserves trailing "/" when reconstructing URL. PR Function does not preserve the trailing / if present #587 from @jmoisan21This discussion was created from the release v6.0.0.
Beta Was this translation helpful? Give feedback.
All reactions