Skip to content

chore(deps): bump smithy-version from 1.69.0 to 1.71.0#1910

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/smithy-version-1.71.0
Open

chore(deps): bump smithy-version from 1.69.0 to 1.71.0#1910
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/smithy-version-1.71.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 20, 2026

Bumps smithy-version from 1.69.0 to 1.71.0.
Updates software.amazon.smithy:smithy-codegen-core from 1.69.0 to 1.71.0

Release notes

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

Smithy CLI v1.71.0

1.71.0 (2026-05-14)

Features

  • Added aws.apigateway#resourcePolicy trait and OpenAPI mapper (#3081)
  • Added aws.apigateway#minimumCompressionSize trait and OpenAPI mapper (#3076)
  • Added aws.apigateway#gatewayResponses trait and OpenAPI mapper with DANGER validation for CORS conflicts (#3089)
  • Added aws.auth#cognitoUserPoolsScopes trait for specifying OAuth scopes on operations that use an Amazon Cognito User Pools authorizer. (#3109)
  • Added aws.apigateway#apiTlsPolicy trait and OpenAPI mapper (#3083)
  • Added tlsConfig, responseTransferMode, and integrationTarget sub-fields to the aws.apigateway#integration trait (#3090)
  • Added copy-on-write optimization for toBuilder() via BuilderRef.setBorrowed (#3107)
  • Fixed trait codegen to generate more specific return type for trait provider (#3087)
  • Added aws.apigateway#apiKeyRequired trait and OpenAPI mapper (#3091)
  • Added aws.apigateway#endpointConfiguration trait (#3088)
  • Added ipAddressType field to the aws.apigateway#endpointConfiguration trait and added an OpenAPI mapper that writes vpcEndpointIds and disableExecuteApiEndpoint to the x-amazon-apigateway-endpoint-configuration extension. (#3110)
  • Optimized model scoping in JsonSchemaConverter by constructing through a Model.Builder instead of filtering shapes. (#3111)
  • Added a new protocol test for query operations with no output that can include ResponseMetadata. No assertions are done but protocol test runners should be able to handle the metadata without choking. (#3106)

Bug Fixes

  • Fixed an issue where traits would lose their types, reverting to DynamicTrait, when renaming shapes (#3086)
  • Fixed selector parsing to properly handle extraneous BREAK_TOKENS (',', ']', ')') in a selector. This manifested in silently dropping contents in the comma case ("structure, string" was effectively just "structure"). For the closing

... (truncated)

Changelog

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

1.71.0 (2026-05-14)

Features

  • Added aws.apigateway#resourcePolicy trait and OpenAPI mapper (#3081)
  • Added aws.apigateway#minimumCompressionSize trait and OpenAPI mapper (#3076)
  • Added aws.apigateway#gatewayResponses trait and OpenAPI mapper with DANGER validation for CORS conflicts (#3089)
  • Added aws.auth#cognitoUserPoolsScopes trait for specifying OAuth scopes on operations that use an Amazon Cognito User Pools authorizer. (#3109)
  • Added aws.apigateway#apiTlsPolicy trait and OpenAPI mapper (#3083)
  • Added tlsConfig, responseTransferMode, and integrationTarget sub-fields to the aws.apigateway#integration trait (#3090)
  • Added copy-on-write optimization for toBuilder() via BuilderRef.setBorrowed (#3107)
  • Fixed trait codegen to generate more specific return type for trait provider (#3087)
  • Added aws.apigateway#apiKeyRequired trait and OpenAPI mapper (#3091)
  • Added aws.apigateway#endpointConfiguration trait (#3088)
  • Added ipAddressType field to the aws.apigateway#endpointConfiguration trait and added an OpenAPI mapper that writes vpcEndpointIds and disableExecuteApiEndpoint to the x-amazon-apigateway-endpoint-configuration extension. (#3110)
  • Optimized model scoping in JsonSchemaConverter by constructing through a Model.Builder instead of filtering shapes. (#3111)
  • Added a new protocol test for query operations with no output that can include ResponseMetadata. No assertions are done but protocol test runners should be able to handle the metadata without choking. (#3106)

Bug Fixes

  • Fixed an issue where traits would lose their types, reverting to DynamicTrait, when renaming shapes (#3086)
  • Fixed selector parsing to properly handle extraneous BREAK_TOKENS (',', ']', ')') in a selector. This manifested in silently dropping contents in the comma case ("structure, string" was effectively just "structure"). For the closing brace/paren, the characters were silently ignored as seen in the additional

... (truncated)

Commits
  • 53f1339 Bump version to 1.71.0
  • 515b62d Fix visibility of default Builder constructors
  • dded9cd Suppress RepeatedShapeName for integration$integrationTarget
  • 6e4f19d Fix OpenAPI example generation for documents
  • f30a514 Revert "Fix HttpBindingsMissing skipping REST protocol services"
  • abe4b66 Fix various issues in staged changelog files
  • b17bbf0 Fix onErrorStatusConflict set via updateDefaultSettings
  • 404b9d6 Fix HttpBindingsMissing skipping REST protocol services
  • 8ac2557 Improve API Gateway documentation
  • f2e2858 Make blob params in event stream tests not b64
  • Additional commits viewable in compare view

Updates software.amazon.smithy:smithy-cli from 1.69.0 to 1.71.0

Release notes

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

Smithy CLI v1.71.0

1.71.0 (2026-05-14)

Features

  • Added aws.apigateway#resourcePolicy trait and OpenAPI mapper (#3081)
  • Added aws.apigateway#minimumCompressionSize trait and OpenAPI mapper (#3076)
  • Added aws.apigateway#gatewayResponses trait and OpenAPI mapper with DANGER validation for CORS conflicts (#3089)
  • Added aws.auth#cognitoUserPoolsScopes trait for specifying OAuth scopes on operations that use an Amazon Cognito User Pools authorizer. (#3109)
  • Added aws.apigateway#apiTlsPolicy trait and OpenAPI mapper (#3083)
  • Added tlsConfig, responseTransferMode, and integrationTarget sub-fields to the aws.apigateway#integration trait (#3090)
  • Added copy-on-write optimization for toBuilder() via BuilderRef.setBorrowed (#3107)
  • Fixed trait codegen to generate more specific return type for trait provider (#3087)
  • Added aws.apigateway#apiKeyRequired trait and OpenAPI mapper (#3091)
  • Added aws.apigateway#endpointConfiguration trait (#3088)
  • Added ipAddressType field to the aws.apigateway#endpointConfiguration trait and added an OpenAPI mapper that writes vpcEndpointIds and disableExecuteApiEndpoint to the x-amazon-apigateway-endpoint-configuration extension. (#3110)
  • Optimized model scoping in JsonSchemaConverter by constructing through a Model.Builder instead of filtering shapes. (#3111)
  • Added a new protocol test for query operations with no output that can include ResponseMetadata. No assertions are done but protocol test runners should be able to handle the metadata without choking. (#3106)

Bug Fixes

  • Fixed an issue where traits would lose their types, reverting to DynamicTrait, when renaming shapes (#3086)
  • Fixed selector parsing to properly handle extraneous BREAK_TOKENS (',', ']', ')') in a selector. This manifested in silently dropping contents in the comma case ("structure, string" was effectively just "structure"). For the closing

... (truncated)

Changelog

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

1.71.0 (2026-05-14)

Features

  • Added aws.apigateway#resourcePolicy trait and OpenAPI mapper (#3081)
  • Added aws.apigateway#minimumCompressionSize trait and OpenAPI mapper (#3076)
  • Added aws.apigateway#gatewayResponses trait and OpenAPI mapper with DANGER validation for CORS conflicts (#3089)
  • Added aws.auth#cognitoUserPoolsScopes trait for specifying OAuth scopes on operations that use an Amazon Cognito User Pools authorizer. (#3109)
  • Added aws.apigateway#apiTlsPolicy trait and OpenAPI mapper (#3083)
  • Added tlsConfig, responseTransferMode, and integrationTarget sub-fields to the aws.apigateway#integration trait (#3090)
  • Added copy-on-write optimization for toBuilder() via BuilderRef.setBorrowed (#3107)
  • Fixed trait codegen to generate more specific return type for trait provider (#3087)
  • Added aws.apigateway#apiKeyRequired trait and OpenAPI mapper (#3091)
  • Added aws.apigateway#endpointConfiguration trait (#3088)
  • Added ipAddressType field to the aws.apigateway#endpointConfiguration trait and added an OpenAPI mapper that writes vpcEndpointIds and disableExecuteApiEndpoint to the x-amazon-apigateway-endpoint-configuration extension. (#3110)
  • Optimized model scoping in JsonSchemaConverter by constructing through a Model.Builder instead of filtering shapes. (#3111)
  • Added a new protocol test for query operations with no output that can include ResponseMetadata. No assertions are done but protocol test runners should be able to handle the metadata without choking. (#3106)

Bug Fixes

  • Fixed an issue where traits would lose their types, reverting to DynamicTrait, when renaming shapes (#3086)
  • Fixed selector parsing to properly handle extraneous BREAK_TOKENS (',', ']', ')') in a selector. This manifested in silently dropping contents in the comma case ("structure, string" was effectively just "structure"). For the closing brace/paren, the characters were silently ignored as seen in the additional

... (truncated)

Commits
  • 53f1339 Bump version to 1.71.0
  • 515b62d Fix visibility of default Builder constructors
  • dded9cd Suppress RepeatedShapeName for integration$integrationTarget
  • 6e4f19d Fix OpenAPI example generation for documents
  • f30a514 Revert "Fix HttpBindingsMissing skipping REST protocol services"
  • abe4b66 Fix various issues in staged changelog files
  • b17bbf0 Fix onErrorStatusConflict set via updateDefaultSettings
  • 404b9d6 Fix HttpBindingsMissing skipping REST protocol services
  • 8ac2557 Improve API Gateway documentation
  • f2e2858 Make blob params in event stream tests not b64
  • Additional commits viewable in compare view

Updates software.amazon.smithy:smithy-waiters from 1.69.0 to 1.71.0

Release notes

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

Smithy CLI v1.71.0

1.71.0 (2026-05-14)

Features

  • Added aws.apigateway#resourcePolicy trait and OpenAPI mapper (#3081)
  • Added aws.apigateway#minimumCompressionSize trait and OpenAPI mapper (#3076)
  • Added aws.apigateway#gatewayResponses trait and OpenAPI mapper with DANGER validation for CORS conflicts (#3089)
  • Added aws.auth#cognitoUserPoolsScopes trait for specifying OAuth scopes on operations that use an Amazon Cognito User Pools authorizer. (#3109)
  • Added aws.apigateway#apiTlsPolicy trait and OpenAPI mapper (#3083)
  • Added tlsConfig, responseTransferMode, and integrationTarget sub-fields to the aws.apigateway#integration trait (#3090)
  • Added copy-on-write optimization for toBuilder() via BuilderRef.setBorrowed (#3107)
  • Fixed trait codegen to generate more specific return type for trait provider (#3087)
  • Added aws.apigateway#apiKeyRequired trait and OpenAPI mapper (#3091)
  • Added aws.apigateway#endpointConfiguration trait (#3088)
  • Added ipAddressType field to the aws.apigateway#endpointConfiguration trait and added an OpenAPI mapper that writes vpcEndpointIds and disableExecuteApiEndpoint to the x-amazon-apigateway-endpoint-configuration extension. (#3110)
  • Optimized model scoping in JsonSchemaConverter by constructing through a Model.Builder instead of filtering shapes. (#3111)
  • Added a new protocol test for query operations with no output that can include ResponseMetadata. No assertions are done but protocol test runners should be able to handle the metadata without choking. (#3106)

Bug Fixes

  • Fixed an issue where traits would lose their types, reverting to DynamicTrait, when renaming shapes (#3086)
  • Fixed selector parsing to properly handle extraneous BREAK_TOKENS (',', ']', ')') in a selector. This manifested in silently dropping contents in the comma case ("structure, string" was effectively just "structure"). For the closing

... (truncated)

Changelog

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

1.71.0 (2026-05-14)

Features

  • Added aws.apigateway#resourcePolicy trait and OpenAPI mapper (#3081)
  • Added aws.apigateway#minimumCompressionSize trait and OpenAPI mapper (#3076)
  • Added aws.apigateway#gatewayResponses trait and OpenAPI mapper with DANGER validation for CORS conflicts (#3089)
  • Added aws.auth#cognitoUserPoolsScopes trait for specifying OAuth scopes on operations that use an Amazon Cognito User Pools authorizer. (#3109)
  • Added aws.apigateway#apiTlsPolicy trait and OpenAPI mapper (#3083)
  • Added tlsConfig, responseTransferMode, and integrationTarget sub-fields to the aws.apigateway#integration trait (#3090)
  • Added copy-on-write optimization for toBuilder() via BuilderRef.setBorrowed (#3107)
  • Fixed trait codegen to generate more specific return type for trait provider (#3087)
  • Added aws.apigateway#apiKeyRequired trait and OpenAPI mapper (#3091)
  • Added aws.apigateway#endpointConfiguration trait (#3088)
  • Added ipAddressType field to the aws.apigateway#endpointConfiguration trait and added an OpenAPI mapper that writes vpcEndpointIds and disableExecuteApiEndpoint to the x-amazon-apigateway-endpoint-configuration extension. (#3110)
  • Optimized model scoping in JsonSchemaConverter by constructing through a Model.Builder instead of filtering shapes. (#3111)
  • Added a new protocol test for query operations with no output that can include ResponseMetadata. No assertions are done but protocol test runners should be able to handle the metadata without choking. (#3106)

Bug Fixes

  • Fixed an issue where traits would lose their types, reverting to DynamicTrait, when renaming shapes (#3086)
  • Fixed selector parsing to properly handle extraneous BREAK_TOKENS (',', ']', ')') in a selector. This manifested in silently dropping contents in the comma case ("structure, string" was effectively just "structure"). For the closing brace/paren, the characters were silently ignored as seen in the additional

... (truncated)

Commits
  • 53f1339 Bump version to 1.71.0
  • 515b62d Fix visibility of default Builder constructors
  • dded9cd Suppress RepeatedShapeName for integration$integrationTarget
  • 6e4f19d Fix OpenAPI example generation for documents
  • f30a514 Revert "Fix HttpBindingsMissing skipping REST protocol services"
  • abe4b66 Fix various issues in staged changelog files
  • b17bbf0 Fix onErrorStatusConflict set via updateDefaultSettings
  • 404b9d6 Fix HttpBindingsMissing skipping REST protocol services
  • 8ac2557 Improve API Gateway documentation
  • f2e2858 Make blob params in event stream tests not b64
  • Additional commits viewable in compare view

Updates software.amazon.smithy:smithy-aws-endpoints from 1.69.0 to 1.71.0

Release notes

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

Smithy CLI v1.71.0

1.71.0 (2026-05-14)

Features

  • Added aws.apigateway#resourcePolicy trait and OpenAPI mapper (#3081)
  • Added aws.apigateway#minimumCompressionSize trait and OpenAPI mapper (#3076)
  • Added aws.apigateway#gatewayResponses trait and OpenAPI mapper with DANGER validation for CORS conflicts (#3089)
  • Added aws.auth#cognitoUserPoolsScopes trait for specifying OAuth scopes on operations that use an Amazon Cognito User Pools authorizer. (#3109)
  • Added aws.apigateway#apiTlsPolicy trait and OpenAPI mapper (#3083)
  • Added tlsConfig, responseTransferMode, and integrationTarget sub-fields to the aws.apigateway#integration trait (#3090)
  • Added copy-on-write optimization for toBuilder() via BuilderRef.setBorrowed (#3107)
  • Fixed trait codegen to generate more specific return type for trait provider (#3087)
  • Added aws.apigateway#apiKeyRequired trait and OpenAPI mapper (#3091)
  • Added aws.apigateway#endpointConfiguration trait (#3088)
  • Added ipAddressType field to the aws.apigateway#endpointConfiguration trait and added an OpenAPI mapper that writes vpcEndpointIds and disableExecuteApiEndpoint to the x-amazon-apigateway-endpoint-configuration extension. (#3110)
  • Optimized model scoping in JsonSchemaConverter by constructing through a Model.Builder instead of filtering shapes. (#3111)
  • Added a new protocol test for query operations with no output that can include ResponseMetadata. No assertions are done but protocol test runners should be able to handle the metadata without choking. (#3106)

Bug Fixes

  • Fixed an issue where traits would lose their types, reverting to DynamicTrait, when renaming shapes (#3086)
  • Fixed selector parsing to properly handle extraneous BREAK_TOKENS (',', ']', ')') in a selector. This manifested in silently dropping contents in the comma case ("structure, string" was effectively just "structure"). For the closing

... (truncated)

Changelog

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

1.71.0 (2026-05-14)

Features

  • Added aws.apigateway#resourcePolicy trait and OpenAPI mapper (#3081)
  • Added aws.apigateway#minimumCompressionSize trait and OpenAPI mapper (#3076)
  • Added aws.apigateway#gatewayResponses trait and OpenAPI mapper with DANGER validation for CORS conflicts (#3089)
  • Added aws.auth#cognitoUserPoolsScopes trait for specifying OAuth scopes on operations that use an Amazon Cognito User Pools authorizer. (#3109)
  • Added aws.apigateway#apiTlsPolicy trait and OpenAPI mapper (#3083)
  • Added tlsConfig, responseTransferMode, and integrationTarget sub-fields to the aws.apigateway#integration trait (#3090)
  • Added copy-on-write optimization for toBuilder() via BuilderRef.setBorrowed (#3107)
  • Fixed trait codegen to generate more specific return type for trait provider (#3087)
  • Added aws.apigateway#apiKeyRequired trait and OpenAPI mapper (#3091)
  • Added aws.apigateway#endpointConfiguration trait (#3088)
  • Added ipAddressType field to the aws.apigateway#endpointConfiguration trait and added an OpenAPI mapper that writes vpcEndpointIds and disableExecuteApiEndpoint to the x-amazon-apigateway-endpoint-configuration extension. (#3110)
  • Optimized model scoping in JsonSchemaConverter by constructing through a Model.Builder instead of filtering shapes. (#3111)
  • Added a new protocol test for query operations with no output that can include ResponseMetadata. No assertions are done but protocol test runners should be able to handle the metadata without choking. (#3106)

Bug Fixes

  • Fixed an issue where traits would lose their types, reverting to DynamicTrait, when renaming shapes (#3086)
  • Fixed selector parsing to properly handle extraneous BREAK_TOKENS (',', ']', ')') in a selector. This manifested in silently dropping contents in the comma case ("structure, string" was effectively just "structure"). For the closing brace/paren, the characters were silently ignored as seen in the additional

... (truncated)

Commits
  • 53f1339 Bump version to 1.71.0
  • 515b62d Fix visibility of default Builder constructors
  • dded9cd Suppress RepeatedShapeName for integration$integrationTarget
  • 6e4f19d Fix OpenAPI example generation for documents
  • f30a514 Revert "Fix HttpBindingsMissing skipping REST protocol services"
  • abe4b66 Fix various issues in staged changelog files
  • b17bbf0 Fix onErrorStatusConflict set via updateDefaultSettings
  • 404b9d6 Fix HttpBindingsMissing skipping REST protocol services
  • 8ac2557 Improve API Gateway documentation
  • f2e2858 Make blob params in event stream tests not b64
  • Additional commits viewable in compare view

Updates software.amazon.smithy:smithy-aws-traits from 1.69.0 to 1.71.0

Release notes

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

Smithy CLI v1.71.0

1.71.0 (2026-05-14)

Features

  • Added aws.apigateway#resourcePolicy trait and OpenAPI mapper (#3081)
  • Added aws.apigateway#minimumCompressionSize trait and OpenAPI mapper (#3076)
  • Added aws.apigateway#gatewayResponses trait and OpenAPI mapper with DANGER validation for CORS conflicts (#3089)
  • Added aws.auth#cognitoUserPoolsScopes trait for specifying OAuth scopes on operations that use an Amazon Cognito User Pools authorizer. (#3109)
  • Added aws.apigateway#apiTlsPolicy trait and OpenAPI mapper (#3083)
  • Added tlsConfig, responseTransferMode, and integrationTarget sub-fields to the aws.apigateway#integration trait (#3090)
  • Added copy-on-write optimization for toBuilder() via BuilderRef.setBorrowed (#3107)
  • Fixed trait codegen to generate more specific return type for trait provider (#3087)
  • Added aws.apigateway#apiKeyRequired trait and OpenAPI mapper (#3091)
  • Added aws.apigateway#endpointConfiguration trait (#3088)
  • Added ipAddressType field to the aws.apigateway#endpointConfiguration trait and added an OpenAPI mapper that writes vpcEndpointIds and disableExecuteApiEndpoint to the x-amazon-apigateway-endpoint-configuration extension. (#3110)
  • Optimized model scoping in JsonSchemaConverter by constructing through a Model.Builder instead of filtering shapes. (#3111)
  • Added a new protocol test for query operations with no output that can include ResponseMetadata. No assertions are done but protocol test runners should be able to handle the metadata without choking. (#3106)

Bug Fixes

  • Fixed an issue where traits would lose their types, reverting to DynamicTrait, when renaming shapes (#3086)
  • Fixed selector parsing to properly handle extraneous BREAK_TOKENS (',', ']', ')') in a selector. This manifested in silently dropping contents in the comma case ("structure, string" was effectively just "structure"). For the closing

... (truncated)

Changelog

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

1.71.0 (2026-05-14)

Features

  • Added aws.apigateway#resourcePolicy trait and OpenAPI mapper (#3081)
  • Added aws.apigateway#minimumCompressionSize trait and OpenAPI mapper (#3076)
  • Added aws.apigateway#gatewayResponses trait and OpenAPI mapper with DANGER validation for CORS conflicts (#3089)
  • Added aws.auth#cognitoUserPoolsScopes trait for specifying OAuth scopes on operations that use an Amazon Cognito User Pools authorizer. (#3109)
  • Added aws.apigateway#apiTlsPolicy trait and OpenAPI mapper (#3083)
  • Added tlsConfig, responseTransferMode, and integrationTarget sub-fields to the aws.apigateway#integration trait (#3090)
  • Added copy-on-write optimization for toBuilder() via BuilderRef.setBorrowed (#3107)
  • Fixed trait codegen to generate more specific return type for trait provider (#3087)
  • Added aws.apigateway#apiKeyRequired trait and OpenAPI mapper (#3091)
  • Added aws.apigateway#endpointConfiguration trait (#3088)
  • Added ipAddressType field to the aws.apigateway#endpointConfiguration trait and added an OpenAPI mapper that writes vpcEndpointIds and disableExecuteApiEndpoint to the x-amazon-apigateway-endpoint-configuration extension. (#3110)
  • Optimized model scoping in JsonSchemaConverter by constructing through a Model.Builder instead of filtering shapes. (#3111)
  • Added a new protocol test for query operations with no output that can include ResponseMetadata. No assertions are done but protocol test runners should be able to handle the metadata without choking. (#3106)

Bug Fixes

  • Fixed an issue where traits would lose their types, reverting to DynamicTrait, when renaming shapes (#3086)
  • Fixed selector parsing to properly handle extraneous BREAK_TOKENS (',', ']', ')') in a selector. This manifested in silently dropping contents in the comma case ("structure, string" was effectively just "structure"). For the closing brace/paren, the characters were silently ignored as seen in the additional

... (truncated)

Commits
  • 53f1339 Bump version to 1.71.0
  • 515b62d Fix visibility of default Builder constructors
  • dded9cd Suppress RepeatedShapeName for integration$integrationTarget
  • 6e4f19d Fix OpenAPI example generation for documents
  • f30a514 Revert "Fix HttpBindingsMissing skipping REST protocol services"
  • abe4b66 Fix various issues in staged changelog files
  • b17bbf0 Fix onErrorStatusConflict set via updateDefaultSettings
  • 404b9d6 Fix HttpBindingsMissing skipping REST protocol services
  • 8ac2557 Improve API Gateway documentation
  • f2e2858 Make blob params in event stream tests not b64
  • Additional commits viewable in compare view

Updates software.amazon.smithy:smithy-protocol-traits from 1.69.0 to 1.71.0

Release notes

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

Smithy CLI v1.71.0

1.71.0 (2026-05-14)

Features

  • Added aws.apigateway#resourcePolicy trait and OpenAPI mapper (#3081)
  • Added aws.apigateway#minimumCompressionSize trait and OpenAPI mapper (#3076)
  • Added aws.apigateway#gatewayResponses trait and OpenAPI mapper with DANGER validation for CORS conflicts (#3089)
  • Added aws.auth#cognitoUserPoolsScopes trait for specifying OAuth scopes on operations that use an Amazon Cognito User Pools authorizer. (#3109)
  • Added aws.apigateway#apiTlsPolicy trait and OpenAPI mapper (#3083)
  • Added tlsConfig, responseTransferMode, and integrationTarget sub-fields to the aws.apigateway#integration trait (#3090)
  • Added copy-on-write optimization for toBuilder() via BuilderRef.setBorrowed (#3107)
  • Fixed trait codegen to generate more specific return type for trait provider (#3087)
  • Added aws.apigateway#apiKeyRequired trait and OpenAPI mapper (#3091)
  • Added aws.apigateway#endpointConfiguration trait (#3088)
  • Added ipAddressType field to the aws.apigateway#endpointConfiguration trait and added an OpenAPI mapper that writes vpcEndpointIds and disableExecuteApiEndpoint to the x-amazon-apigateway-endpoint-configuration extension. (#3110)
  • Optimized model scoping in JsonSchemaConverter by constructing through a Model.Builder instead of filtering shapes. (#3111)
  • Added a new protocol test for query operations with no output that can include ResponseMetadata. No assertions are done but protocol test runners should be able to handle the metadata without choking. (#3106)

Bug Fixes

  • Fixed an issue where traits would lose their types, reverting to DynamicTrait, when renaming shapes (#3086)
  • Fixed selector parsing to properly handle extraneous BREAK_TOKENS (',', ']', ')') in a selector. This manifested in silently dropping contents in the comma case ("structure, string" was effectively just "structure"). For the closing

... (truncated)

Changelog

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

1.71.0 (2026-05-14)

Features

  • Added aws.apigateway#resourcePolicy trait and OpenAPI mapper (#3081)
  • Added aws.apigateway#minimumCompressionSize trait and OpenAPI mapper (#3076)
  • Added aws.apigateway#gatewayResponses trait and OpenAPI mapper with DANGER validation for CORS conflicts (#3089)
  • Added aws.auth#cognitoUserPoolsScopes trait for specifying OAuth scopes on operations that use an Amazon Cognito User Pools authorizer. (#3109)
  • Added aws.apigateway#apiTlsPolicy trait and OpenAPI mapper (#3083)
  • Added tlsConfig, responseTransferMode, and integrationTarget sub-fields to the aws.apigateway#integration trait (#3090)
  • Added copy-on-write optimization for toBuilder() via BuilderRef.setBorrowed (#3107)
  • Fixed trait codegen to generate more specific return type for trait provider (#3087)
  • Added aws.apigateway#apiKeyRequired trait and OpenAPI mapper (#3091)
  • Added aws.apigateway#endpointConfiguration trait (#3088)
  • Added ipAddressType field to the aws.apigateway#endpointConfiguration trait and added an OpenAPI mapper that writes vpcEndpointIds and disableExecuteApiEndpoint to the x-amazon-apigateway-endpoint-configuration extension. (#3110)
  • Optimized model scoping in JsonSchemaConverter by constructing through a Model.Builder instead of filtering shapes. (#3111)
  • Added a new protocol test for query operations with no output that can include ResponseMetadata. No assertions are done but protocol test runners should be able to handle the metadata without choking. (#3106)

Bug Fixes

  • Fixed an issue where traits would lose their types, reverting to DynamicTrait, when renaming shapes (#3086)
  • Fixed selector parsing to properly handle extraneous BREAK_TOKENS (',', ']', ')') in a selector. This manifested in silently dropping contents in the comma case ("structure, string" was effectively just "structure"). For the closing brace/paren, the characters were silently ignored as seen in the additional

... (truncated)

Commits
  • 53f1339 Bump version to 1.71.0
  • 515b62d Fix visibility of default Builder constructors
  • dded9cd Suppress RepeatedShapeName for integration$integrationTarget
  • 6e4f19d Fix OpenAPI example generation for documents
  • f30a514 Revert "Fix HttpBindingsMissing skipping REST protocol services"
  • abe4b66 Fix various issues in staged changelog files
  • b17bbf0 Fix onErrorStatusConflict set via updateDefaultSettings
  • 404b9d6 Fix HttpBindingsMissing skipping REST protocol services
  • 8ac2557 Improve API Gateway documentation
  • f2e2858 Make blob params in event stream tests not b64
  • Additional commits viewable in compare view

Updates software.amazon.smithy:smithy-aws-protocol-tests from 1.69.0 to 1.71.0

Release notes

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

Smithy CLI v1.71.0

1.71.0 (2026-05-14)

Features

  • Added aws.apigateway#resourcePolicy trait and OpenAPI mapper (#3081)
  • Added aws.apigateway#minimumCompressionSize trait and OpenAPI mapper (#3076)
  • Added aws.apigateway#gatewayResponses trait and OpenAPI mapper with DANGER validation for CORS conflicts (#3089)
  • Added aws.auth#cognitoUserPoolsScopes trait for specifying OAuth scopes on operations that use an Amazon Cognito User Pools authorizer. (#3109)
  • Added aws.apigateway#apiTlsPolicy trait and OpenAPI mapper (#3083)
  • Added tlsConfig, responseTransferMode, and integrationTarget sub-fields to the aws.apigateway#integration trait (#3090)
  • Added copy-on-write optimization for toBuilder() via BuilderRef.setBorrowed (#3107)
  • Fixed trait codegen to generate more specific return type for trait provider (#3087)
  • Added aws.apigateway#apiKeyRequired trait and OpenAPI mapper (#3091)
  • Added aws.apigateway#endpointConfiguration trait (#3088)
  • Added ipAddressType field to the aws.apigateway#endpointConfiguration trait and added an OpenAPI mapper that writes vpcEndpointIds and disableExecuteApiEndpoint to the x-amazon-apigateway-endpoint-configuration extension. (#3110)
  • Optimized model scoping in JsonSchemaConverter by constructing through a Model.Builder instead of filtering shapes. (#3111)
  • Added a new protocol test for query operations with no output that can include ResponseMetadata. No assertions are done but protocol test runners should be able to handle the metadata without choking. (#3106)

Bug Fixes

  • Fixed an issue where traits would lose their types, reverting to DynamicTrait, when renaming shapes (#3086)
  • Fixed selector parsing to properly handle extraneous BREAK_TOKENS (',', ']', ')') in a selector. This manifested in silently dropping contents in the comma case ("structure, string" was effectively just "structure"). For the closing

... (truncated)

Changelog

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

1.71.0 (2026-05-14)

Features

  • Added aws.apigateway#resourcePolicy trait and OpenAPI mapper (#3081)
  • Added aws.apigateway#minimumCompressionSize trait and OpenAPI mapper (#3076)
  • Added aws.apigateway#gatewayResponses trait and OpenAPI mapper with DANGER validation for CORS conflicts (#3089)
  • Added aws.auth#cognitoUserPoolsScopes trait for specifying OAuth scopes on operations that use an Amazon Cognito User Pools authorizer. (#3109)
  • Added aws.apigateway#apiTlsPolicy trait and OpenAPI mapper (#3083)
  • Added tlsConfig, responseTransferMode, and integrationTarget sub-fields to the aws.apigateway#integration trait (#3090)
  • Added copy-on-write optimization for toBuilder() via BuilderRef.setBorrowed (#3107)
  • Fixed trait codegen to generate more specific return type for trait provider (#3087)
  • Added aws.apigateway#apiKeyRequired trait and OpenAPI mapper (#3091)
  • Added aws.apigateway#endpointConfiguration trait (#3088)
  • Added ipAddressType field to the aws.apigateway#endpointConfiguration trait and added an OpenAPI mapper that writes vpcEndpointIds and disableExecuteApiEndpoint to the x-amazon-apigateway-endpoint-configuration extension. (#3110)
  • Optimized model scoping in JsonSchemaConverter by constructing through a Model.Builder instead of filtering shapes. (#3111)
  • Added a new protocol test for query operations with no output that can include ResponseMetadata. No assertions are done but protocol test runners should be able to handle the metadata without choking. (#3106)

Bug Fixes

  • Fixed an issue where traits would lose their types, reverting to DynamicTrait, when renaming shapes (#3086)
  • Fixed selector parsing to properly handle extraneous BREAK_TOKENS (',', ']', ')') in a selector. This manifested in silently dropping contents in the comma case ("structure, string" was effectively just "structure"). For the closing brace/paren, the characters were silently ignored as seen in the additional

... (truncated)

Commits
  • 53f1339 Bump version to 1.71.0
  • 515b62d Fix visibility of default Builder constructors
  • dded9cd Suppress RepeatedShapeName for integration$integrationTarget
  • 6e4f19d Fix OpenAPI example generation for documents
  • f30a514 Revert "Fix HttpBindingsMissing skipping REST protocol services"
  • abe4b66 Fix various issues in staged changelog files
  • b17bbf0 Fix onErrorStatusConflict set via updateDefaultSettings
  • 404b9d6 Fix HttpBindingsMissing skipping REST protocol services
  • 8ac2557 Improve API Gateway documentation
  • f2e2858 Make blob params in event stream tests not b64
  • Additional commits viewable in compare view

Updates software.amazon.smithy:smithy-aws-iam-traits from 1.69.0 to 1.71.0

Release notes

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

Smithy CLI v1.71.0

1.71.0 (2026-05-14)

Features

  • Added aws.apigateway#resourcePolicy trait and OpenAPI mapper (#3081)
  • Added aws.apigateway#minimumCompressionSi...

    Description has been truncated

Bumps `smithy-version` from 1.69.0 to 1.71.0.

Updates `software.amazon.smithy:smithy-codegen-core` from 1.69.0 to 1.71.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.69.0...1.71.0)

Updates `software.amazon.smithy:smithy-cli` from 1.69.0 to 1.71.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.69.0...1.71.0)

Updates `software.amazon.smithy:smithy-waiters` from 1.69.0 to 1.71.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.69.0...1.71.0)

Updates `software.amazon.smithy:smithy-aws-endpoints` from 1.69.0 to 1.71.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.69.0...1.71.0)

Updates `software.amazon.smithy:smithy-aws-traits` from 1.69.0 to 1.71.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.69.0...1.71.0)

Updates `software.amazon.smithy:smithy-protocol-traits` from 1.69.0 to 1.71.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.69.0...1.71.0)

Updates `software.amazon.smithy:smithy-aws-protocol-tests` from 1.69.0 to 1.71.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.69.0...1.71.0)

Updates `software.amazon.smithy:smithy-aws-iam-traits` from 1.69.0 to 1.71.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.69.0...1.71.0)

Updates `software.amazon.smithy:smithy-aws-cloudformation-traits` from 1.69.0 to 1.71.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.69.0...1.71.0)

Updates `software.amazon.smithy:smithy-model` from 1.69.0 to 1.71.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.69.0...1.71.0)

Updates `software.amazon.smithy:smithy-protocol-test-traits` from 1.69.0 to 1.71.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.69.0...1.71.0)

Updates `software.amazon.smithy:smithy-smoke-test-traits` from 1.69.0 to 1.71.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.69.0...1.71.0)

Updates `software.amazon.smithy:smithy-aws-smoke-test-model` from 1.69.0 to 1.71.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.69.0...1.71.0)

---
updated-dependencies:
- dependency-name: software.amazon.smithy:smithy-codegen-core
  dependency-version: 1.71.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: software.amazon.smithy:smithy-cli
  dependency-version: 1.71.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: software.amazon.smithy:smithy-waiters
  dependency-version: 1.71.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: software.amazon.smithy:smithy-aws-endpoints
  dependency-version: 1.71.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: software.amazon.smithy:smithy-aws-traits
  dependency-version: 1.71.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: software.amazon.smithy:smithy-protocol-traits
  dependency-version: 1.71.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: software.amazon.smithy:smithy-aws-protocol-tests
  dependency-version: 1.71.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: software.amazon.smithy:smithy-aws-iam-traits
  dependency-version: 1.71.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: software.amazon.smithy:smithy-aws-cloudformation-traits
  dependency-version: 1.71.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: software.amazon.smithy:smithy-model
  dependency-version: 1.71.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: software.amazon.smithy:smithy-protocol-test-traits
  dependency-version: 1.71.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: software.amazon.smithy:smithy-smoke-test-traits
  dependency-version: 1.71.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: software.amazon.smithy:smithy-aws-smoke-test-model
  dependency-version: 1.71.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies This issue is a problem in a dependency. java Pull requests that update java code labels May 20, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 20, 2026 04:00
@dependabot dependabot Bot added dependencies This issue is a problem in a dependency. java Pull requests that update java code labels May 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies This issue is a problem in a dependency. java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants