Releases: soto-project/soto-smithy
Releases · soto-project/soto-smithy
v0.3.1
- Add EnumShape to some Trait selectors
0.3.0
Smithy 2.0 AST compatible
- Added new
enum
andintEnum
shapes - Added 2.0 traits including
enumValue
,property
- Added support for parsing Smithy enum types from IDL as well as JSON AST
v0.2.8
Add some support for default trait. Will load string, number and boolean defaults
v0.2.7
Added RecommendedTrait https://awslabs.github.io/smithy/1.0/spec/core/documentation-traits.html#recommended-trait
v0.2.6
Add new traits aws.smithy#input and aws.smithy#output
v0.2.5
Add IAM traits aws.iam#supportedPrincipalTypes and aws.iam#iamResource
v0.2.4
- Make
AwsArnTrait
properties optional - Add
AwsHttpChecksumTrait
- Add
UnitShape
andUnitTypeTrait
v0.2.3
- Add HttpChecksumTrait
- Make CollectionShape.members mutable
v0.2.2
- Add public initialisers for AwsServiceTrait, AwsArnTrait, ArwArmReferenceTrait
v0.2.1
- Add aws.protocols#awsQueryError trait
- Add smithy.api#httpQueryParams trait
- Add AWS CloudFormation traits
- Add aws.customizations#s3UnwrappedXmlOutput trait