Skip to content

Commit

Permalink
Merge branch 'release-1.26.69' into develop
Browse files Browse the repository at this point in the history
* release-1.26.69:
  Bumping version to 1.26.69
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Feb 10, 2023
2 parents b19f29f + a0c1f09 commit 66992c9
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 3 deletions.
32 changes: 32 additions & 0 deletions .changes/1.26.69.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``autoscaling``",
"description": "[``botocore``] You can now either terminate/replace, ignore, or wait for EC2 Auto Scaling instances on standby or protected from scale in. Also, you can also roll back changes from a failed instance refresh.",
"type": "api-change"
},
{
"category": "``connect``",
"description": "[``botocore``] This update provides the Wisdom session ARN for contacts enabled for Wisdom in the chat channel.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "[``botocore``] Adds support for waiters that automatically poll for an imported snapshot until it reaches the completed state.",
"type": "api-change"
},
{
"category": "``polly``",
"description": "[``botocore``] Amazon Polly adds two new neural Japanese voices - Kazuha, Tomoko",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "[``botocore``] Amazon SageMaker Autopilot adds support for selecting algorithms in CreateAutoMLJob API.",
"type": "api-change"
},
{
"category": "``sns``",
"description": "[``botocore``] This release adds support for SNS X-Ray active tracing as well as other updates.",
"type": "api-change"
}
]
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
CHANGELOG
=========

1.26.69
=======

* api-change:``autoscaling``: [``botocore``] You can now either terminate/replace, ignore, or wait for EC2 Auto Scaling instances on standby or protected from scale in. Also, you can also roll back changes from a failed instance refresh.
* api-change:``connect``: [``botocore``] This update provides the Wisdom session ARN for contacts enabled for Wisdom in the chat channel.
* api-change:``ec2``: [``botocore``] Adds support for waiters that automatically poll for an imported snapshot until it reaches the completed state.
* api-change:``polly``: [``botocore``] Amazon Polly adds two new neural Japanese voices - Kazuha, Tomoko
* api-change:``sagemaker``: [``botocore``] Amazon SageMaker Autopilot adds support for selecting algorithms in CreateAutoMLJob API.
* api-change:``sns``: [``botocore``] This release adds support for SNS X-Ray active tracing as well as other updates.


1.26.68
=======

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.68'
__version__ = '1.26.69'


# 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.68,<1.30.0
botocore>=1.29.69,<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.68,<1.30.0',
'botocore>=1.29.69,<1.30.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.6.0,<0.7.0',
]
Expand Down

0 comments on commit 66992c9

Please sign in to comment.