Skip to content

Commit

Permalink
Merge branch 'release-1.20.25'
Browse files Browse the repository at this point in the history
* release-1.20.25:
  Bumping version to 1.20.25
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Dec 20, 2021
2 parents 27e7d3e + 4af1e45 commit 35a0e61
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 3 deletions.
57 changes: 57 additions & 0 deletions .changes/1.20.25.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
[
{
"category": "``customer-profiles``",
"description": "[``botocore``] This release adds an optional parameter, ObjectTypeNames to the PutIntegration API to support multiple object types per integration option. Besides, this release introduces Standard Order Objects which contain data from third party systems and each order object belongs to a specific profile.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "[``botocore``] This release adds a new ContentType field in AutoMLChannel for SageMaker CreateAutoMLJob InputDataConfig.",
"type": "api-change"
},
{
"category": "``forecast``",
"description": "[``botocore``] Adds ForecastDimensions field to the DescribeAutoPredictorResponse",
"type": "api-change"
},
{
"category": "``securityhub``",
"description": "[``botocore``] Added new resource details objects to ASFF, including resources for Firewall, and RuleGroup, FirewallPolicy Added additional details for AutoScalingGroup, LaunchConfiguration, and S3 buckets.",
"type": "api-change"
},
{
"category": "``location``",
"description": "[``botocore``] Making PricingPlan optional as part of create resource API.",
"type": "api-change"
},
{
"category": "``redshift``",
"description": "[``botocore``] This release adds API support for managed Redshift datashares. Customers can now interact with a Redshift datashare that is managed by a different service, such as AWS Data Exchange.",
"type": "api-change"
},
{
"category": "``apigateway``",
"description": "[``botocore``] Documentation updates for Amazon API Gateway",
"type": "api-change"
},
{
"category": "``devops-guru``",
"description": "[``botocore``] Adds Tags support to DescribeOrganizationResourceCollectionHealth",
"type": "api-change"
},
{
"category": "``imagebuilder``",
"description": "[``botocore``] This release adds support for importing and exporting VM Images as part of the Image Creation workflow via EC2 VM Import/Export.",
"type": "api-change"
},
{
"category": "``datasync``",
"description": "[``botocore``] AWS DataSync now supports FSx Lustre Locations.",
"type": "api-change"
},
{
"category": "``finspace-data``",
"description": "[``botocore``] Make dataset description optional and allow s3 export for dataviews",
"type": "api-change"
}
]
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
CHANGELOG
=========

1.20.25
=======

* api-change:``customer-profiles``: [``botocore``] This release adds an optional parameter, ObjectTypeNames to the PutIntegration API to support multiple object types per integration option. Besides, this release introduces Standard Order Objects which contain data from third party systems and each order object belongs to a specific profile.
* api-change:``sagemaker``: [``botocore``] This release adds a new ContentType field in AutoMLChannel for SageMaker CreateAutoMLJob InputDataConfig.
* api-change:``forecast``: [``botocore``] Adds ForecastDimensions field to the DescribeAutoPredictorResponse
* api-change:``securityhub``: [``botocore``] Added new resource details objects to ASFF, including resources for Firewall, and RuleGroup, FirewallPolicy Added additional details for AutoScalingGroup, LaunchConfiguration, and S3 buckets.
* api-change:``location``: [``botocore``] Making PricingPlan optional as part of create resource API.
* api-change:``redshift``: [``botocore``] This release adds API support for managed Redshift datashares. Customers can now interact with a Redshift datashare that is managed by a different service, such as AWS Data Exchange.
* api-change:``apigateway``: [``botocore``] Documentation updates for Amazon API Gateway
* api-change:``devops-guru``: [``botocore``] Adds Tags support to DescribeOrganizationResourceCollectionHealth
* api-change:``imagebuilder``: [``botocore``] This release adds support for importing and exporting VM Images as part of the Image Creation workflow via EC2 VM Import/Export.
* api-change:``datasync``: [``botocore``] AWS DataSync now supports FSx Lustre Locations.
* api-change:``finspace-data``: [``botocore``] Make dataset description optional and allow s3 export for dataviews


1.20.24
=======

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


__author__ = 'Amazon Web Services'
__version__ = '1.20.24'
__version__ = '1.20.25'


# 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.23.24,<1.24.0
botocore>=1.23.25,<1.24.0
jmespath>=0.7.1,<1.0.0
s3transfer>=0.5.0,<0.6.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.23.24,<1.24.0',
'botocore>=1.23.25,<1.24.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.5.0,<0.6.0'
]
Expand Down

0 comments on commit 35a0e61

Please sign in to comment.