Releases: soto-project/soto-codegenerator
Releases · soto-project/soto-codegenerator
v7.9.0
v7.8.4
- Patch
com.amazonaws.bedrockruntime#ToolUseTypeto include "tool_use" case
v7.8.3
Add additional enum cases to com.amazonaws.bedrock#InferenceType
v7.8.2
- Add support for EventHeaderTrait
- Add support for integer enums
- Add deprecation message to waiters that use deprecated operations
- Patch enum
com.amazonaws.bedrock#InferenceTypeto include caseINFERENCE_PROFILE
v7.8.1
- Enum cases that are a unit should be output without an associated value
v7.8.0
Minor release build
- Add support for finding model files in the api-models-aws.git repository
- Remove
com.amazonaws.elasticloadbalancing#SecurityGroupOwnerAliaspatch
v7.7.0
v7.6.0
- 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
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
Breaking changes
- Output
AWSDocument(instead ofString) for smithy document types
Other changes
- Use Apple's swift-format for formatting the code base