Skip to content

Releases: soto-project/soto-codegenerator

V0.5.4

25 Oct 08:15
a75a6de
Compare
Choose a tag to compare

Add eu-central-2 region

v0.5.3

17 Oct 09:14
c69db4f
Compare
Choose a tag to compare

Add eu-south-2

v0.5.2

14 Oct 17:18
09c17f2
Compare
Choose a tag to compare
  • 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

13 Oct 07:52
27024eb
Compare
Choose a tag to compare
  • 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

12 Oct 11:54
347347e
Compare
Choose a tag to compare

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

06 Sep 17:44
Compare
Choose a tag to compare
  • 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

21 Aug 09:00
4c2132b
Compare
Choose a tag to compare
  • Add support for paginators methods that use the same input shape

v0.4.18

17 Jun 14:59
5359fa1
Compare
Choose a tag to compare
  • Added support for recommended trait
  • Patch S3.StorageClass enum to include NONE

v0.4.17

23 May 15:33
733f84b
Compare
Choose a tag to compare
  • Don't crash if endpoint doesn't have any data for it's partition endpoint
  • Use Logger instead of print

v0.4.16

16 May 14:14
b36097a
Compare
Choose a tag to compare
  • Add Sendable conformance to service shapes
  • Replace Data with AWSBase64Data