Skip to content

Releases: soto-project/soto-codegenerator

v7.9.0

06 Apr 09:39
c6dee49

Choose a tag to compare

## Minor release changes

  • Added command plugin download-aws-models to download AWS model files. Reads soto.config.json file and downloads the relevant model files.

v7.8.4

01 Mar 10:07

Choose a tag to compare

  • Patch com.amazonaws.bedrockruntime#ToolUseType to include "tool_use" case

v7.8.3

14 Dec 11:31

Choose a tag to compare

Add additional enum cases to com.amazonaws.bedrock#InferenceType

v7.8.2

11 Dec 16:17

Choose a tag to compare

  • Add support for EventHeaderTrait
  • Add support for integer enums
  • Add deprecation message to waiters that use deprecated operations
  • Patch enum com.amazonaws.bedrock#InferenceType to include case INFERENCE_PROFILE

v7.8.1

18 Aug 10:12
5f1771f

Choose a tag to compare

  • Enum cases that are a unit should be output without an associated value

v7.8.0

23 Jun 07:22

Choose a tag to compare

Minor release build

  • Add support for finding model files in the api-models-aws.git repository
  • Remove com.amazonaws.elasticloadbalancing#SecurityGroupOwnerAlias patch

v7.7.0

16 Apr 17:05
8a5986c

Choose a tag to compare

  • Generate error map for error types that include extended information. #92

v7.6.0

01 Apr 16:16
06d47a6

Choose a tag to compare

  • Filter operations before marking up which shapes they use. This means shapes that aren't used by your filtered operations will also get filtered.

v7.5.0

28 Mar 15:01
4ad6be3

Choose a tag to compare

Minor release changes

  • Don't require the existence of the endpoints.json for the build plugin to work
  • Set the minimum platform to swift 5.10

v7.4.0

03 Mar 15:09
0cf4c2a

Choose a tag to compare

Breaking changes

  • Output AWSDocument (instead of String) for smithy document types

Other changes

  • Use Apple's swift-format for formatting the code base