Skip to content

Releases: soto-project/soto

v7.13.0

02 Mar 10:18
95513f2

Choose a tag to compare

Using Soto-core v7.13.0
SDK files generated by soto-codegenerator v7.8.4

Minor release changes

  • Fix BedrockRuntime: ToolUseType missing "tool_use" case causes dataCorrupted decoding error

v7.12.0

17 Dec 23:07
e675598

Choose a tag to compare

Using Soto-core v7.10.0
SDK files generated by soto-codegenerator v7.8.3

v7.11.0

12 Dec 08:50
3548aac

Choose a tag to compare

Using Soto-core v7.10.0
SDK files generated by soto-codegenerator v7.8.2

v7.10.0

17 Oct 07:33
bdfcc97

Choose a tag to compare

Using soto-core v7.9.0

Minor release changes

  • Soto requires Swift 6.0

Other changes

  • Update tests to compile in swift 6 mode

v7.9.0

21 Jul 10:07
051706f

Choose a tag to compare

Minor release updates

  • Updated service files
    • New service include BedrockAgentCore, BedrockAgentCoreControl, S3Vectors

v7.8.0

09 Jul 07:24
355462f

Choose a tag to compare

Using soto-core v7.8.0

Patch release changes

  • Push attribute to stack for custom dynamodb date decoding. #775

Other changes

  • Build service files from model files found in api-models-aws.git. #771
  • Remove models folder from Soto, replace with file containing commit hash of models that built the current service files. #771

v7.7.0

29 May 09:33
7eb88f2

Choose a tag to compare

Using soto-core v7.7.1
Using AWS models from aws-sdk-go-v2 release-2025-05-23

Minor release changes

v7.6.1

17 Apr 10:38

Choose a tag to compare

Actually use soto-core 7.6.0

v7.6.0

17 Apr 10:29
17f4707

Choose a tag to compare

Using soto-core v7.6.0
Using AWS models from aws-sdk-go-v2 release-2025-04-14

Minor release changes

  • Add error code to error type map for extended error information. #763

v7.5.0

18 Mar 08:24
141b3c9

Choose a tag to compare

Using AWS models from aws-sdk-go-v2 release-2025-03-17

New services

  • SotoGameLiftStreams
  • SotoIoTManagedIntegrations

Minor release changes

  • Add dateEncodingStrategy to DynamoDBEncoder. Add dataDecodingStrategy to DynamoDBDecoder. #756
  • Add decoder or encoder parameter to DynamoDB Codable extensions. #756

Breaking change

  • UpdateItemCodableInput.additionalAttributeNames and UpdateItemCodableInput.additionalAttributeValues are no longer available and have been replaced with UpdateItemCodableInput.additionalAttributes. #756