Releases: soto-project/soto-codegenerator
Releases · soto-project/soto-codegenerator
V0.5.4
Add eu-central-2 region
v0.5.3
Add eu-south-2
v0.5.2
- Fix support client optional trait (ie ignore default and required traits)
- If service endpointPrefix doesn't exist use arnNamespace if that exists for the endpoint prefix
v0.5.1
- Fix issue with enums with associated values that reference the enum
- Don't flag shapes with dictionaries, arrays or sets that reference themselves as recursive
v0.5.0
Add support for Smithy 2.0 changes
- Enum shape
- Default Trait
- ClientOptional Trait
- UniqueItems Trait
- Patch for adding members to collection shape (allows us to patch new EnumShape)
v0.4.20
- Support new default trait. Support is added for the cases where the shape is not an output shape and only numbers, booleans and strings are supported
v0.4.19
- Add support for paginators methods that use the same input shape
v0.4.18
- Added support for recommended trait
- Patch S3.StorageClass enum to include NONE
v0.4.17
- Don't crash if endpoint doesn't have any data for it's partition endpoint
- Use Logger instead of print
v0.4.16
- Add
Sendable
conformance to service shapes - Replace
Data
withAWSBase64Data