Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2025

Bumps the gradle group with 7 updates in the /codegen directory:

Package From To
software.amazon.smithy:smithy-model 1.61.0 1.62.0
software.amazon.smithy:smithy-codegen-core 1.61.0 1.62.0
software.amazon.smithy:smithy-aws-traits 1.61.0 1.62.0
software.amazon.smithy:smithy-aws-protocol-tests 1.61.0 1.62.0
software.amazon.smithy:smithy-protocol-test-traits 1.61.0 1.62.0
software.amazon.smithy:smithy-waiters 1.61.0 1.62.0
com.autonomousapps:dependency-analysis-gradle-plugin 3.0.2 3.0.4

Updates software.amazon.smithy:smithy-model from 1.61.0 to 1.62.0

Release notes

Sourced from software.amazon.smithy:smithy-model's releases.

Smithy CLI v1.62.0

1.62.0 (2025-09-24)

Features

  • Allow specifying multiple files and/or directories to smithy format. Fixes (#2757)
  • Added split function to rules engine. (#2762)
  • Added BDD-based rules engine trait. (#2703)
  • Updated builders to consistently use BuilderRef to avoid leaking mutable values. (#2743)
  • Synced partitions.json to match latest SDK release. (#2777, #2781)
  • Added support for union traits and unions as parts of other trait definitions. (#2780, #2784)

Bug Fixes

  • Updated query params output test in rest-json. (#2739)
  • Fixed trait codegen for timestamp member with timestampformat trait. (#2744)
  • Removed the breakingChanges member from the required trait. (#2748)
  • Fixed trait codegen for list with uniqueitems trait. (#2706)
  • Fixed loading smithy-ts version in docs. (#2722)
  • Fixed trait codegen for class name conflicts in enum/intenum traits. (#2755)
  • Fixed incorrect builder properties assignment for enum with default value. (#2752)
  • Fixed a bug that prevented warning events to show up for diff CLI command. (#2749)
  • Fixed trait codegen for structure's string member with @idRef. (#2728)
  • Updated shape id sequences (such as an operation's list of errors) to use ordered sets instead of lists to avoid models failing to evaluate as equal if the order is changed. (#2742)
  • Fixed using shapes without TraitDefinition as trait. (#2733)
  • Fixed trait codegen for List or Map traits with annotations or Javadocs. (#2729)
  • Fixed type transposing in RPC v2 CBOR spec. (#2727)

... (truncated)

Changelog

Sourced from software.amazon.smithy:smithy-model's changelog.

1.62.0 (2025-09-24)

Features

  • Allow specifying multiple files and/or directories to smithy format. Fixes (#2757)
  • Added split function to rules engine. (#2762)
  • Added BDD-based rules engine trait. (#2703)
  • Updated builders to consistently use BuilderRef to avoid leaking mutable values. (#2743)
  • Synced partitions.json to match latest SDK release. (#2777, #2781)
  • Added support for union traits and unions as parts of other trait definitions. (#2780, #2784)

Bug Fixes

  • Updated query params output test in rest-json. (#2739)
  • Fixed trait codegen for timestamp member with timestampformat trait. (#2744)
  • Removed the breakingChanges member from the required trait. (#2748)
  • Fixed trait codegen for list with uniqueitems trait. (#2706)
  • Fixed loading smithy-ts version in docs. (#2722)
  • Fixed trait codegen for class name conflicts in enum/intenum traits. (#2755)
  • Fixed incorrect builder properties assignment for enum with default value. (#2752)
  • Fixed a bug that prevented warning events to show up for diff CLI command. (#2749)
  • Fixed trait codegen for structure's string member with @idRef. (#2728)
  • Updated shape id sequences (such as an operation's list of errors) to use ordered sets instead of lists to avoid models failing to evaluate as equal if the order is changed. (#2742)
  • Fixed using shapes without TraitDefinition as trait. (#2733)
  • Fixed trait codegen for List or Map traits with annotations or Javadocs. (#2729)
  • Fixed type transposing in RPC v2 CBOR spec. (#2727)
  • Added missing sourceLocation setting in fromNode() in trait codegen.

... (truncated)

Commits
  • 3acf635 Bump version to 1.62.0
  • bd9c33c Improve naming conflict resolution in Trait Codegen (#2784)
  • 91d3186 chore: update the restart server command
  • d96aab8 Update partitions.json to enable dualstack in iso partitions
  • 2305129 Add support for Tagged Union Traits / Shapes in Trait Codegen (#2780)
  • 8833bde Update namespace for nested types
  • c6be060 Update JSON error tests to include scenarios with nested "__type" properties
  • 5740c35 Fix OpenAPI error examples missing when service-level and operation-level err...
  • 46ff034 Add changelog entry
  • 1b1bc82 Sync partitions.json to match latest SDK release
  • Additional commits viewable in compare view

Updates software.amazon.smithy:smithy-codegen-core from 1.61.0 to 1.62.0

Release notes

Sourced from software.amazon.smithy:smithy-codegen-core's releases.

Smithy CLI v1.62.0

1.62.0 (2025-09-24)

Features

  • Allow specifying multiple files and/or directories to smithy format. Fixes (#2757)
  • Added split function to rules engine. (#2762)
  • Added BDD-based rules engine trait. (#2703)
  • Updated builders to consistently use BuilderRef to avoid leaking mutable values. (#2743)
  • Synced partitions.json to match latest SDK release. (#2777, #2781)
  • Added support for union traits and unions as parts of other trait definitions. (#2780, #2784)

Bug Fixes

  • Updated query params output test in rest-json. (#2739)
  • Fixed trait codegen for timestamp member with timestampformat trait. (#2744)
  • Removed the breakingChanges member from the required trait. (#2748)
  • Fixed trait codegen for list with uniqueitems trait. (#2706)
  • Fixed loading smithy-ts version in docs. (#2722)
  • Fixed trait codegen for class name conflicts in enum/intenum traits. (#2755)
  • Fixed incorrect builder properties assignment for enum with default value. (#2752)
  • Fixed a bug that prevented warning events to show up for diff CLI command. (#2749)
  • Fixed trait codegen for structure's string member with @idRef. (#2728)
  • Updated shape id sequences (such as an operation's list of errors) to use ordered sets instead of lists to avoid models failing to evaluate as equal if the order is changed. (#2742)
  • Fixed using shapes without TraitDefinition as trait. (#2733)
  • Fixed trait codegen for List or Map traits with annotations or Javadocs. (#2729)
  • Fixed type transposing in RPC v2 CBOR spec. (#2727)

... (truncated)

Changelog

Sourced from software.amazon.smithy:smithy-codegen-core's changelog.

1.62.0 (2025-09-24)

Features

  • Allow specifying multiple files and/or directories to smithy format. Fixes (#2757)
  • Added split function to rules engine. (#2762)
  • Added BDD-based rules engine trait. (#2703)
  • Updated builders to consistently use BuilderRef to avoid leaking mutable values. (#2743)
  • Synced partitions.json to match latest SDK release. (#2777, #2781)
  • Added support for union traits and unions as parts of other trait definitions. (#2780, #2784)

Bug Fixes

  • Updated query params output test in rest-json. (#2739)
  • Fixed trait codegen for timestamp member with timestampformat trait. (#2744)
  • Removed the breakingChanges member from the required trait. (#2748)
  • Fixed trait codegen for list with uniqueitems trait. (#2706)
  • Fixed loading smithy-ts version in docs. (#2722)
  • Fixed trait codegen for class name conflicts in enum/intenum traits. (#2755)
  • Fixed incorrect builder properties assignment for enum with default value. (#2752)
  • Fixed a bug that prevented warning events to show up for diff CLI command. (#2749)
  • Fixed trait codegen for structure's string member with @idRef. (#2728)
  • Updated shape id sequences (such as an operation's list of errors) to use ordered sets instead of lists to avoid models failing to evaluate as equal if the order is changed. (#2742)
  • Fixed using shapes without TraitDefinition as trait. (#2733)
  • Fixed trait codegen for List or Map traits with annotations or Javadocs. (#2729)
  • Fixed type transposing in RPC v2 CBOR spec. (#2727)
  • Added missing sourceLocation setting in fromNode() in trait codegen.

... (truncated)

Commits
  • 3acf635 Bump version to 1.62.0
  • bd9c33c Improve naming conflict resolution in Trait Codegen (#2784)
  • 91d3186 chore: update the restart server command
  • d96aab8 Update partitions.json to enable dualstack in iso partitions
  • 2305129 Add support for Tagged Union Traits / Shapes in Trait Codegen (#2780)
  • 8833bde Update namespace for nested types
  • c6be060 Update JSON error tests to include scenarios with nested "__type" properties
  • 5740c35 Fix OpenAPI error examples missing when service-level and operation-level err...
  • 46ff034 Add changelog entry
  • 1b1bc82 Sync partitions.json to match latest SDK release
  • Additional commits viewable in compare view

Updates software.amazon.smithy:smithy-aws-traits from 1.61.0 to 1.62.0

Release notes

Sourced from software.amazon.smithy:smithy-aws-traits's releases.

Smithy CLI v1.62.0

1.62.0 (2025-09-24)

Features

  • Allow specifying multiple files and/or directories to smithy format. Fixes (#2757)
  • Added split function to rules engine. (#2762)
  • Added BDD-based rules engine trait. (#2703)
  • Updated builders to consistently use BuilderRef to avoid leaking mutable values. (#2743)
  • Synced partitions.json to match latest SDK release. (#2777, #2781)
  • Added support for union traits and unions as parts of other trait definitions. (#2780, #2784)

Bug Fixes

  • Updated query params output test in rest-json. (#2739)
  • Fixed trait codegen for timestamp member with timestampformat trait. (#2744)
  • Removed the breakingChanges member from the required trait. (#2748)
  • Fixed trait codegen for list with uniqueitems trait. (#2706)
  • Fixed loading smithy-ts version in docs. (#2722)
  • Fixed trait codegen for class name conflicts in enum/intenum traits. (#2755)
  • Fixed incorrect builder properties assignment for enum with default value. (#2752)
  • Fixed a bug that prevented warning events to show up for diff CLI command. (#2749)
  • Fixed trait codegen for structure's string member with @idRef. (#2728)
  • Updated shape id sequences (such as an operation's list of errors) to use ordered sets instead of lists to avoid models failing to evaluate as equal if the order is changed. (#2742)
  • Fixed using shapes without TraitDefinition as trait. (#2733)
  • Fixed trait codegen for List or Map traits with annotations or Javadocs. (#2729)
  • Fixed type transposing in RPC v2 CBOR spec. (#2727)

... (truncated)

Changelog

Sourced from software.amazon.smithy:smithy-aws-traits's changelog.

1.62.0 (2025-09-24)

Features

  • Allow specifying multiple files and/or directories to smithy format. Fixes (#2757)
  • Added split function to rules engine. (#2762)
  • Added BDD-based rules engine trait. (#2703)
  • Updated builders to consistently use BuilderRef to avoid leaking mutable values. (#2743)
  • Synced partitions.json to match latest SDK release. (#2777, #2781)
  • Added support for union traits and unions as parts of other trait definitions. (#2780, #2784)

Bug Fixes

  • Updated query params output test in rest-json. (#2739)
  • Fixed trait codegen for timestamp member with timestampformat trait. (#2744)
  • Removed the breakingChanges member from the required trait. (#2748)
  • Fixed trait codegen for list with uniqueitems trait. (#2706)
  • Fixed loading smithy-ts version in docs. (#2722)
  • Fixed trait codegen for class name conflicts in enum/intenum traits. (#2755)
  • Fixed incorrect builder properties assignment for enum with default value. (#2752)
  • Fixed a bug that prevented warning events to show up for diff CLI command. (#2749)
  • Fixed trait codegen for structure's string member with @idRef. (#2728)
  • Updated shape id sequences (such as an operation's list of errors) to use ordered sets instead of lists to avoid models failing to evaluate as equal if the order is changed. (#2742)
  • Fixed using shapes without TraitDefinition as trait. (#2733)
  • Fixed trait codegen for List or Map traits with annotations or Javadocs. (#2729)
  • Fixed type transposing in RPC v2 CBOR spec. (#2727)
  • Added missing sourceLocation setting in fromNode() in trait codegen.

... (truncated)

Commits
  • 3acf635 Bump version to 1.62.0
  • bd9c33c Improve naming conflict resolution in Trait Codegen (#2784)
  • 91d3186 chore: update the restart server command
  • d96aab8 Update partitions.json to enable dualstack in iso partitions
  • 2305129 Add support for Tagged Union Traits / Shapes in Trait Codegen (#2780)
  • 8833bde Update namespace for nested types
  • c6be060 Update JSON error tests to include scenarios with nested "__type" properties
  • 5740c35 Fix OpenAPI error examples missing when service-level and operation-level err...
  • 46ff034 Add changelog entry
  • 1b1bc82 Sync partitions.json to match latest SDK release
  • Additional commits viewable in compare view

Updates software.amazon.smithy:smithy-aws-protocol-tests from 1.61.0 to 1.62.0

Release notes

Sourced from software.amazon.smithy:smithy-aws-protocol-tests's releases.

Smithy CLI v1.62.0

1.62.0 (2025-09-24)

Features

  • Allow specifying multiple files and/or directories to smithy format. Fixes (#2757)
  • Added split function to rules engine. (#2762)
  • Added BDD-based rules engine trait. (#2703)
  • Updated builders to consistently use BuilderRef to avoid leaking mutable values. (#2743)
  • Synced partitions.json to match latest SDK release. (#2777, #2781)
  • Added support for union traits and unions as parts of other trait definitions. (#2780, #2784)

Bug Fixes

  • Updated query params output test in rest-json. (#2739)
  • Fixed trait codegen for timestamp member with timestampformat trait. (#2744)
  • Removed the breakingChanges member from the required trait. (#2748)
  • Fixed trait codegen for list with uniqueitems trait. (#2706)
  • Fixed loading smithy-ts version in docs. (#2722)
  • Fixed trait codegen for class name conflicts in enum/intenum traits. (#2755)
  • Fixed incorrect builder properties assignment for enum with default value. (#2752)
  • Fixed a bug that prevented warning events to show up for diff CLI command. (#2749)
  • Fixed trait codegen for structure's string member with @idRef. (#2728)
  • Updated shape id sequences (such as an operation's list of errors) to use ordered sets instead of lists to avoid models failing to evaluate as equal if the order is changed. (#2742)
  • Fixed using shapes without TraitDefinition as trait. (#2733)
  • Fixed trait codegen for List or Map traits with annotations or Javadocs. (#2729)
  • Fixed type transposing in RPC v2 CBOR spec. (#2727)

... (truncated)

Changelog

Sourced from software.amazon.smithy:smithy-aws-protocol-tests's changelog.

1.62.0 (2025-09-24)

Features

  • Allow specifying multiple files and/or directories to smithy format. Fixes (#2757)
  • Added split function to rules engine. (#2762)
  • Added BDD-based rules engine trait. (#2703)
  • Updated builders to consistently use BuilderRef to avoid leaking mutable values. (#2743)
  • Synced partitions.json to match latest SDK release. (#2777, #2781)
  • Added support for union traits and unions as parts of other trait definitions. (#2780, #2784)

Bug Fixes

  • Updated query params output test in rest-json. (#2739)
  • Fixed trait codegen for timestamp member with timestampformat trait. (#2744)
  • Removed the breakingChanges member from the required trait. (#2748)
  • Fixed trait codegen for list with uniqueitems trait. (#2706)
  • Fixed loading smithy-ts version in docs. (#2722)
  • Fixed trait codegen for class name conflicts in enum/intenum traits. (#2755)
  • Fixed incorrect builder properties assignment for enum with default value. (#2752)
  • Fixed a bug that prevented warning events to show up for diff CLI command. (#2749)
  • Fixed trait codegen for structure's string member with @idRef. (#2728)
  • Updated shape id sequences (such as an operation's list of errors) to use ordered sets instead of lists to avoid models failing to evaluate as equal if the order is changed. (#2742)
  • Fixed using shapes without TraitDefinition as trait. (#2733)
  • Fixed trait codegen for List or Map traits with annotations or Javadocs. (#2729)
  • Fixed type transposing in RPC v2 CBOR spec. (#2727)
  • Added missing sourceLocation setting in fromNode() in trait codegen.

... (truncated)

Commits
  • 3acf635 Bump version to 1.62.0
  • bd9c33c Improve naming conflict resolution in Trait Codegen (#2784)
  • 91d3186 chore: update the restart server command
  • d96aab8 Update partitions.json to enable dualstack in iso partitions
  • 2305129 Add support for Tagged Union Traits / Shapes in Trait Codegen (#2780)
  • 8833bde Update namespace for nested types
  • c6be060 Update JSON error tests to include scenarios with nested "__type" properties
  • 5740c35 Fix OpenAPI error examples missing when service-level and operation-level err...
  • 46ff034 Add changelog entry
  • 1b1bc82 Sync partitions.json to match latest SDK release
  • Additional commits viewable in compare view

Updates software.amazon.smithy:smithy-protocol-test-traits from 1.61.0 to 1.62.0

Release notes

Sourced from software.amazon.smithy:smithy-protocol-test-traits's releases.

Smithy CLI v1.62.0

1.62.0 (2025-09-24)

Features

  • Allow specifying multiple files and/or directories to smithy format. Fixes (#2757)
  • Added split function to rules engine. (#2762)
  • Added BDD-based rules engine trait. (#2703)
  • Updated builders to consistently use BuilderRef to avoid leaking mutable values. (#2743)
  • Synced partitions.json to match latest SDK release. (#2777, #2781)
  • Added support for union traits and unions as parts of other trait definitions. (#2780, #2784)

Bug Fixes

  • Updated query params output test in rest-json. (#2739)
  • Fixed trait codegen for timestamp member with timestampformat trait. (#2744)
  • Removed the breakingChanges member from the required trait. (#2748)
  • Fixed trait codegen for list with uniqueitems trait. (#2706)
  • Fixed loading smithy-ts version in docs. (#2722)
  • Fixed trait codegen for class name conflicts in enum/intenum traits. (#2755)
  • Fixed incorrect builder properties assignment for enum with default value. (#2752)
  • Fixed a bug that prevented warning events to show up for diff CLI command. (#2749)
  • Fixed trait codegen for structure's string member with @idRef. (#2728)
  • Updated shape id sequences (such as an operation's list of errors) to use ordered sets instead of lists to avoid models failing to evaluate as equal if the order is changed. (#2742)
  • Fixed using shapes without TraitDefinition as trait. (#2733)
  • Fixed trait codegen for List or Map traits with annotations or Javadocs. (#2729)
  • Fixed type transposing in RPC v2 CBOR spec. (#2727)

... (truncated)

Changelog

Sourced from software.amazon.smithy:smithy-protocol-test-traits's changelog.

1.62.0 (2025-09-24)

Features

  • Allow specifying multiple files and/or directories to smithy format. Fixes (#2757)
  • Added split function to rules engine. (#2762)
  • Added BDD-based rules engine trait. (#2703)
  • Updated builders to consistently use BuilderRef to avoid leaking mutable values. (#2743)
  • Synced partitions.json to match latest SDK release. (#2777, #2781)
  • Added support for union traits and unions as parts of other trait definitions. (#2780, #2784)

Bug Fixes

  • Updated query params output test in rest-json. (#2739)
  • Fixed trait codegen for timestamp member with timestampformat trait. (#2744)
  • Removed the breakingChanges member from the required trait. (#2748)
  • Fixed trait codegen for list with uniqueitems trait. (#2706)
  • Fixed loading smithy-ts version in docs. (#2722)
  • Fixed trait codegen for class name conflicts in enum/intenum traits. (#2755)
  • Fixed incorrect builder properties assignment for enum with default value. (#2752)
  • Fixed a bug that prevented warning events to show up for diff CLI command. (#2749)
  • Fixed trait codegen for structure's string member with @idRef. (#2728)
  • Updated shape id sequences (such as an operation's list of errors) to use ordered sets instead of lists to avoid models failing to evaluate as equal if the order is changed. (#2742)
  • Fixed using shapes without TraitDefinition as trait. (#2733)
  • Fixed trait codegen for List or Map traits with annotations or Javadocs. (#2729)
  • Fixed type transposing in RPC v2 CBOR spec. (#2727)
  • Added missing sourceLocation setting in fromNode() in trait codegen.

... (truncated)

Commits
  • 3acf635 Bump version to 1.62.0
  • bd9c33c Improve naming conflict resolution in Trait Codegen (#2784)
  • 91d3186 chore: update the restart server command
  • d96aab8 Update partitions.json to enable dualstack in iso partitions
  • 2305129 Add support for Tagged Union Traits / Shapes in Trait Codegen (#2780)
  • 8833bde Update namespace for nested types
  • c6be060 Update JSON error tests to include scenarios with nested "__type" properties
  • 5740c35 Fix OpenAPI error examples missing when service-level and operation-level err...
  • 46ff034 Add changelog entry
  • 1b1bc82 Sync partitions.json to match latest SDK release
  • Additional commits viewable in compare view

Updates software.amazon.smithy:smithy-waiters from 1.61.0 to 1.62.0

Release notes

Sourced from software.amazon.smithy:smithy-waiters's releases.

Smithy CLI v1.62.0

1.62.0 (2025-09-24)

Features

  • Allow specifying multiple files and/or directories to smithy format. Fixes (#2757)
  • Added split function to rules engine. (#2762)
  • Added BDD-based rules engine trait. (#2703)
  • Updated builders to consistently use BuilderRef to avoid leaking mutable values. (#2743)
  • Synced partitions.json to match latest SDK release. (#2777, #2781)
  • Added support for union traits and unions as parts of other trait definitions. (#2780, #2784)

Bug Fixes

  • Updated query params output test in rest-json. (#2739)
  • Fixed trait codegen for timestamp member with timestampformat trait. (#2744)
  • Removed the breakingChanges member from the required trait. (#2748)
  • Fixed trait codegen for list with uniqueitems trait. (#2706)
  • Fixed loading smithy-ts version in docs. (#2722)
  • Fixed trait codegen for class name conflicts in enum/intenum traits. (#2755)
  • Fixed incorrect builder properties assignment for enum with default value. (#2752)
  • Fixed a bug that prevented warning events to show up for diff CLI command. (#2749)
  • Fixed trait codegen for structure's string member with @idRef. (#2728)
  • Updated shape id sequences (such as an operation's list of errors) to use ordered sets instead of lists to avoid models failing to evaluate as equal if the order is changed. (#2742)
  • Fixed using shapes without TraitDefinition as trait. (#2733)
  • Fixed trait codegen for List or Map traits with annotations or Javadocs. (#2729)
  • Fixed type transposing in RPC v2 CBOR spec. (#2727)

... (truncated)

Changelog

Sourced from software.amazon.smithy:smithy-waiters's changelog.

1.62.0 (2025-09-24)

Features

  • Allow specifying multiple files and/or directories to smithy format. Fixes (#2757)
  • Added split function to rules engine. (#2762)
  • Added BDD-based rules engine trait. (#2703)
  • Updated builders to consistently use BuilderRef to avoid leaking mutable values. (#2743)
  • Synced partitions.json to match latest SDK release. (#2777, #2781)
  • Added support for union traits and unions as parts of other trait definitions. (#2780, #2784)

Bug Fixes

  • Updated query params output test in rest-json. (#2739)
  • Fixed trait codegen for timestamp member with timestampformat trait. (#2744)
  • Removed the breakingChanges member from the required trait. (#2748)
  • Fixed trait codegen for list with uniqueitems trait. (#2706)
  • Fixed loading smithy-ts version in docs. (#2722)
  • Fixed trait codegen for class name conflicts in enum/intenum traits. (#2755)
  • Fixed incorrect builder properties assignment for enum with default value. (#2752)
  • Fixed a bug that prevented warning events to show up for diff CLI command. (#2749)
  • Fixed trait codegen for structure's string member with @idRef. (#2728)
  • Updated shape id sequences (such as an operation's list of errors) to use ordered sets instead of lists to avoid models failing to evaluate as equal if the order is changed. (#2742)
  • Fixed using shapes without TraitDefinition as trait. (#2733)
  • Fixed trait codegen for List or Map traits with annotations or Javadocs. (#2729)
  • Fixed type transposing in RPC v2 CBOR spec. (#2727)
  • Added missing sourceLocation setting in fromNode() in trait codegen.

... (truncated)

Commits
  • 3acf635 Bump version to 1.62.0
  • bd9c33c Improve naming conflict resolution in Trait Codegen (#2784)
  • 91d3186 chore: update the restart server command
  • d96aab8 Update partitions.json to enable dualstack in iso partitions
  • 2305129 Add support for Tagged Union Traits / Shapes in Trait Codegen (#2780)
  • 8833bde Update namespace for nested types
  • c6be060 Update JSON error tests to include scenarios with nested "__type" properties
  • 5740c35 Fix OpenAPI error examples missing when service-level and operation-level err...
  • 46ff034 Add changelog entry
  • 1b1bc82 Sync partitions.json to match latest SDK release
  • Additional commits viewable in compare view

Updates software.amazon.smithy:smithy-codegen-core from 1.61.0 to 1.62.0

Release notes

Sourced from software.amazon.smithy:smithy-codegen-core's releases.

Smithy CLI v1.62.0

1.62.0 (2025-09-24)

Features

  • Allow specifying multiple files and/or directories to smithy format. Fixes (#2757)
  • Added split function to rules engine. (#2762)
  • Added BDD-based rules engine trait. (#2703)
  • Updated builders to consistently use BuilderRef to avoid leaking mutable values. (#2743)
  • Synced partitions.json to match latest SDK release. (#2777, #2781)
  • Added support for union traits and unions as parts of other trait definitions. (#2780, #2784)

Bug Fixes

  • Updated query params output test in rest-json. (#2739)
  • Fixed trait codegen for timestamp member with timestampformat trait. (#2744)
  • Removed the breakingChanges member from the required trait. (#2748)
  • Fixed trait codegen for list with uniqueitems trait. (#2706)
  • Fixed loading smithy-ts version in docs. (#2722)
  • Fixed trait codegen for class name conflicts in enum/intenum traits. (#2755)
  • Fixed incorrect builder properties assignment for enum with default value. (#2752)
  • Fixed a bug that prevented warning events to show up for diff CLI command. (#2749)
  • Fixed trait codegen for structure's string member with @idRef. (#2728)
  • Updated shape id sequences (such as an operation's list of errors) to use ordered sets instead of lists to avoid models failing to evaluate as equal if the order is changed. (#2742)
  • Fixed using shapes without TraitDefinition as trait. (#2733)
  • Fixed trait codegen for List or Map traits with annotations or Javadocs. (#2729)
  • Fixed type transposing in RPC v2 CBOR spec. (#2727)

... (truncated)

Changelog

Sourced from software.amazon.smithy:smithy-codegen-core's changelog.

1.62.0 (2025-09-24)

Features

  • Allow specifying multiple files and/or directories to smithy format. Fixes (#2757)
  • Added split function to rules engine. (#2762)
  • Added BDD-based rules engine trait. (#2703)
  • Updated builders to consistently use BuilderRef to avoid leaking mutable values. (#2743)
  • Synced partitions.json to match latest SDK release. (#2777, #2781)
  • Added support for union traits and unions as parts of other trait definitions. (#2780, #2784)

Bug Fixes

  • Updated query params output test in rest-json. (#2739)
  • Fixed trait codegen for timestamp member with timestampformat trait. (#2744)
  • Removed the breakingChanges member from the required trait. (#2748)
  • Fixed trait codegen for list with uniqueitems trait. (#2706)
  • Fixed loading smithy-ts version in docs. (#2722)
  • Fixed trait codegen for class name conflicts in enum/intenum traits. (#2755)
  • Fixed incorrect builder properties assignment for enum with default value. (#2752)
  • Fixed a bug that prevented warning events to show up for diff CLI command. (#2749)
  • Fixed trait codegen for structure's string member with @idRef. (#2728)
  • Updated shape id sequences (such as an operation's list of errors) to use ordered sets instead of lists to avoid models failing to evaluate as equal if the order is changed. (#2742)
  • Fixed using shapes without TraitDefinition as trait. (#2733)
  • Fixed trait codegen for List or Map traits with annotations or Javadocs. (#2729)
  • Fixed type transposing in RPC v2 CBOR spec. (#2727)
  • Added missing sourceLocation setting in fromNode() in trait codegen.

... (truncated)

Commits
  • 3acf635 Bump version to 1.62.0
  • bd9c33c Improve naming conflict resolution in Trait Codegen (#2784)
  • 91d3186 chore: update the restart server command
  • d96aab8 Update partitions.json to enable dualstack in iso partitions
  • 2305129 Add support for Tagged Union Traits / Shapes in Trait Codegen (#2780)
  • 8833bde Update namespace for nested types
  • c6be060 Update JSON error tests to include scenarios with nested "__type" properties
  • 5740c35 Fix OpenAPI error examples missing when service-level and operation-level err...

Bumps the gradle group with 7 updates in the /codegen directory:

| Package | From | To |
| --- | --- | --- |
| [software.amazon.smithy:smithy-model](https://github.com/smithy-lang/smithy) | `1.61.0` | `1.62.0` |
| [software.amazon.smithy:smithy-codegen-core](https://github.com/smithy-lang/smithy) | `1.61.0` | `1.62.0` |
| [software.amazon.smithy:smithy-aws-traits](https://github.com/smithy-lang/smithy) | `1.61.0` | `1.62.0` |
| [software.amazon.smithy:smithy-aws-protocol-tests](https://github.com/smithy-lang/smithy) | `1.61.0` | `1.62.0` |
| [software.amazon.smithy:smithy-protocol-test-traits](https://github.com/smithy-lang/smithy) | `1.61.0` | `1.62.0` |
| [software.amazon.smithy:smithy-waiters](https://github.com/smithy-lang/smithy) | `1.61.0` | `1.62.0` |
| [com.autonomousapps:dependency-analysis-gradle-plugin](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin) | `3.0.2` | `3.0.4` |



Updates `software.amazon.smithy:smithy-model` from 1.61.0 to 1.62.0
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.61.0...1.62.0)

Updates `software.amazon.smithy:smithy-codegen-core` from 1.61.0 to 1.62.0
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.61.0...1.62.0)

Updates `software.amazon.smithy:smithy-aws-traits` from 1.61.0 to 1.62.0
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.61.0...1.62.0)

Updates `software.amazon.smithy:smithy-aws-protocol-tests` from 1.61.0 to 1.62.0
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.61.0...1.62.0)

Updates `software.amazon.smithy:smithy-protocol-test-traits` from 1.61.0 to 1.62.0
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.61.0...1.62.0)

Updates `software.amazon.smithy:smithy-waiters` from 1.61.0 to 1.62.0
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.61.0...1.62.0)

Updates `software.amazon.smithy:smithy-codegen-core` from 1.61.0 to 1.62.0
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.61.0...1.62.0)

Updates `software.amazon.smithy:smithy-aws-traits` from 1.61.0 to 1.62.0
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.61.0...1.62.0)

Updates `software.amazon.smithy:smithy-aws-protocol-tests` from 1.61.0 to 1.62.0
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.61.0...1.62.0)

Updates `software.amazon.smithy:smithy-protocol-test-traits` from 1.61.0 to 1.62.0
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.61.0...1.62.0)

Updates `software.amazon.smithy:smithy-waiters` from 1.61.0 to 1.62.0
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.61.0...1.62.0)

Updates `com.autonomousapps:dependency-analysis-gradle-plugin` from 3.0.2 to 3.0.4
- [Changelog](https://github.com/autonomousapps/dependency-analysis-gradle-plugin/blob/main/CHANGELOG.md)
- [Commits](autonomousapps/dependency-analysis-gradle-plugin@v3.0.2...v3.0.4)

---
updated-dependencies:
- dependency-name: software.amazon.smithy:smithy-model
  dependency-version: 1.62.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-codegen-core
  dependency-version: 1.62.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-aws-traits
  dependency-version: 1.62.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-aws-protocol-tests
  dependency-version: 1.62.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-protocol-test-traits
  dependency-version: 1.62.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-waiters
  dependency-version: 1.62.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-codegen-core
  dependency-version: 1.62.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-aws-traits
  dependency-version: 1.62.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-aws-protocol-tests
  dependency-version: 1.62.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-protocol-test-traits
  dependency-version: 1.62.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: software.amazon.smithy:smithy-waiters
  dependency-version: 1.62.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: com.autonomousapps:dependency-analysis-gradle-plugin
  dependency-version: 3.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 1, 2025 11:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants