Skip to content

Commit

Permalink
Merge branch 'release-1.25.3' into develop
Browse files Browse the repository at this point in the history
* release-1.25.3:
  Bumping version to 1.25.3
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Oct 27, 2022
2 parents bad85c0 + 62aff46 commit f29141b
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 3 deletions.
32 changes: 32 additions & 0 deletions .changes/1.25.3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``ec2``",
"description": "[``botocore``] Feature supports the replacement of instance root volume using an updated AMI without requiring customers to stop their instance.",
"type": "api-change"
},
{
"category": "``fms``",
"description": "[``botocore``] Add support NetworkFirewall Managed Rule Group Override flag in GetViolationDetails API",
"type": "api-change"
},
{
"category": "``glue``",
"description": "[``botocore``] Added support for custom datatypes when using custom csv classifier.",
"type": "api-change"
},
{
"category": "``redshift``",
"description": "[``botocore``] This release clarifies use for the ElasticIp parameter of the CreateCluster and RestoreFromClusterSnapshot APIs.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "[``botocore``] This change allows customers to provide a custom entrypoint script for the docker container to be run while executing training jobs, and provide custom arguments to the entrypoint script.",
"type": "api-change"
},
{
"category": "``wafv2``",
"description": "[``botocore``] This release adds the following: Challenge rule action, to silently verify client browsers; rule group rule action override to any valid rule action, not just Count; token sharing between protected applications for challenge/CAPTCHA token; targeted rules option for Bot Control managed rule group.",
"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.25.3
======

* api-change:``ec2``: [``botocore``] Feature supports the replacement of instance root volume using an updated AMI without requiring customers to stop their instance.
* api-change:``fms``: [``botocore``] Add support NetworkFirewall Managed Rule Group Override flag in GetViolationDetails API
* api-change:``glue``: [``botocore``] Added support for custom datatypes when using custom csv classifier.
* api-change:``redshift``: [``botocore``] This release clarifies use for the ElasticIp parameter of the CreateCluster and RestoreFromClusterSnapshot APIs.
* api-change:``sagemaker``: [``botocore``] This change allows customers to provide a custom entrypoint script for the docker container to be run while executing training jobs, and provide custom arguments to the entrypoint script.
* api-change:``wafv2``: [``botocore``] This release adds the following: Challenge rule action, to silently verify client browsers; rule group rule action override to any valid rule action, not just Count; token sharing between protected applications for challenge/CAPTCHA token; targeted rules option for Bot Control managed rule group.


1.25.2
======

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.25.2'
__version__ = '1.25.3'


# 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.28.2,<1.29.0
botocore>=1.28.3,<1.29.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.28.2,<1.29.0',
'botocore>=1.28.3,<1.29.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.6.0,<0.7.0',
]
Expand Down

0 comments on commit f29141b

Please sign in to comment.