Releases: awslabs/aws-sdk-swift
Releases · awslabs/aws-sdk-swift
1.2.6
What's Changed
Service Features
- AWS Firehose: For AppendOnly streams, Firehose will automatically scale to match your throughput.
- AWS AppSync: Add stash and outErrors to EvaluateCode/EvaluateMappingTemplate response
- AWS deadline: feature: Deadline: Add support for limiting the concurrent usage of external resources, like floating licenses, using limits and the ability to constrain the maximum number of workers that work on a job
- AWS DataSync: AWS DataSync now supports the Kerberos authentication protocol for SMB locations.
- AWS Timestream InfluxDB: Adds 'allocatedStorage' parameter to UpdateDbInstance API that allows increasing the database instance storage size and 'dbStorageType' parameter to UpdateDbInstance API that allows changing the storage type of the database instance
- AWS EC2: This release changes the CreateFleet CLI and SDK's such that if you do not specify a client token, a randomly generated token is used for the request to ensure idempotency.
Full Changelog: 1.2.5...1.2.6
1.2.5
What's Changed
Service Features
- AWS Bedrock Agent: Add support for the prompt caching feature for Bedrock Prompt Management
- AWS MediaConvert: This release adds support for dynamic audio configuration and the ability to disable the deblocking filter for h265 encodes.
- AWS S3 Control: Minor fix to ARN validation for Lambda functions passed to S3 Batch Operations
- AWS IoT: Raised the documentParameters size limit to 30 KB for AWS IoT Device Management - Jobs.
Full Changelog: 1.2.4...1.2.5
1.2.4
What's Changed
Service Features
- AWS CloudTrail: This release introduces the SearchSampleQueries API that allows users to search for CloudTrail Lake sample queries.
- AWS Transfer: Added CustomDirectories as a new directory option for storing inbound AS2 messages, MDN files and Status files.
- AWS EKS: Adds support for UpdateStrategies in EKS Managed Node Groups.
- AWS HealthLake: Added new authorization strategy value 'SMART_ON_FHIR' for CreateFHIRDatastore API to support Smart App 2.0
Service Documentation
- AWS SSO OIDC: Fixed typos in the descriptions.
- AWS SSM: Systems Manager doc-only update for January, 2025.
Full Changelog: 1.2.3...1.2.4
1.2.3
What's Changed
Service Features
- AWS EC2: Added "future" allocation type for future dated capacity reservation
Full Changelog: 1.2.2...1.2.3
1.2.2
What's Changed
Service Features
- AWS Bedrock Agent Runtime: Adds multi-turn input support for an Agent node in an Amazon Bedrock Flow
- AWS MediaLive: AWS Elemental MediaLive adds a new feature, ID3 segment tagging, in CMAF Ingest output groups. It allows customers to insert ID3 tags into every output segment, controlled by a newly added channel schedule action Id3SegmentTagging.
Service Documentation
- AWS Glue: Docs Update for timeout changes
- AWS WorkSpaces Thin Client: Rename WorkSpaces Web to WorkSpaces Secure Browser
Full Changelog: 1.2.1...1.2.2
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