Releases: awslabs/aws-sdk-swift
Releases · awslabs/aws-sdk-swift
1.2.1
What's Changed
Service Features
- AWS Cognito Identity Provider: corrects the dual-stack endpoint configuration for cognitoidp
- AWS Connect: Added DeleteContactFlowVersion API and the CAMPAIGN flow type
- AWS IoTSiteWise: AWS IoT SiteWise now supports ingestion and querying of Null (all data types) and NaN (double type) values of bad or uncertain data quality. New partial error handling prevents data loss during ingestion. Enabled by default for new customers; existing customers can opt-in.
- AWS QuickSight: Added
DigitGroupingStyle
in ThousandsSeparator to allow grouping byLAKH
( Indian Grouping system ) currency. Support LAKH andCRORE
currency types in Column Formatting. - AWS EMR Serverless: Increasing entryPoint in SparkSubmit to accept longer script paths. New limit is 4kb.
Service Documentation
- AWS CloudWatch Logs: Documentation-only update to address doc errors
- AWS Batch: Documentation-only update: clarified the description of the shareDecaySeconds parameter of the FairsharePolicy data type, clarified the description of the priority parameter of the JobQueueDetail data type.
- AWS SNS: This release adds support for the topic attribute FifoThroughputScope for SNS FIFO topics. For details, see the documentation history in the Amazon Simple Notification Service Developer Guide.
Full Changelog: 1.2.0...1.2.1
1.2.0
What's Changed
Service Features
- AWS EC2: Release u7i-6tb.112xlarge, u7i-8tb.112xlarge, u7inh-32tb.480xlarge, p5e.48xlarge, p5en.48xlarge, f2.12xlarge, f2.48xlarge, trn2.48xlarge instance types.
- AWS Bedrock Runtime: Allow hyphens in tool name for Converse and ConverseStream APIs
- AWS Notifications: Added support for Managed Notifications, integration with AWS Organization and added aggregation summaries for Aggregate Notifications
Service Documentation
- AWS Detective: Doc only update for Detective documentation.
- AWS SageMaker: Correction of docs for "Added support for ml.trn1.32xlarge instance type in Reserved Capacity Offering"
Miscellaneous
- feat!: Account ID-based endpoints (#1841)
Full Changelog: 1.1.1...1.2.0
1.1.1
What's Changed
Service Features
- AWS SageMaker: Added support for ml.trn1.32xlarge instance type in Reserved Capacity Offering
Service Documentation
- AWS ECS: The release addresses Amazon ECS documentation tickets.
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
Service Features
- AWS Cognito Identity: corrects the dual-stack endpoint configuration
- AWS SESv2: This release introduces a new recommendation in Virtual Deliverability Manager Advisor, which detects elevated complaint rates for customer sending identities.
- AWS WorkSpaces: Added GeneralPurpose.4xlarge & GeneralPurpose.8xlarge ComputeTypes.
- AWS WorkSpaces Thin Client: Mark type in MaintenanceWindow as required.
- AWS PartnerCentral Selling: Add Tagging support for ResourceSnapshotJob resources
- AWS Security IR: Increase minimum length of Threat Actor IP 'userAgent' to 1.
- AWS S3: This change enhances integrity protections for new SDK requests to S3. S3 SDKs now support the CRC64NVME checksum algorithm, full object checksums for multipart S3 objects, and new default integrity protections for S3 requests.
- AWS Bedrock Agent Runtime: Now supports streaming for inline agents.
Service Documentation
- AWS API Gateway: Documentation updates for Amazon API Gateway
Miscellaneous
- fix: Trim whitespace before parsing Version (#1867)
- feat!: Flexible checksum v2 (#1803)
- S3 client behavior is updated to always calculate a checksum by default for operations that support it (such as PutObject or UploadPart), or require it (such as DeleteObjects). The default checksum algorithm used by AWS Swift SDK is CRC32. Request checksum behavior can be configured using one of the following:
requestChecksumCalculation
client config for S3 clientrequest_checksum_calculation
in shared config fileAWS_REQUEST_CHECKSUM_CALCULATION
env variable
- S3 client behavior is updated to always attempt to validate response checksums for all S3 API operations that support checksums. Checksum validation behavior can be configured using one of the following:
responseChecksumValidation
client config for S3 clientresponse_checksum_validation
in shared config fileAWS_RESPONSE_CHECKSUM_VALIDATION
env variable
- Added support for the CRC64NVME checksum algorithm.
- S3 client behavior is updated to always calculate a checksum by default for operations that support it (such as PutObject or UploadPart), or require it (such as DeleteObjects). The default checksum algorithm used by AWS Swift SDK is CRC32. Request checksum behavior can be configured using one of the following:
Full Changelog: 1.0.78...1.1.0
1.0.78
What's Changed
Service Features
- AWS Route 53: Amazon Route 53 now supports the Mexico (Central) Region (mx-central-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region
- AWS GameLift: Amazon GameLift releases a new game session placement feature: PriorityConfigurationOverride. You can now override how a game session queue prioritizes placement locations for a single StartGameSessionPlacement request.
Miscellaneous
- feat: Generate package manifest for preview builds (#1863)
Full Changelog: 1.0.77...1.0.78
1.0.77
What's Changed
Service Features
- AWS Bedrock: With this release, Bedrock Evaluation will now support latency-optimized inference for foundation models.
- AWS Transcribe: This update provides tagging support for Transcribe's Call Analytics Jobs and Call Analytics Categories.
- AWS EC2: Add support for DisconnectOnSessionTimeout flag in CreateClientVpnEndpoint and ModifyClientVpnEndpoint requests and DescribeClientVpnEndpoints responses
- AWS Artifact: Support resolving regional API calls to partition's leader region endpoint.
- AWS KafkaConnect: Support updating connector configuration via UpdateConnector API. Release Operations API to monitor the status of the connector operation.
Full Changelog: 1.0.76...1.0.77
1.0.76
What's Changed
Service Documentation
- AWS Redshift: Additions to the PubliclyAccessible and Encrypted parameters clarifying what the defaults are.
- AWS STS: Fixed typos in the descriptions.
- AWS SecurityLake: Doc only update for ServiceName that fixes several customer-reported issues
Miscellaneous
- feat: Configured endpoint resolution (aka service-specific endpoint configuration) (#1861)
- feat: Support RPCv2 CBOR wire protocol (#1850)
Full Changelog: 1.0.75...1.0.76
1.0.75
What's Changed
Service Features
- AWS Compute Optimizer: This release expands AWS Compute Optimizer rightsizing recommendation support for Amazon EC2 Auto Scaling groups to include those with scaling policies and multiple instance types.
- AWS CodeBuild: AWS CodeBuild Now Supports BuildBatch in Reserved Capacity and Lambda
- AWS FMS: AWS Firewall Manager now lets you combine multiple resource tags using the logical AND operator or the logical OR operator.
Miscellaneous
- feat: Auth token generator for AWS DSQL (#1857)
Full Changelog: 1.0.74...1.0.75
1.0.74
What's Changed
Service Features
- AWS Route 53: Amazon Route 53 now supports the Asia Pacific (Thailand) Region (ap-southeast-7) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region
- AWS SageMaker: Adds support for IPv6 for SageMaker HyperPod cluster nodes.
Service Documentation
- AWS RDS: Updates Amazon RDS documentation to clarify the RestoreDBClusterToPointInTime description.
Miscellaneous
- fix: Proper formatting of generated structures (#1860)
Full Changelog: 1.0.73...1.0.74
1.0.73
What's Changed
Service Features
- AWS DynamoDB: This release makes Amazon DynamoDB point-in-time-recovery (PITR) to be configurable. You can set PITR recovery period for each table individually to between 1 and 35 days.
- AWS CloudHSM V2: Adds support to ModifyCluster for modifying a Cluster's Hsm Type.
- AWS imagebuilder: This release adds support for importing images from ISO disk files. Added new ImportDiskImage API operation.
Miscellaneous
- feat!: Remove IoT 1Click Devices Service and IoT 1Click Projects (#1854)
Full Changelog: 1.0.72...1.0.73