Skip to content

Commit

Permalink
Bumping version to 1.26.22
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Dec 2, 2022
1 parent e4d1f80 commit 4ba205e
Show file tree
Hide file tree
Showing 14 changed files with 64 additions and 48 deletions.
47 changes: 47 additions & 0 deletions .changes/1.26.22.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"category": "``appsync``",
"description": "[``botocore``] Fixes the URI for the evaluatecode endpoint to include the /v1 prefix (ie. \"/v1/dataplane-evaluatecode\").",
"type": "api-change"
},
{
"category": "``ecs``",
"description": "[``botocore``] Documentation updates for Amazon ECS",
"type": "api-change"
},
{
"category": "``fms``",
"description": "[``botocore``] AWS Firewall Manager now supports Fortigate Cloud Native Firewall as a Service as a third-party policy type.",
"type": "api-change"
},
{
"category": "``mediaconvert``",
"description": "[``botocore``] The AWS Elemental MediaConvert SDK has added support for configurable ID3 eMSG box attributes and the ability to signal them with InbandEventStream tags in DASH and CMAF outputs.",
"type": "api-change"
},
{
"category": "``medialive``",
"description": "[``botocore``] Updates to Event Signaling and Management (ESAM) API and documentation.",
"type": "api-change"
},
{
"category": "``polly``",
"description": "[``botocore``] Add language code for Finnish (fi-FI)",
"type": "api-change"
},
{
"category": "``proton``",
"description": "[``botocore``] CreateEnvironmentAccountConnection RoleArn input is now optional",
"type": "api-change"
},
{
"category": "``redshift-serverless``",
"description": "[``botocore``] Add Table Level Restore operations for Amazon Redshift Serverless. Add multi-port support for Amazon Redshift Serverless endpoints. Add Tagging support to Snapshots and Recovery Points in Amazon Redshift Serverless.",
"type": "api-change"
},
{
"category": "``sns``",
"description": "[``botocore``] This release adds the message payload-filtering feature to the SNS Subscribe, SetSubscriptionAttributes, and GetSubscriptionAttributes API actions",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-appsync-5614.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ecs-32841.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-fms-77925.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-mediaconvert-37171.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-medialive-65800.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-polly-62181.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-proton-70388.json

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-sns-88298.json

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
CHANGELOG
=========

1.26.22
=======

* api-change:``appsync``: [``botocore``] Fixes the URI for the evaluatecode endpoint to include the /v1 prefix (ie. "/v1/dataplane-evaluatecode").
* api-change:``ecs``: [``botocore``] Documentation updates for Amazon ECS
* api-change:``fms``: [``botocore``] AWS Firewall Manager now supports Fortigate Cloud Native Firewall as a Service as a third-party policy type.
* api-change:``mediaconvert``: [``botocore``] The AWS Elemental MediaConvert SDK has added support for configurable ID3 eMSG box attributes and the ability to signal them with InbandEventStream tags in DASH and CMAF outputs.
* api-change:``medialive``: [``botocore``] Updates to Event Signaling and Management (ESAM) API and documentation.
* api-change:``polly``: [``botocore``] Add language code for Finnish (fi-FI)
* api-change:``proton``: [``botocore``] CreateEnvironmentAccountConnection RoleArn input is now optional
* api-change:``redshift-serverless``: [``botocore``] Add Table Level Restore operations for Amazon Redshift Serverless. Add multi-port support for Amazon Redshift Serverless endpoints. Add Tagging support to Snapshots and Recovery Points in Amazon Redshift Serverless.
* api-change:``sns``: [``botocore``] This release adds the message payload-filtering feature to the SNS Subscribe, SetSubscriptionAttributes, and GetSubscriptionAttributes API actions


1.26.21
=======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from boto3.session import Session

__author__ = 'Amazon Web Services'
__version__ = '1.26.21'
__version__ = '1.26.22'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore>=1.29.21,<1.30.0
botocore>=1.29.22,<1.30.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.6.0,<0.7.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


requires = [
'botocore>=1.29.21,<1.30.0',
'botocore>=1.29.22,<1.30.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.6.0,<0.7.0',
]
Expand Down

0 comments on commit 4ba205e

Please sign in to comment.